Shades of Prussian Blue #0E345D
Tints of Prussian Blue #0E345D
RGB
CMYK
RGB Variations
Color information
#0E345D (or 0x0E345D) is known color: Prussian Blue. HEX triplet: 0E, 34 and 5D. RGB value is (14,52,93). Sum of RGB (Red+Green+Blue) = 14+52+93=159 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.81% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 93 (36.72% from 255 or 58.49% from 159); Max value from RGB is 93 - color contains mainly: blue. Hex color #0E345D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E345D is #F1CBA2. Grayscale: #2D2D2D. Windows color (decimal): -15846307 or 6108174. OLE color: 6108174.
HSL color Cylindrical-coordinate representation of color #0E345D: hue angle of 211.14º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E345D is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 14 | 52 | 93 | - |
| CMYK | 0.85 | 0.44 | 0 | 0.64 |
| HSL | 211.14º | 0.74% | 0.21% | - |
| HSV(B) | 211.14º | 0.85% | 0.36% | - |
| XYZ | 3.38 | 3.34 | 10.82 | - |
| YUV | 45.31 | 154.91 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 52 | 93 | 0.85 | 0.44 | 0 | 0.64 | 211.14 | 0.74 | 0.21 |
| Hex | E | 34 | 5D | 55 | 2C | 0 | 40 | D3 | 4A | 15 |
| Octal | 16 | 64 | 135 | 125 | 54 | 0 | 100 | 323 | 112 | 25 |
| Binary | 1110 | 110100 | 1011101 | 1010101 | 101100 | 0 | 1000000 | 11010011 | 1001010 | 10101 |
Color Harmonies of #0E345D
Complementary color
Monochromatic Colors of #0E345D
Black with #0E345D
Text Example
Text Example
White with #0E345D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E345D; }
p { color: rgb(14,52,93); }
H1.HeaderClassName
{
color: #0E345D;
}
.AnyTagClassName
{
color: #0E345D;
}
</style>
background-color css
<style>
a { background-color: #0E345D; }
a { background-color: rgb(14,52,93); }
div.DivClassName
{
background-color: #0E345D;
}
.BgClassName
{
background-color: #0E345D;
}
</style>
border-color css
<style>
span { border-color: #0E345D; }
span { border-color: rgb(14,52,93); }
td.TdClassName
{
border-color: #0E345D;
}
.TagClassName
{
border-color: #0E345D;
}
</style>