Shades of Dark Cerulean #0E4087
Tints of Dark Cerulean #0E4087
RGB
CMYK
RGB Variations
Color information
#0E4087 (or 0x0E4087) is known color: Dark Cerulean. HEX triplet: 0E, 40 and 87. RGB value is (14,64,135). Sum of RGB (Red+Green+Blue) = 14+64+135=213 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.57% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 135 (53.12% from 255 or 63.38% from 213); Max value from RGB is 135 - color contains mainly: blue. Hex color #0E4087 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E4087 is #F1BF78. Grayscale: #383838. Windows color (decimal): -15843193 or 8863758. OLE color: 8863758.
HSL color Cylindrical-coordinate representation of color #0E4087: hue angle of 215.21º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E4087 is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 14 | 64 | 135 | - |
| CMYK | 0.90 | 0.53 | 0 | 0.47 |
| HSL | 215.21º | 0.81% | 0.29% | - |
| HSV(B) | 215.21º | 0.9% | 0.53% | - |
| XYZ | 6.39 | 5.51 | 23.65 | - |
| YUV | 57.14 | 171.94 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 64 | 135 | 0.90 | 0.53 | 0 | 0.47 | 215.21 | 0.81 | 0.29 |
| Hex | E | 40 | 87 | 5A | 35 | 0 | 2F | D7 | 51 | 1D |
| Octal | 16 | 100 | 207 | 132 | 65 | 0 | 57 | 327 | 121 | 35 |
| Binary | 1110 | 1000000 | 10000111 | 1011010 | 110101 | 0 | 101111 | 11010111 | 1010001 | 11101 |
Color Harmonies of #0E4087
Complementary color
Monochromatic Colors of #0E4087
Black with #0E4087
Text Example
Text Example
White with #0E4087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4087; }
p { color: rgb(14,64,135); }
H1.HeaderClassName
{
color: #0E4087;
}
.AnyTagClassName
{
color: #0E4087;
}
</style>
background-color css
<style>
a { background-color: #0E4087; }
a { background-color: rgb(14,64,135); }
div.DivClassName
{
background-color: #0E4087;
}
.BgClassName
{
background-color: #0E4087;
}
</style>
border-color css
<style>
span { border-color: #0E4087; }
span { border-color: rgb(14,64,135); }
td.TdClassName
{
border-color: #0E4087;
}
.TagClassName
{
border-color: #0E4087;
}
</style>