Shades of Prussian Blue #0E406B
Tints of Prussian Blue #0E406B
RGB
CMYK
RGB Variations
Color information
#0E406B (or 0x0E406B) is known color: Prussian Blue. HEX triplet: 0E, 40 and 6B. RGB value is (14,64,107). Sum of RGB (Red+Green+Blue) = 14+64+107=185 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.57% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 107 (42.19% from 255 or 57.84% from 185); Max value from RGB is 107 - color contains mainly: blue. Hex color #0E406B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E406B is #F1BF94. Grayscale: #353535. Windows color (decimal): -15843221 or 7028750. OLE color: 7028750.
HSL color Cylindrical-coordinate representation of color #0E406B: hue angle of 207.74º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E406B is Cyan = 0.87, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 14 | 64 | 107 | - |
| CMYK | 0.87 | 0.40 | 0 | 0.58 |
| HSL | 207.74º | 0.77% | 0.24% | - |
| HSV(B) | 207.74º | 0.87% | 0.42% | - |
| XYZ | 4.67 | 4.82 | 14.59 | - |
| YUV | 53.95 | 157.94 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 64 | 107 | 0.87 | 0.40 | 0 | 0.58 | 207.74 | 0.77 | 0.24 |
| Hex | E | 40 | 6B | 57 | 28 | 0 | 3A | D0 | 4D | 18 |
| Octal | 16 | 100 | 153 | 127 | 50 | 0 | 72 | 320 | 115 | 30 |
| Binary | 1110 | 1000000 | 1101011 | 1010111 | 101000 | 0 | 111010 | 11010000 | 1001101 | 11000 |
Color Harmonies of #0E406B
Complementary color
Monochromatic Colors of #0E406B
Black with #0E406B
Text Example
Text Example
White with #0E406B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E406B; }
p { color: rgb(14,64,107); }
H1.HeaderClassName
{
color: #0E406B;
}
.AnyTagClassName
{
color: #0E406B;
}
</style>
background-color css
<style>
a { background-color: #0E406B; }
a { background-color: rgb(14,64,107); }
div.DivClassName
{
background-color: #0E406B;
}
.BgClassName
{
background-color: #0E406B;
}
</style>
border-color css
<style>
span { border-color: #0E406B; }
span { border-color: rgb(14,64,107); }
td.TdClassName
{
border-color: #0E406B;
}
.TagClassName
{
border-color: #0E406B;
}
</style>