#083575

Color #083575 Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #083575

Tints of Prussian Blue #083575

Color information

#083575 (or 0x083575) is unknown color: approx Prussian Blue. HEX triplet: 08, 35 and 75. RGB value is (8,53,117). Sum of RGB (Red+Green+Blue) = 8+53+117=178 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.49% from 178); Green value is 53 (21.09% from 255 or 29.78% from 178); Blue value is 117 (46.09% from 255 or 65.73% from 178); Max value from RGB is 117 - color contains mainly: blue. Hex color #083575 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083575 is #F7CA8A. Grayscale: #2E2E2E. Windows color (decimal): -16239243 or 7681288. OLE color: 7681288.

HSL color Cylindrical-coordinate representation of color #083575: hue angle of 215.23º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #083575 is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB853117-
CMYK0.930.5500.54
HSL215.23º87.2%24.51%-
HSV(B)215.23º93.16%45.88%-
XYZ4.583.8817.34-
YUV46.84167.59100.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 8 (3.52% from 255) = 4.49%
GREEN value IS 53 (21.09% from 255) = 29.78%
BLUE value IS 117 (46.09% from 255) = 65.73%
R=4.49%
G=29.78%
B=65.73%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8531170.930.5500.54215.2387.224.51
Hex835755D37036d75719
Octal10651651356706632712731
Binary100011010111101011011101110111011011011010111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083575; }

 p { color: rgb(8,53,117); }

 H1.HeaderClassName
 {
   color: #083575;
 }
 .AnyTagClassName
 {
   color: #083575;
 }
</style>
background-color css

<style>
 a { background-color: #083575; }

 a { background-color: rgb(8,53,117); }

 div.DivClassName
 {
   background-color: #083575;
 }
 .BgClassName
 {
   background-color: #083575;
 }
</style>
border-color css

<style>
 span { border-color: #083575; }

 span { border-color: rgb(8,53,117); }

 td.TdClassName
 {
   border-color: #083575;
 }
 .TagClassName
 {
   border-color: #083575;
 }
</style>