Shades of Prussian Blue #0E345F
Tints of Prussian Blue #0E345F
RGB
CMYK
RGB Variations
Color information
#0E345F (or 0x0E345F) is known color: Prussian Blue. HEX triplet: 0E, 34 and 5F. RGB value is (14,52,95). Sum of RGB (Red+Green+Blue) = 14+52+95=161 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.70% from 161); Green value is 52 (20.70% from 255 or 32.30% from 161); Blue value is 95 (37.5% from 255 or 59.01% from 161); Max value from RGB is 95 - color contains mainly: blue. Hex color #0E345F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E345F is #F1CBA0. Grayscale: #2D2D2D. Windows color (decimal): -15846305 or 6239246. OLE color: 6239246.
HSL color Cylindrical-coordinate representation of color #0E345F: hue angle of 211.85º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E345F is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 14 | 52 | 95 | - |
| CMYK | 0.85 | 0.45 | 0 | 0.63 |
| HSL | 211.85º | 0.74% | 0.21% | - |
| HSV(B) | 211.85º | 0.85% | 0.37% | - |
| XYZ | 3.47 | 3.38 | 11.29 | - |
| YUV | 45.54 | 155.91 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 52 | 95 | 0.85 | 0.45 | 0 | 0.63 | 211.85 | 0.74 | 0.21 |
| Hex | E | 34 | 5F | 55 | 2D | 0 | 3F | D4 | 4A | 15 |
| Octal | 16 | 64 | 137 | 125 | 55 | 0 | 77 | 324 | 112 | 25 |
| Binary | 1110 | 110100 | 1011111 | 1010101 | 101101 | 0 | 111111 | 11010100 | 1001010 | 10101 |
Color Harmonies of #0E345F
Complementary color
Monochromatic Colors of #0E345F
Black with #0E345F
Text Example
Text Example
White with #0E345F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E345F; }
p { color: rgb(14,52,95); }
H1.HeaderClassName
{
color: #0E345F;
}
.AnyTagClassName
{
color: #0E345F;
}
</style>
background-color css
<style>
a { background-color: #0E345F; }
a { background-color: rgb(14,52,95); }
div.DivClassName
{
background-color: #0E345F;
}
.BgClassName
{
background-color: #0E345F;
}
</style>
border-color css
<style>
span { border-color: #0E345F; }
span { border-color: rgb(14,52,95); }
td.TdClassName
{
border-color: #0E345F;
}
.TagClassName
{
border-color: #0E345F;
}
</style>