Shades of Dark Cerulean #0E4A6A
Tints of Dark Cerulean #0E4A6A
RGB
CMYK
RGB Variations
Color information
#0E4A6A (or 0x0E4A6A) is known color: Dark Cerulean. HEX triplet: 0E, 4A and 6A. RGB value is (14,74,106). Sum of RGB (Red+Green+Blue) = 14+74+106=194 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.22% from 194); Green value is 74 (29.30% from 255 or 38.14% from 194); Blue value is 106 (41.80% from 255 or 54.64% from 194); Max value from RGB is 106 - color contains mainly: blue. Hex color #0E4A6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E4A6A is #F1B595. Grayscale: #3B3B3B. Windows color (decimal): -15840662 or 6965774. OLE color: 6965774.
HSL color Cylindrical-coordinate representation of color #0E4A6A: hue angle of 200.87º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E4A6A is Cyan = 0.87, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 14 | 74 | 106 | - |
| CMYK | 0.87 | 0.30 | 0 | 0.58 |
| HSL | 200.87º | 0.77% | 0.24% | - |
| HSV(B) | 200.87º | 0.87% | 0.42% | - |
| XYZ | 5.23 | 6.03 | 14.52 | - |
| YUV | 59.71 | 154.12 | 95.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 74 | 106 | 0.87 | 0.30 | 0 | 0.58 | 200.87 | 0.77 | 0.24 |
| Hex | E | 4A | 6A | 57 | 1E | 0 | 3A | C9 | 4D | 18 |
| Octal | 16 | 112 | 152 | 127 | 36 | 0 | 72 | 311 | 115 | 30 |
| Binary | 1110 | 1001010 | 1101010 | 1010111 | 11110 | 0 | 111010 | 11001001 | 1001101 | 11000 |
Color Harmonies of #0E4A6A
Complementary color
Monochromatic Colors of #0E4A6A
Black with #0E4A6A
Text Example
Text Example
White with #0E4A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4A6A; }
p { color: rgb(14,74,106); }
H1.HeaderClassName
{
color: #0E4A6A;
}
.AnyTagClassName
{
color: #0E4A6A;
}
</style>
background-color css
<style>
a { background-color: #0E4A6A; }
a { background-color: rgb(14,74,106); }
div.DivClassName
{
background-color: #0E4A6A;
}
.BgClassName
{
background-color: #0E4A6A;
}
</style>
border-color css
<style>
span { border-color: #0E4A6A; }
span { border-color: rgb(14,74,106); }
td.TdClassName
{
border-color: #0E4A6A;
}
.TagClassName
{
border-color: #0E4A6A;
}
</style>