Shades of Prussian Blue #0E3559
Tints of Prussian Blue #0E3559
RGB
CMYK
RGB Variations
Color information
#0E3559 (or 0x0E3559) is known color: Prussian Blue. HEX triplet: 0E, 35 and 59. RGB value is (14,53,89). Sum of RGB (Red+Green+Blue) = 14+53+89=156 (20% of max value = 765). Red value is 14 (5.86% from 255 or 8.97% from 156); Green value is 53 (21.09% from 255 or 33.97% from 156); Blue value is 89 (35.16% from 255 or 57.05% from 156); Max value from RGB is 89 - color contains mainly: blue. Hex color #0E3559 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E3559 is #F1CAA6. Grayscale: #2D2D2D. Windows color (decimal): -15846055 or 5846286. OLE color: 5846286.
HSL color Cylindrical-coordinate representation of color #0E3559: hue angle of 208.8º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E3559 is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 14 | 53 | 89 | - |
| CMYK | 0.84 | 0.40 | 0 | 0.65 |
| HSL | 208.8º | 0.73% | 0.2% | - |
| HSV(B) | 208.8º | 0.84% | 0.35% | - |
| XYZ | 3.26 | 3.36 | 9.93 | - |
| YUV | 45.44 | 152.58 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 53 | 89 | 0.84 | 0.40 | 0 | 0.65 | 208.8 | 0.73 | 0.2 |
| Hex | E | 35 | 59 | 54 | 28 | 0 | 41 | D1 | 49 | 14 |
| Octal | 16 | 65 | 131 | 124 | 50 | 0 | 101 | 321 | 111 | 24 |
| Binary | 1110 | 110101 | 1011001 | 1010100 | 101000 | 0 | 1000001 | 11010001 | 1001001 | 10100 |
Color Harmonies of #0E3559
Complementary color
Monochromatic Colors of #0E3559
Black with #0E3559
Text Example
Text Example
White with #0E3559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3559; }
p { color: rgb(14,53,89); }
H1.HeaderClassName
{
color: #0E3559;
}
.AnyTagClassName
{
color: #0E3559;
}
</style>
background-color css
<style>
a { background-color: #0E3559; }
a { background-color: rgb(14,53,89); }
div.DivClassName
{
background-color: #0E3559;
}
.BgClassName
{
background-color: #0E3559;
}
</style>
border-color css
<style>
span { border-color: #0E3559; }
span { border-color: rgb(14,53,89); }
td.TdClassName
{
border-color: #0E3559;
}
.TagClassName
{
border-color: #0E3559;
}
</style>