Shades of Prussian Blue #0E3966
Tints of Prussian Blue #0E3966
RGB
CMYK
RGB Variations
Color information
#0E3966 (or 0x0E3966) is known color: Prussian Blue. HEX triplet: 0E, 39 and 66. RGB value is (14,57,102). Sum of RGB (Red+Green+Blue) = 14+57+102=173 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.09% from 173); Green value is 57 (22.66% from 255 or 32.95% from 173); Blue value is 102 (40.23% from 255 or 58.96% from 173); Max value from RGB is 102 - color contains mainly: blue. Hex color #0E3966 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E3966 is #F1C699. Grayscale: #313131. Windows color (decimal): -15845018 or 6699278. OLE color: 6699278.
HSL color Cylindrical-coordinate representation of color #0E3966: hue angle of 210.68º 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 #0E3966 is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 14 | 57 | 102 | - |
| CMYK | 0.86 | 0.44 | 0 | 0.6 |
| HSL | 210.68º | 0.76% | 0.23% | - |
| HSV(B) | 210.68º | 0.86% | 0.4% | - |
| XYZ | 4.04 | 3.98 | 13.13 | - |
| YUV | 49.27 | 157.75 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 57 | 102 | 0.86 | 0.44 | 0 | 0.6 | 210.68 | 0.76 | 0.23 |
| Hex | E | 39 | 66 | 56 | 2C | 0 | 3C | D3 | 4C | 17 |
| Octal | 16 | 71 | 146 | 126 | 54 | 0 | 74 | 323 | 114 | 27 |
| Binary | 1110 | 111001 | 1100110 | 1010110 | 101100 | 0 | 111100 | 11010011 | 1001100 | 10111 |
Color Harmonies of #0E3966
Complementary color
Monochromatic Colors of #0E3966
Black with #0E3966
Text Example
Text Example
White with #0E3966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3966; }
p { color: rgb(14,57,102); }
H1.HeaderClassName
{
color: #0E3966;
}
.AnyTagClassName
{
color: #0E3966;
}
</style>
background-color css
<style>
a { background-color: #0E3966; }
a { background-color: rgb(14,57,102); }
div.DivClassName
{
background-color: #0E3966;
}
.BgClassName
{
background-color: #0E3966;
}
</style>
border-color css
<style>
span { border-color: #0E3966; }
span { border-color: rgb(14,57,102); }
td.TdClassName
{
border-color: #0E3966;
}
.TagClassName
{
border-color: #0E3966;
}
</style>