Shades of Prussian Blue #08406D
Tints of Prussian Blue #08406D
RGB
CMYK
RGB Variations
Color information
#08406D (or 0x08406D) is known color: Prussian Blue. HEX triplet: 08, 40 and 6D. RGB value is (8,64,109). Sum of RGB (Red+Green+Blue) = 8+64+109=181 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.42% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 109 (42.97% from 255 or 60.22% from 181); Max value from RGB is 109 - color contains mainly: blue. Hex color #08406D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08406D is #F7BF92. Grayscale: #343434. Windows color (decimal): -16236435 or 7159816. OLE color: 7159816.
HSL color Cylindrical-coordinate representation of color #08406D: hue angle of 206.73º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08406D is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 64 | 109 | - |
| CMYK | 0.93 | 0.41 | 0 | 0.57 |
| HSL | 206.73º | 0.86% | 0.23% | - |
| HSV(B) | 206.73º | 0.93% | 0.43% | - |
| XYZ | 4.69 | 4.82 | 15.15 | - |
| YUV | 52.39 | 159.95 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 64 | 109 | 0.93 | 0.41 | 0 | 0.57 | 206.73 | 0.86 | 0.23 |
| Hex | 8 | 40 | 6D | 5D | 29 | 0 | 39 | CF | 56 | 17 |
| Octal | 10 | 100 | 155 | 135 | 51 | 0 | 71 | 317 | 126 | 27 |
| Binary | 1000 | 1000000 | 1101101 | 1011101 | 101001 | 0 | 111001 | 11001111 | 1010110 | 10111 |
Color Harmonies of #08406D
Complementary color
Monochromatic Colors of #08406D
Black with #08406D
Text Example
Text Example
White with #08406D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08406D; }
p { color: rgb(8,64,109); }
H1.HeaderClassName
{
color: #08406D;
}
.AnyTagClassName
{
color: #08406D;
}
</style>
background-color css
<style>
a { background-color: #08406D; }
a { background-color: rgb(8,64,109); }
div.DivClassName
{
background-color: #08406D;
}
.BgClassName
{
background-color: #08406D;
}
</style>
border-color css
<style>
span { border-color: #08406D; }
span { border-color: rgb(8,64,109); }
td.TdClassName
{
border-color: #08406D;
}
.TagClassName
{
border-color: #08406D;
}
</style>