Shades of Prussian Blue #0E3C67
Tints of Prussian Blue #0E3C67
RGB
CMYK
RGB Variations
Color information
#0E3C67 (or 0x0E3C67) is known color: Prussian Blue. HEX triplet: 0E, 3C and 67. RGB value is (14,60,103). Sum of RGB (Red+Green+Blue) = 14+60+103=177 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.91% from 177); Green value is 60 (23.83% from 255 or 33.90% from 177); Blue value is 103 (40.62% from 255 or 58.19% from 177); Max value from RGB is 103 - color contains mainly: blue. Hex color #0E3C67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E3C67 is #F1C398. Grayscale: #323232. Windows color (decimal): -15844249 or 6765582. OLE color: 6765582.
HSL color Cylindrical-coordinate representation of color #0E3C67: hue angle of 208.99º 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 #0E3C67 is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 14 | 60 | 103 | - |
| CMYK | 0.86 | 0.42 | 0 | 0.60 |
| HSL | 208.99º | 0.76% | 0.23% | - |
| HSV(B) | 208.99º | 0.86% | 0.4% | - |
| XYZ | 4.25 | 4.3 | 13.44 | - |
| YUV | 51.15 | 157.26 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 60 | 103 | 0.86 | 0.42 | 0 | 0.60 | 208.99 | 0.76 | 0.23 |
| Hex | E | 3C | 67 | 56 | 2A | 0 | 3C | D1 | 4C | 17 |
| Octal | 16 | 74 | 147 | 126 | 52 | 0 | 74 | 321 | 114 | 27 |
| Binary | 1110 | 111100 | 1100111 | 1010110 | 101010 | 0 | 111100 | 11010001 | 1001100 | 10111 |
Color Harmonies of #0E3C67
Complementary color
Monochromatic Colors of #0E3C67
Black with #0E3C67
Text Example
Text Example
White with #0E3C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3C67; }
p { color: rgb(14,60,103); }
H1.HeaderClassName
{
color: #0E3C67;
}
.AnyTagClassName
{
color: #0E3C67;
}
</style>
background-color css
<style>
a { background-color: #0E3C67; }
a { background-color: rgb(14,60,103); }
div.DivClassName
{
background-color: #0E3C67;
}
.BgClassName
{
background-color: #0E3C67;
}
</style>
border-color css
<style>
span { border-color: #0E3C67; }
span { border-color: rgb(14,60,103); }
td.TdClassName
{
border-color: #0E3C67;
}
.TagClassName
{
border-color: #0E3C67;
}
</style>