Shades of Prussian Blue #08324F
Tints of Prussian Blue #08324F
RGB
CMYK
RGB Variations
Color information
#08324F (or 0x08324F) is known color: Prussian Blue. HEX triplet: 08, 32 and 4F. RGB value is (8,50,79). Sum of RGB (Red+Green+Blue) = 8+50+79=137 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.84% from 137); Green value is 50 (19.92% from 255 or 36.50% from 137); Blue value is 79 (31.25% from 255 or 57.66% from 137); Max value from RGB is 79 - color contains mainly: blue. Hex color #08324F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08324F is #F7CDB0. Grayscale: #282828. Windows color (decimal): -16240049 or 5190152. OLE color: 5190152.
HSL color Cylindrical-coordinate representation of color #08324F: hue angle of 204.51º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08324F is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 50 | 79 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.69 |
| HSL | 204.51º | 0.82% | 0.17% | - |
| HSV(B) | 204.51º | 0.9% | 0.31% | - |
| XYZ | 2.65 | 2.9 | 7.82 | - |
| YUV | 40.75 | 149.59 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 50 | 79 | 0.90 | 0.37 | 0 | 0.69 | 204.51 | 0.82 | 0.17 |
| Hex | 8 | 32 | 4F | 5A | 25 | 0 | 45 | CD | 52 | 11 |
| Octal | 10 | 62 | 117 | 132 | 45 | 0 | 105 | 315 | 122 | 21 |
| Binary | 1000 | 110010 | 1001111 | 1011010 | 100101 | 0 | 1000101 | 11001101 | 1010010 | 10001 |
Color Harmonies of #08324F
Complementary color
Monochromatic Colors of #08324F
Black with #08324F
Text Example
Text Example
White with #08324F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08324F; }
p { color: rgb(8,50,79); }
H1.HeaderClassName
{
color: #08324F;
}
.AnyTagClassName
{
color: #08324F;
}
</style>
background-color css
<style>
a { background-color: #08324F; }
a { background-color: rgb(8,50,79); }
div.DivClassName
{
background-color: #08324F;
}
.BgClassName
{
background-color: #08324F;
}
</style>
border-color css
<style>
span { border-color: #08324F; }
span { border-color: rgb(8,50,79); }
td.TdClassName
{
border-color: #08324F;
}
.TagClassName
{
border-color: #08324F;
}
</style>