Shades of Prussian Blue #08325E
Tints of Prussian Blue #08325E
RGB
CMYK
RGB Variations
Color information
#08325E (or 0x08325E) is known color: Prussian Blue. HEX triplet: 08, 32 and 5E. RGB value is (8,50,94). Sum of RGB (Red+Green+Blue) = 8+50+94=152 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.26% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 94 (37.11% from 255 or 61.84% from 152); Max value from RGB is 94 - color contains mainly: blue. Hex color #08325E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08325E is #F7CDA1. Grayscale: #2A2A2A. Windows color (decimal): -16240034 or 6173192. OLE color: 6173192.
HSL color Cylindrical-coordinate representation of color #08325E: hue angle of 210.7º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08325E is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 8 | 50 | 94 | - |
| CMYK | 0.91 | 0.47 | 0 | 0.63 |
| HSL | 210.7º | 0.84% | 0.2% | - |
| HSV(B) | 210.7º | 0.91% | 0.37% | - |
| XYZ | 3.26 | 3.14 | 11.02 | - |
| YUV | 42.46 | 157.09 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 50 | 94 | 0.91 | 0.47 | 0 | 0.63 | 210.7 | 0.84 | 0.2 |
| Hex | 8 | 32 | 5E | 5B | 2F | 0 | 3F | D3 | 54 | 14 |
| Octal | 10 | 62 | 136 | 133 | 57 | 0 | 77 | 323 | 124 | 24 |
| Binary | 1000 | 110010 | 1011110 | 1011011 | 101111 | 0 | 111111 | 11010011 | 1010100 | 10100 |
Color Harmonies of #08325E
Complementary color
Monochromatic Colors of #08325E
Black with #08325E
Text Example
Text Example
White with #08325E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08325E; }
p { color: rgb(8,50,94); }
H1.HeaderClassName
{
color: #08325E;
}
.AnyTagClassName
{
color: #08325E;
}
</style>
background-color css
<style>
a { background-color: #08325E; }
a { background-color: rgb(8,50,94); }
div.DivClassName
{
background-color: #08325E;
}
.BgClassName
{
background-color: #08325E;
}
</style>
border-color css
<style>
span { border-color: #08325E; }
span { border-color: rgb(8,50,94); }
td.TdClassName
{
border-color: #08325E;
}
.TagClassName
{
border-color: #08325E;
}
</style>