Shades of Dark Cerulean #0E397D
Tints of Dark Cerulean #0E397D
RGB
CMYK
RGB Variations
Color information
#0E397D (or 0x0E397D) is known color: Dark Cerulean. HEX triplet: 0E, 39 and 7D. RGB value is (14,57,125). Sum of RGB (Red+Green+Blue) = 14+57+125=196 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.14% from 196); Green value is 57 (22.66% from 255 or 29.08% from 196); Blue value is 125 (49.22% from 255 or 63.78% from 196); Max value from RGB is 125 - color contains mainly: blue. Hex color #0E397D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E397D is #F1C682. Grayscale: #333333. Windows color (decimal): -15844995 or 8206606. OLE color: 8206606.
HSL color Cylindrical-coordinate representation of color #0E397D: hue angle of 216.76º 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 #0E397D is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 14 | 57 | 125 | - |
| CMYK | 0.89 | 0.54 | 0 | 0.51 |
| HSL | 216.76º | 0.8% | 0.27% | - |
| HSV(B) | 216.76º | 0.89% | 0.49% | - |
| XYZ | 5.35 | 4.5 | 19.99 | - |
| YUV | 51.9 | 169.25 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 57 | 125 | 0.89 | 0.54 | 0 | 0.51 | 216.76 | 0.8 | 0.27 |
| Hex | E | 39 | 7D | 59 | 36 | 0 | 33 | D9 | 50 | 1B |
| Octal | 16 | 71 | 175 | 131 | 66 | 0 | 63 | 331 | 120 | 33 |
| Binary | 1110 | 111001 | 1111101 | 1011001 | 110110 | 0 | 110011 | 11011001 | 1010000 | 11011 |
Color Harmonies of #0E397D
Complementary color
Monochromatic Colors of #0E397D
Black with #0E397D
Text Example
Text Example
White with #0E397D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E397D; }
p { color: rgb(14,57,125); }
H1.HeaderClassName
{
color: #0E397D;
}
.AnyTagClassName
{
color: #0E397D;
}
</style>
background-color css
<style>
a { background-color: #0E397D; }
a { background-color: rgb(14,57,125); }
div.DivClassName
{
background-color: #0E397D;
}
.BgClassName
{
background-color: #0E397D;
}
</style>
border-color css
<style>
span { border-color: #0E397D; }
span { border-color: rgb(14,57,125); }
td.TdClassName
{
border-color: #0E397D;
}
.TagClassName
{
border-color: #0E397D;
}
</style>