Shades of Dark Cerulean #0E377A
Tints of Dark Cerulean #0E377A
RGB
CMYK
RGB Variations
Color information
#0E377A (or 0x0E377A) is known color: Dark Cerulean. HEX triplet: 0E, 37 and 7A. RGB value is (14,55,122). Sum of RGB (Red+Green+Blue) = 14+55+122=191 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.33% from 191); Green value is 55 (21.88% from 255 or 28.80% from 191); Blue value is 122 (48.05% from 255 or 63.87% from 191); Max value from RGB is 122 - color contains mainly: blue. Hex color #0E377A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E377A is #F1C885. Grayscale: #323232. Windows color (decimal): -15845510 or 8009486. OLE color: 8009486.
HSL color Cylindrical-coordinate representation of color #0E377A: hue angle of 217.22º degrees, saturation: 0.79, 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 #0E377A is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 14 | 55 | 122 | - |
| CMYK | 0.89 | 0.55 | 0 | 0.52 |
| HSL | 217.22º | 0.79% | 0.27% | - |
| HSV(B) | 217.22º | 0.89% | 0.48% | - |
| XYZ | 5.06 | 4.23 | 18.96 | - |
| YUV | 50.38 | 168.42 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 55 | 122 | 0.89 | 0.55 | 0 | 0.52 | 217.22 | 0.79 | 0.27 |
| Hex | E | 37 | 7A | 59 | 37 | 0 | 34 | D9 | 4F | 1B |
| Octal | 16 | 67 | 172 | 131 | 67 | 0 | 64 | 331 | 117 | 33 |
| Binary | 1110 | 110111 | 1111010 | 1011001 | 110111 | 0 | 110100 | 11011001 | 1001111 | 11011 |
Color Harmonies of #0E377A
Complementary color
Monochromatic Colors of #0E377A
Black with #0E377A
Text Example
Text Example
White with #0E377A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E377A; }
p { color: rgb(14,55,122); }
H1.HeaderClassName
{
color: #0E377A;
}
.AnyTagClassName
{
color: #0E377A;
}
</style>
background-color css
<style>
a { background-color: #0E377A; }
a { background-color: rgb(14,55,122); }
div.DivClassName
{
background-color: #0E377A;
}
.BgClassName
{
background-color: #0E377A;
}
</style>
border-color css
<style>
span { border-color: #0E377A; }
span { border-color: rgb(14,55,122); }
td.TdClassName
{
border-color: #0E377A;
}
.TagClassName
{
border-color: #0E377A;
}
</style>