Shades of Prussian Blue #0E3772
Tints of Prussian Blue #0E3772
RGB
CMYK
RGB Variations
Color information
#0E3772 (or 0x0E3772) is known color: Prussian Blue. HEX triplet: 0E, 37 and 72. RGB value is (14,55,114). Sum of RGB (Red+Green+Blue) = 14+55+114=183 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.65% from 183); Green value is 55 (21.88% from 255 or 30.05% from 183); Blue value is 114 (44.92% from 255 or 62.30% from 183); Max value from RGB is 114 - color contains mainly: blue. Hex color #0E3772 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E3772 is #F1C88D. Grayscale: #313131. Windows color (decimal): -15845518 or 7485198. OLE color: 7485198.
HSL color Cylindrical-coordinate representation of color #0E3772: hue angle of 215.4º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E3772 is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 14 | 55 | 114 | - |
| CMYK | 0.88 | 0.52 | 0 | 0.55 |
| HSL | 215.4º | 0.78% | 0.25% | - |
| HSV(B) | 215.4º | 0.88% | 0.45% | - |
| XYZ | 4.58 | 4.04 | 16.46 | - |
| YUV | 49.47 | 164.42 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 55 | 114 | 0.88 | 0.52 | 0 | 0.55 | 215.4 | 0.78 | 0.25 |
| Hex | E | 37 | 72 | 58 | 34 | 0 | 37 | D7 | 4E | 19 |
| Octal | 16 | 67 | 162 | 130 | 64 | 0 | 67 | 327 | 116 | 31 |
| Binary | 1110 | 110111 | 1110010 | 1011000 | 110100 | 0 | 110111 | 11010111 | 1001110 | 11001 |
Color Harmonies of #0E3772
Complementary color
Monochromatic Colors of #0E3772
Black with #0E3772
Text Example
Text Example
White with #0E3772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3772; }
p { color: rgb(14,55,114); }
H1.HeaderClassName
{
color: #0E3772;
}
.AnyTagClassName
{
color: #0E3772;
}
</style>
background-color css
<style>
a { background-color: #0E3772; }
a { background-color: rgb(14,55,114); }
div.DivClassName
{
background-color: #0E3772;
}
.BgClassName
{
background-color: #0E3772;
}
</style>
border-color css
<style>
span { border-color: #0E3772; }
span { border-color: rgb(14,55,114); }
td.TdClassName
{
border-color: #0E3772;
}
.TagClassName
{
border-color: #0E3772;
}
</style>