Shades of Prussian Blue #0E3566
Tints of Prussian Blue #0E3566
RGB
CMYK
RGB Variations
Color information
#0E3566 (or 0x0E3566) is known color: Prussian Blue. HEX triplet: 0E, 35 and 66. RGB value is (14,53,102). Sum of RGB (Red+Green+Blue) = 14+53+102=169 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.28% from 169); Green value is 53 (21.09% from 255 or 31.36% from 169); Blue value is 102 (40.23% from 255 or 60.36% from 169); Max value from RGB is 102 - color contains mainly: blue. Hex color #0E3566 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E3566 is #F1CA99. Grayscale: #2E2E2E. Windows color (decimal): -15846042 or 6698254. OLE color: 6698254.
HSL color Cylindrical-coordinate representation of color #0E3566: hue angle of 213.41º 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 #0E3566 is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 14 | 53 | 102 | - |
| CMYK | 0.86 | 0.48 | 0 | 0.6 |
| HSL | 213.41º | 0.76% | 0.23% | - |
| HSV(B) | 213.41º | 0.86% | 0.4% | - |
| XYZ | 3.85 | 3.6 | 13.06 | - |
| YUV | 46.93 | 159.08 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 53 | 102 | 0.86 | 0.48 | 0 | 0.6 | 213.41 | 0.76 | 0.23 |
| Hex | E | 35 | 66 | 56 | 30 | 0 | 3C | D5 | 4C | 17 |
| Octal | 16 | 65 | 146 | 126 | 60 | 0 | 74 | 325 | 114 | 27 |
| Binary | 1110 | 110101 | 1100110 | 1010110 | 110000 | 0 | 111100 | 11010101 | 1001100 | 10111 |
Color Harmonies of #0E3566
Complementary color
Monochromatic Colors of #0E3566
Black with #0E3566
Text Example
Text Example
White with #0E3566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3566; }
p { color: rgb(14,53,102); }
H1.HeaderClassName
{
color: #0E3566;
}
.AnyTagClassName
{
color: #0E3566;
}
</style>
background-color css
<style>
a { background-color: #0E3566; }
a { background-color: rgb(14,53,102); }
div.DivClassName
{
background-color: #0E3566;
}
.BgClassName
{
background-color: #0E3566;
}
</style>
border-color css
<style>
span { border-color: #0E3566; }
span { border-color: rgb(14,53,102); }
td.TdClassName
{
border-color: #0E3566;
}
.TagClassName
{
border-color: #0E3566;
}
</style>