Shades of Dark Cerulean #0E487D
Tints of Dark Cerulean #0E487D
RGB
CMYK
RGB Variations
Color information
#0E487D (or 0x0E487D) is known color: Dark Cerulean. HEX triplet: 0E, 48 and 7D. RGB value is (14,72,125). Sum of RGB (Red+Green+Blue) = 14+72+125=211 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.64% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 125 (49.22% from 255 or 59.24% from 211); Max value from RGB is 125 - color contains mainly: blue. Hex color #0E487D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E487D is #F1B782. Grayscale: #3C3C3C. Windows color (decimal): -15841155 or 8210446. OLE color: 8210446.
HSL color Cylindrical-coordinate representation of color #0E487D: hue angle of 208.65º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E487D is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 14 | 72 | 125 | - |
| CMYK | 0.89 | 0.42 | 0 | 0.51 |
| HSL | 208.65º | 0.8% | 0.27% | - |
| HSV(B) | 208.65º | 0.89% | 0.49% | - |
| XYZ | 6.2 | 6.21 | 20.27 | - |
| YUV | 60.7 | 164.28 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 72 | 125 | 0.89 | 0.42 | 0 | 0.51 | 208.65 | 0.8 | 0.27 |
| Hex | E | 48 | 7D | 59 | 2A | 0 | 33 | D1 | 50 | 1B |
| Octal | 16 | 110 | 175 | 131 | 52 | 0 | 63 | 321 | 120 | 33 |
| Binary | 1110 | 1001000 | 1111101 | 1011001 | 101010 | 0 | 110011 | 11010001 | 1010000 | 11011 |
Color Harmonies of #0E487D
Complementary color
Monochromatic Colors of #0E487D
Black with #0E487D
Text Example
Text Example
White with #0E487D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E487D; }
p { color: rgb(14,72,125); }
H1.HeaderClassName
{
color: #0E487D;
}
.AnyTagClassName
{
color: #0E487D;
}
</style>
background-color css
<style>
a { background-color: #0E487D; }
a { background-color: rgb(14,72,125); }
div.DivClassName
{
background-color: #0E487D;
}
.BgClassName
{
background-color: #0E487D;
}
</style>
border-color css
<style>
span { border-color: #0E487D; }
span { border-color: rgb(14,72,125); }
td.TdClassName
{
border-color: #0E487D;
}
.TagClassName
{
border-color: #0E487D;
}
</style>