Shades of Prussian Blue #083472
Tints of Prussian Blue #083472
RGB
CMYK
RGB Variations
Color information
#083472 (or 0x083472) is known color: Prussian Blue. HEX triplet: 08, 34 and 72. RGB value is (8,52,114). Sum of RGB (Red+Green+Blue) = 8+52+114=174 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.60% from 174); Green value is 52 (20.70% from 255 or 29.89% from 174); Blue value is 114 (44.92% from 255 or 65.52% from 174); Max value from RGB is 114 - color contains mainly: blue. Hex color #083472 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083472 is #F7CB8D. Grayscale: #2D2D2D. Windows color (decimal): -16239502 or 7484424. OLE color: 7484424.
HSL color Cylindrical-coordinate representation of color #083472: hue angle of 215.09º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #083472 is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 8 | 52 | 114 | - |
| CMYK | 0.93 | 0.54 | 0 | 0.55 |
| HSL | 215.09º | 0.87% | 0.24% | - |
| HSV(B) | 215.09º | 0.93% | 0.45% | - |
| XYZ | 4.37 | 3.72 | 16.41 | - |
| YUV | 45.91 | 166.42 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 52 | 114 | 0.93 | 0.54 | 0 | 0.55 | 215.09 | 0.87 | 0.24 |
| Hex | 8 | 34 | 72 | 5D | 36 | 0 | 37 | D7 | 57 | 18 |
| Octal | 10 | 64 | 162 | 135 | 66 | 0 | 67 | 327 | 127 | 30 |
| Binary | 1000 | 110100 | 1110010 | 1011101 | 110110 | 0 | 110111 | 11010111 | 1010111 | 11000 |
Color Harmonies of #083472
Complementary color
Monochromatic Colors of #083472
Black with #083472
Text Example
Text Example
White with #083472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083472; }
p { color: rgb(8,52,114); }
H1.HeaderClassName
{
color: #083472;
}
.AnyTagClassName
{
color: #083472;
}
</style>
background-color css
<style>
a { background-color: #083472; }
a { background-color: rgb(8,52,114); }
div.DivClassName
{
background-color: #083472;
}
.BgClassName
{
background-color: #083472;
}
</style>
border-color css
<style>
span { border-color: #083472; }
span { border-color: rgb(8,52,114); }
td.TdClassName
{
border-color: #083472;
}
.TagClassName
{
border-color: #083472;
}
</style>