Shades of Dark Cerulean #0E4676
Tints of Dark Cerulean #0E4676
RGB
CMYK
RGB Variations
Color information
#0E4676 (or 0x0E4676) is known color: Dark Cerulean. HEX triplet: 0E, 46 and 76. RGB value is (14,70,118). Sum of RGB (Red+Green+Blue) = 14+70+118=202 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.93% from 202); Green value is 70 (27.73% from 255 or 34.65% from 202); Blue value is 118 (46.48% from 255 or 58.42% from 202); Max value from RGB is 118 - color contains mainly: blue. Hex color #0E4676 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E4676 is #F1B989. Grayscale: #3A3A3A. Windows color (decimal): -15841674 or 7751182. OLE color: 7751182.
HSL color Cylindrical-coordinate representation of color #0E4676: hue angle of 207.69º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E4676 is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 14 | 70 | 118 | - |
| CMYK | 0.88 | 0.41 | 0 | 0.54 |
| HSL | 207.69º | 0.79% | 0.26% | - |
| HSV(B) | 207.69º | 0.88% | 0.46% | - |
| XYZ | 5.64 | 5.78 | 17.96 | - |
| YUV | 58.73 | 161.45 | 96.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 70 | 118 | 0.88 | 0.41 | 0 | 0.54 | 207.69 | 0.79 | 0.26 |
| Hex | E | 46 | 76 | 58 | 29 | 0 | 36 | D0 | 4F | 1A |
| Octal | 16 | 106 | 166 | 130 | 51 | 0 | 66 | 320 | 117 | 32 |
| Binary | 1110 | 1000110 | 1110110 | 1011000 | 101001 | 0 | 110110 | 11010000 | 1001111 | 11010 |
Color Harmonies of #0E4676
Complementary color
Monochromatic Colors of #0E4676
Black with #0E4676
Text Example
Text Example
White with #0E4676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4676; }
p { color: rgb(14,70,118); }
H1.HeaderClassName
{
color: #0E4676;
}
.AnyTagClassName
{
color: #0E4676;
}
</style>
background-color css
<style>
a { background-color: #0E4676; }
a { background-color: rgb(14,70,118); }
div.DivClassName
{
background-color: #0E4676;
}
.BgClassName
{
background-color: #0E4676;
}
</style>
border-color css
<style>
span { border-color: #0E4676; }
span { border-color: rgb(14,70,118); }
td.TdClassName
{
border-color: #0E4676;
}
.TagClassName
{
border-color: #0E4676;
}
</style>