Shades of Prussian Blue #08326D
Tints of Prussian Blue #08326D
RGB
CMYK
RGB Variations
Color information
#08326D (or 0x08326D) is known color: Prussian Blue. HEX triplet: 08, 32 and 6D. RGB value is (8,50,109). Sum of RGB (Red+Green+Blue) = 8+50+109=167 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.79% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 109 (42.97% from 255 or 65.27% from 167); Max value from RGB is 109 - color contains mainly: blue. Hex color #08326D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08326D is #F7CD92. Grayscale: #2B2B2B. Windows color (decimal): -16240019 or 7156232. OLE color: 7156232.
HSL color Cylindrical-coordinate representation of color #08326D: hue angle of 215.05º 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 #08326D is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 50 | 109 | - |
| CMYK | 0.93 | 0.54 | 0 | 0.57 |
| HSL | 215.05º | 0.86% | 0.23% | - |
| HSV(B) | 215.05º | 0.93% | 0.43% | - |
| XYZ | 4 | 3.44 | 14.92 | - |
| YUV | 44.17 | 164.59 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 50 | 109 | 0.93 | 0.54 | 0 | 0.57 | 215.05 | 0.86 | 0.23 |
| Hex | 8 | 32 | 6D | 5D | 36 | 0 | 39 | D7 | 56 | 17 |
| Octal | 10 | 62 | 155 | 135 | 66 | 0 | 71 | 327 | 126 | 27 |
| Binary | 1000 | 110010 | 1101101 | 1011101 | 110110 | 0 | 111001 | 11010111 | 1010110 | 10111 |
Color Harmonies of #08326D
Complementary color
Monochromatic Colors of #08326D
Black with #08326D
Text Example
Text Example
White with #08326D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08326D; }
p { color: rgb(8,50,109); }
H1.HeaderClassName
{
color: #08326D;
}
.AnyTagClassName
{
color: #08326D;
}
</style>
background-color css
<style>
a { background-color: #08326D; }
a { background-color: rgb(8,50,109); }
div.DivClassName
{
background-color: #08326D;
}
.BgClassName
{
background-color: #08326D;
}
</style>
border-color css
<style>
span { border-color: #08326D; }
span { border-color: rgb(8,50,109); }
td.TdClassName
{
border-color: #08326D;
}
.TagClassName
{
border-color: #08326D;
}
</style>