#08406B

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

Shades of Prussian Blue #08406B

Tints of Prussian Blue #08406B

Color information

#08406B (or 0x08406B) is unknown color: approx Prussian Blue. HEX triplet: 08, 40 and 6B. RGB value is (8,64,107). Sum of RGB (Red+Green+Blue) = 8+64+107=179 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.47% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 107 (42.19% from 255 or 59.78% from 179); Max value from RGB is 107 - color contains mainly: blue. Hex color #08406B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08406B is #F7BF94. Grayscale: #333333. Windows color (decimal): -16236437 or 7028744. OLE color: 7028744.

HSL color Cylindrical-coordinate representation of color #08406B: hue angle of 206.06º 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 #08406B is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB864107-
CMYK0.930.4000.58
HSL206.06º86.09%22.55%-
HSV(B)206.06º92.52%41.96%-
XYZ4.594.7814.59-
YUV52.16158.9596.5-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.47%
GREEN value IS 64 (25.39% from 255) = 35.75%
BLUE value IS 107 (42.19% from 255) = 59.78%
R=4.47%
G=35.75%
B=59.78%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8641070.930.4000.58206.0686.0922.55
Hex8406B5D2803Ace5617
Octal101001531355007231612627
Binary1000100000011010111011101101000011101011001110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08406B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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