Shades of Dark Cerulean #0E4082
Tints of Dark Cerulean #0E4082
RGB
CMYK
RGB Variations
Color information
#0E4082 (or 0x0E4082) is known color: Dark Cerulean. HEX triplet: 0E, 40 and 82. RGB value is (14,64,130). Sum of RGB (Red+Green+Blue) = 14+64+130=208 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.73% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 130 (51.17% from 255 or 62.5% from 208); Max value from RGB is 130 - color contains mainly: blue. Hex color #0E4082 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E4082 is #F1BF7D. Grayscale: #383838. Windows color (decimal): -15843198 or 8536078. OLE color: 8536078.
HSL color Cylindrical-coordinate representation of color #0E4082: hue angle of 214.14º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E4082 is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 14 | 64 | 130 | - |
| CMYK | 0.89 | 0.51 | 0 | 0.49 |
| HSL | 214.14º | 0.81% | 0.28% | - |
| HSV(B) | 214.14º | 0.89% | 0.51% | - |
| XYZ | 6.04 | 5.37 | 21.84 | - |
| YUV | 56.57 | 169.44 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 64 | 130 | 0.89 | 0.51 | 0 | 0.49 | 214.14 | 0.81 | 0.28 |
| Hex | E | 40 | 82 | 59 | 33 | 0 | 31 | D6 | 51 | 1C |
| Octal | 16 | 100 | 202 | 131 | 63 | 0 | 61 | 326 | 121 | 34 |
| Binary | 1110 | 1000000 | 10000010 | 1011001 | 110011 | 0 | 110001 | 11010110 | 1010001 | 11100 |
Color Harmonies of #0E4082
Complementary color
Monochromatic Colors of #0E4082
Black with #0E4082
Text Example
Text Example
White with #0E4082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4082; }
p { color: rgb(14,64,130); }
H1.HeaderClassName
{
color: #0E4082;
}
.AnyTagClassName
{
color: #0E4082;
}
</style>
background-color css
<style>
a { background-color: #0E4082; }
a { background-color: rgb(14,64,130); }
div.DivClassName
{
background-color: #0E4082;
}
.BgClassName
{
background-color: #0E4082;
}
</style>
border-color css
<style>
span { border-color: #0E4082; }
span { border-color: rgb(14,64,130); }
td.TdClassName
{
border-color: #0E4082;
}
.TagClassName
{
border-color: #0E4082;
}
</style>