Shades of Dark Cerulean #0E397B
Tints of Dark Cerulean #0E397B
RGB
CMYK
RGB Variations
Color information
#0E397B (or 0x0E397B) is known color: Dark Cerulean. HEX triplet: 0E, 39 and 7B. RGB value is (14,57,123). Sum of RGB (Red+Green+Blue) = 14+57+123=194 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.22% from 194); Green value is 57 (22.66% from 255 or 29.38% from 194); Blue value is 123 (48.44% from 255 or 63.40% from 194); Max value from RGB is 123 - color contains mainly: blue. Hex color #0E397B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E397B is #F1C684. Grayscale: #333333. Windows color (decimal): -15844997 or 8075534. OLE color: 8075534.
HSL color Cylindrical-coordinate representation of color #0E397B: hue angle of 216.33º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E397B is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 14 | 57 | 123 | - |
| CMYK | 0.89 | 0.54 | 0 | 0.52 |
| HSL | 216.33º | 0.8% | 0.27% | - |
| HSV(B) | 216.33º | 0.89% | 0.48% | - |
| XYZ | 5.22 | 4.45 | 19.32 | - |
| YUV | 51.67 | 168.25 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 57 | 123 | 0.89 | 0.54 | 0 | 0.52 | 216.33 | 0.8 | 0.27 |
| Hex | E | 39 | 7B | 59 | 36 | 0 | 34 | D8 | 50 | 1B |
| Octal | 16 | 71 | 173 | 131 | 66 | 0 | 64 | 330 | 120 | 33 |
| Binary | 1110 | 111001 | 1111011 | 1011001 | 110110 | 0 | 110100 | 11011000 | 1010000 | 11011 |
Color Harmonies of #0E397B
Complementary color
Monochromatic Colors of #0E397B
Black with #0E397B
Text Example
Text Example
White with #0E397B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E397B; }
p { color: rgb(14,57,123); }
H1.HeaderClassName
{
color: #0E397B;
}
.AnyTagClassName
{
color: #0E397B;
}
</style>
background-color css
<style>
a { background-color: #0E397B; }
a { background-color: rgb(14,57,123); }
div.DivClassName
{
background-color: #0E397B;
}
.BgClassName
{
background-color: #0E397B;
}
</style>
border-color css
<style>
span { border-color: #0E397B; }
span { border-color: rgb(14,57,123); }
td.TdClassName
{
border-color: #0E397B;
}
.TagClassName
{
border-color: #0E397B;
}
</style>