Shades of Dark Cerulean #0E377B
Tints of Dark Cerulean #0E377B
RGB
CMYK
RGB Variations
Color information
#0E377B (or 0x0E377B) is known color: Dark Cerulean. HEX triplet: 0E, 37 and 7B. RGB value is (14,55,123). Sum of RGB (Red+Green+Blue) = 14+55+123=192 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.29% from 192); Green value is 55 (21.88% from 255 or 28.65% from 192); Blue value is 123 (48.44% from 255 or 64.06% from 192); Max value from RGB is 123 - color contains mainly: blue. Hex color #0E377B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E377B is #F1C884. Grayscale: #323232. Windows color (decimal): -15845509 or 8075022. OLE color: 8075022.
HSL color Cylindrical-coordinate representation of color #0E377B: hue angle of 217.43º 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 #0E377B is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 14 | 55 | 123 | - |
| CMYK | 0.89 | 0.55 | 0 | 0.52 |
| HSL | 217.43º | 0.8% | 0.27% | - |
| HSV(B) | 217.43º | 0.89% | 0.48% | - |
| XYZ | 5.12 | 4.26 | 19.29 | - |
| YUV | 50.49 | 168.92 | 101.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 55 | 123 | 0.89 | 0.55 | 0 | 0.52 | 217.43 | 0.8 | 0.27 |
| Hex | E | 37 | 7B | 59 | 37 | 0 | 34 | D9 | 50 | 1B |
| Octal | 16 | 67 | 173 | 131 | 67 | 0 | 64 | 331 | 120 | 33 |
| Binary | 1110 | 110111 | 1111011 | 1011001 | 110111 | 0 | 110100 | 11011001 | 1010000 | 11011 |
Color Harmonies of #0E377B
Complementary color
Monochromatic Colors of #0E377B
Black with #0E377B
Text Example
Text Example
White with #0E377B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E377B; }
p { color: rgb(14,55,123); }
H1.HeaderClassName
{
color: #0E377B;
}
.AnyTagClassName
{
color: #0E377B;
}
</style>
background-color css
<style>
a { background-color: #0E377B; }
a { background-color: rgb(14,55,123); }
div.DivClassName
{
background-color: #0E377B;
}
.BgClassName
{
background-color: #0E377B;
}
</style>
border-color css
<style>
span { border-color: #0E377B; }
span { border-color: rgb(14,55,123); }
td.TdClassName
{
border-color: #0E377B;
}
.TagClassName
{
border-color: #0E377B;
}
</style>