Shades of Prussian Blue #0E4266
Tints of Prussian Blue #0E4266
RGB
CMYK
RGB Variations
Color information
#0E4266 (or 0x0E4266) is known color: Prussian Blue. HEX triplet: 0E, 42 and 66. RGB value is (14,66,102). Sum of RGB (Red+Green+Blue) = 14+66+102=182 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.69% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 102 (40.23% from 255 or 56.04% from 182); Max value from RGB is 102 - color contains mainly: blue. Hex color #0E4266 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E4266 is #F1BD99. Grayscale: #363636. Windows color (decimal): -15842714 or 6701582. OLE color: 6701582.
HSL color Cylindrical-coordinate representation of color #0E4266: hue angle of 204.55º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E4266 is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 14 | 66 | 102 | - |
| CMYK | 0.86 | 0.35 | 0 | 0.6 |
| HSL | 204.55º | 0.76% | 0.23% | - |
| HSV(B) | 204.55º | 0.86% | 0.4% | - |
| XYZ | 4.53 | 4.95 | 13.29 | - |
| YUV | 54.56 | 154.77 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 66 | 102 | 0.86 | 0.35 | 0 | 0.6 | 204.55 | 0.76 | 0.23 |
| Hex | E | 42 | 66 | 56 | 23 | 0 | 3C | CD | 4C | 17 |
| Octal | 16 | 102 | 146 | 126 | 43 | 0 | 74 | 315 | 114 | 27 |
| Binary | 1110 | 1000010 | 1100110 | 1010110 | 100011 | 0 | 111100 | 11001101 | 1001100 | 10111 |
Color Harmonies of #0E4266
Complementary color
Monochromatic Colors of #0E4266
Black with #0E4266
Text Example
Text Example
White with #0E4266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4266; }
p { color: rgb(14,66,102); }
H1.HeaderClassName
{
color: #0E4266;
}
.AnyTagClassName
{
color: #0E4266;
}
</style>
background-color css
<style>
a { background-color: #0E4266; }
a { background-color: rgb(14,66,102); }
div.DivClassName
{
background-color: #0E4266;
}
.BgClassName
{
background-color: #0E4266;
}
</style>
border-color css
<style>
span { border-color: #0E4266; }
span { border-color: rgb(14,66,102); }
td.TdClassName
{
border-color: #0E4266;
}
.TagClassName
{
border-color: #0E4266;
}
</style>