#08406C

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

Shades of Prussian Blue #08406C

Tints of Prussian Blue #08406C

Color information

#08406C (or 0x08406C) is unknown color: approx Prussian Blue. HEX triplet: 08, 40 and 6C. RGB value is (8,64,108). Sum of RGB (Red+Green+Blue) = 8+64+108=180 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.44% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 108 (42.58% from 255 or 60% from 180); Max value from RGB is 108 - color contains mainly: blue. Hex color #08406C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08406C is #F7BF93. Grayscale: #343434. Windows color (decimal): -16236436 or 7094280. OLE color: 7094280.

HSL color Cylindrical-coordinate representation of color #08406C: hue angle of 206.4º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08406C is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB864108-
CMYK0.930.4100.58
HSL206.4º86.21%22.75%-
HSV(B)206.4º92.59%42.35%-
XYZ4.644.814.87-
YUV52.27159.4596.42-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.44%
GREEN value IS 64 (25.39% from 255) = 35.56%
BLUE value IS 108 (42.58% from 255) = 60%
R=4.44%
G=35.56%
B=60%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8641080.930.4100.58206.486.2122.75
Hex8406C5D2903Ace5617
Octal101001541355107231612627
Binary1000100000011011001011101101001011101011001110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08406C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08406C; }

 p { color: rgb(8,64,108); }

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

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

 a { background-color: rgb(8,64,108); }

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

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

 span { border-color: rgb(8,64,108); }

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