Shades of Prussian Blue #0E3157
Tints of Prussian Blue #0E3157
RGB
CMYK
RGB Variations
Color information
#0E3157 (or 0x0E3157) is known color: Prussian Blue. HEX triplet: 0E, 31 and 57. RGB value is (14,49,87). Sum of RGB (Red+Green+Blue) = 14+49+87=150 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.33% from 150); Green value is 49 (19.53% from 255 or 32.67% from 150); Blue value is 87 (34.38% from 255 or 58% from 150); Max value from RGB is 87 - color contains mainly: blue. Hex color #0E3157 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E3157 is #F1CEA8. Grayscale: #2A2A2A. Windows color (decimal): -15847081 or 5714190. OLE color: 5714190.
HSL color Cylindrical-coordinate representation of color #0E3157: hue angle of 211.23º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E3157 is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 14 | 49 | 87 | - |
| CMYK | 0.84 | 0.44 | 0 | 0.66 |
| HSL | 211.23º | 0.72% | 0.2% | - |
| HSV(B) | 211.23º | 0.84% | 0.34% | - |
| XYZ | 3 | 2.98 | 9.43 | - |
| YUV | 42.87 | 152.9 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 49 | 87 | 0.84 | 0.44 | 0 | 0.66 | 211.23 | 0.72 | 0.2 |
| Hex | E | 31 | 57 | 54 | 2C | 0 | 42 | D3 | 48 | 14 |
| Octal | 16 | 61 | 127 | 124 | 54 | 0 | 102 | 323 | 110 | 24 |
| Binary | 1110 | 110001 | 1010111 | 1010100 | 101100 | 0 | 1000010 | 11010011 | 1001000 | 10100 |
Color Harmonies of #0E3157
Complementary color
Monochromatic Colors of #0E3157
Black with #0E3157
Text Example
Text Example
White with #0E3157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3157; }
p { color: rgb(14,49,87); }
H1.HeaderClassName
{
color: #0E3157;
}
.AnyTagClassName
{
color: #0E3157;
}
</style>
background-color css
<style>
a { background-color: #0E3157; }
a { background-color: rgb(14,49,87); }
div.DivClassName
{
background-color: #0E3157;
}
.BgClassName
{
background-color: #0E3157;
}
</style>
border-color css
<style>
span { border-color: #0E3157; }
span { border-color: rgb(14,49,87); }
td.TdClassName
{
border-color: #0E3157;
}
.TagClassName
{
border-color: #0E3157;
}
</style>