Shades of Prussian Blue #0E346D
Tints of Prussian Blue #0E346D
RGB
CMYK
RGB Variations
Color information
#0E346D (or 0x0E346D) is known color: Prussian Blue. HEX triplet: 0E, 34 and 6D. RGB value is (14,52,109). Sum of RGB (Red+Green+Blue) = 14+52+109=175 (23% of max value = 765). Red value is 14 (5.86% from 255 or 8% from 175); Green value is 52 (20.70% from 255 or 29.71% from 175); Blue value is 109 (42.97% from 255 or 62.29% from 175); Max value from RGB is 109 - color contains mainly: blue. Hex color #0E346D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E346D is #F1CB92. Grayscale: #2E2E2E. Windows color (decimal): -15846291 or 7156750. OLE color: 7156750.
HSL color Cylindrical-coordinate representation of color #0E346D: hue angle of 216º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E346D is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 14 | 52 | 109 | - |
| CMYK | 0.87 | 0.52 | 0 | 0.57 |
| HSL | 216º | 0.77% | 0.24% | - |
| HSV(B) | 216º | 0.87% | 0.43% | - |
| XYZ | 4.17 | 3.65 | 14.95 | - |
| YUV | 47.14 | 162.91 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 52 | 109 | 0.87 | 0.52 | 0 | 0.57 | 216 | 0.77 | 0.24 |
| Hex | E | 34 | 6D | 57 | 34 | 0 | 39 | D8 | 4D | 18 |
| Octal | 16 | 64 | 155 | 127 | 64 | 0 | 71 | 330 | 115 | 30 |
| Binary | 1110 | 110100 | 1101101 | 1010111 | 110100 | 0 | 111001 | 11011000 | 1001101 | 11000 |
Color Harmonies of #0E346D
Complementary color
Monochromatic Colors of #0E346D
Black with #0E346D
Text Example
Text Example
White with #0E346D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E346D; }
p { color: rgb(14,52,109); }
H1.HeaderClassName
{
color: #0E346D;
}
.AnyTagClassName
{
color: #0E346D;
}
</style>
background-color css
<style>
a { background-color: #0E346D; }
a { background-color: rgb(14,52,109); }
div.DivClassName
{
background-color: #0E346D;
}
.BgClassName
{
background-color: #0E346D;
}
</style>
border-color css
<style>
span { border-color: #0E346D; }
span { border-color: rgb(14,52,109); }
td.TdClassName
{
border-color: #0E346D;
}
.TagClassName
{
border-color: #0E346D;
}
</style>