Shades of Prussian Blue #08336D
Tints of Prussian Blue #08336D
RGB
CMYK
RGB Variations
Color information
#08336D (or 0x08336D) is known color: Prussian Blue. HEX triplet: 08, 33 and 6D. RGB value is (8,51,109). Sum of RGB (Red+Green+Blue) = 8+51+109=168 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.76% from 168); Green value is 51 (20.31% from 255 or 30.36% from 168); Blue value is 109 (42.97% from 255 or 64.88% from 168); Max value from RGB is 109 - color contains mainly: blue. Hex color #08336D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08336D is #F7CC92. Grayscale: #2C2C2C. Windows color (decimal): -16239763 or 7156488. OLE color: 7156488.
HSL color Cylindrical-coordinate representation of color #08336D: hue angle of 214.46º 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 #08336D is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 51 | 109 | - |
| CMYK | 0.93 | 0.53 | 0 | 0.57 |
| HSL | 214.46º | 0.86% | 0.23% | - |
| HSV(B) | 214.46º | 0.93% | 0.43% | - |
| XYZ | 4.04 | 3.52 | 14.93 | - |
| YUV | 44.76 | 164.25 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 51 | 109 | 0.93 | 0.53 | 0 | 0.57 | 214.46 | 0.86 | 0.23 |
| Hex | 8 | 33 | 6D | 5D | 35 | 0 | 39 | D6 | 56 | 17 |
| Octal | 10 | 63 | 155 | 135 | 65 | 0 | 71 | 326 | 126 | 27 |
| Binary | 1000 | 110011 | 1101101 | 1011101 | 110101 | 0 | 111001 | 11010110 | 1010110 | 10111 |
Color Harmonies of #08336D
Complementary color
Monochromatic Colors of #08336D
Black with #08336D
Text Example
Text Example
White with #08336D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08336D; }
p { color: rgb(8,51,109); }
H1.HeaderClassName
{
color: #08336D;
}
.AnyTagClassName
{
color: #08336D;
}
</style>
background-color css
<style>
a { background-color: #08336D; }
a { background-color: rgb(8,51,109); }
div.DivClassName
{
background-color: #08336D;
}
.BgClassName
{
background-color: #08336D;
}
</style>
border-color css
<style>
span { border-color: #08336D; }
span { border-color: rgb(8,51,109); }
td.TdClassName
{
border-color: #08336D;
}
.TagClassName
{
border-color: #08336D;
}
</style>