Shades of Prussian Blue #0E3E61
Tints of Prussian Blue #0E3E61
RGB
CMYK
RGB Variations
Color information
#0E3E61 (or 0x0E3E61) is known color: Prussian Blue. HEX triplet: 0E, 3E and 61. RGB value is (14,62,97). Sum of RGB (Red+Green+Blue) = 14+62+97=173 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.09% from 173); Green value is 62 (24.61% from 255 or 35.84% from 173); Blue value is 97 (38.28% from 255 or 56.07% from 173); Max value from RGB is 97 - color contains mainly: blue. Hex color #0E3E61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E3E61 is #F1C19E. Grayscale: #333333. Windows color (decimal): -15843743 or 6372878. OLE color: 6372878.
HSL color Cylindrical-coordinate representation of color #0E3E61: hue angle of 205.3º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E3E61 is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 14 | 62 | 97 | - |
| CMYK | 0.86 | 0.36 | 0 | 0.62 |
| HSL | 205.3º | 0.75% | 0.22% | - |
| HSV(B) | 205.3º | 0.86% | 0.38% | - |
| XYZ | 4.06 | 4.4 | 11.94 | - |
| YUV | 51.64 | 153.6 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 62 | 97 | 0.86 | 0.36 | 0 | 0.62 | 205.3 | 0.75 | 0.22 |
| Hex | E | 3E | 61 | 56 | 24 | 0 | 3E | CD | 4B | 16 |
| Octal | 16 | 76 | 141 | 126 | 44 | 0 | 76 | 315 | 113 | 26 |
| Binary | 1110 | 111110 | 1100001 | 1010110 | 100100 | 0 | 111110 | 11001101 | 1001011 | 10110 |
Color Harmonies of #0E3E61
Complementary color
Monochromatic Colors of #0E3E61
Black with #0E3E61
Text Example
Text Example
White with #0E3E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3E61; }
p { color: rgb(14,62,97); }
H1.HeaderClassName
{
color: #0E3E61;
}
.AnyTagClassName
{
color: #0E3E61;
}
</style>
background-color css
<style>
a { background-color: #0E3E61; }
a { background-color: rgb(14,62,97); }
div.DivClassName
{
background-color: #0E3E61;
}
.BgClassName
{
background-color: #0E3E61;
}
</style>
border-color css
<style>
span { border-color: #0E3E61; }
span { border-color: rgb(14,62,97); }
td.TdClassName
{
border-color: #0E3E61;
}
.TagClassName
{
border-color: #0E3E61;
}
</style>