Shades of Prussian Blue #08326E
Tints of Prussian Blue #08326E
RGB
CMYK
RGB Variations
Color information
#08326E (or 0x08326E) is known color: Prussian Blue. HEX triplet: 08, 32 and 6E. RGB value is (8,50,110). Sum of RGB (Red+Green+Blue) = 8+50+110=168 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.76% from 168); Green value is 50 (19.92% from 255 or 29.76% from 168); Blue value is 110 (43.36% from 255 or 65.48% from 168); Max value from RGB is 110 - color contains mainly: blue. Hex color #08326E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08326E is #F7CD91. Grayscale: #2C2C2C. Windows color (decimal): -16240018 or 7221768. OLE color: 7221768.
HSL color Cylindrical-coordinate representation of color #08326E: hue angle of 215.29º 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 #08326E is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 50 | 110 | - |
| CMYK | 0.93 | 0.55 | 0 | 0.57 |
| HSL | 215.29º | 0.86% | 0.23% | - |
| HSV(B) | 215.29º | 0.93% | 0.43% | - |
| XYZ | 4.06 | 3.46 | 15.21 | - |
| YUV | 44.28 | 165.09 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 50 | 110 | 0.93 | 0.55 | 0 | 0.57 | 215.29 | 0.86 | 0.23 |
| Hex | 8 | 32 | 6E | 5D | 37 | 0 | 39 | D7 | 56 | 17 |
| Octal | 10 | 62 | 156 | 135 | 67 | 0 | 71 | 327 | 126 | 27 |
| Binary | 1000 | 110010 | 1101110 | 1011101 | 110111 | 0 | 111001 | 11010111 | 1010110 | 10111 |
Color Harmonies of #08326E
Complementary color
Monochromatic Colors of #08326E
Black with #08326E
Text Example
Text Example
White with #08326E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08326E; }
p { color: rgb(8,50,110); }
H1.HeaderClassName
{
color: #08326E;
}
.AnyTagClassName
{
color: #08326E;
}
</style>
background-color css
<style>
a { background-color: #08326E; }
a { background-color: rgb(8,50,110); }
div.DivClassName
{
background-color: #08326E;
}
.BgClassName
{
background-color: #08326E;
}
</style>
border-color css
<style>
span { border-color: #08326E; }
span { border-color: rgb(8,50,110); }
td.TdClassName
{
border-color: #08326E;
}
.TagClassName
{
border-color: #08326E;
}
</style>