Shades of Dark Cerulean #014E76
Tints of Dark Cerulean #014E76
RGB
CMYK
RGB Variations
Color information
#014E76 (or 0x014E76) is known color: Dark Cerulean. HEX triplet: 01, 4E and 76. RGB value is (1,78,118). Sum of RGB (Red+Green+Blue) = 1+78+118=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 78 (30.86% from 255 or 39.59% from 197); Blue value is 118 (46.48% from 255 or 59.90% from 197); Max value from RGB is 118 - color contains mainly: blue. Hex color #014E76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014E76 is #FEB189. Grayscale: #3B3B3B. Windows color (decimal): -16691594 or 7753217. OLE color: 7753217.
HSL color Cylindrical-coordinate representation of color #014E76: hue angle of 200.51º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014E76 is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 78 | 118 | - |
| CMYK | 0.99 | 0.34 | 0 | 0.54 |
| HSL | 200.51º | 0.98% | 0.23% | - |
| HSV(B) | 200.51º | 0.99% | 0.46% | - |
| XYZ | 6.01 | 6.76 | 18.13 | - |
| YUV | 59.54 | 160.99 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 78 | 118 | 0.99 | 0.34 | 0 | 0.54 | 200.51 | 0.98 | 0.23 |
| Hex | 1 | 4E | 76 | 63 | 22 | 0 | 36 | C9 | 62 | 17 |
| Octal | 1 | 116 | 166 | 143 | 42 | 0 | 66 | 311 | 142 | 27 |
| Binary | 1 | 1001110 | 1110110 | 1100011 | 100010 | 0 | 110110 | 11001001 | 1100010 | 10111 |
Color Harmonies of #014E76
Complementary color
Monochromatic Colors of #014E76
Black with #014E76
Text Example
Text Example
White with #014E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014E76; }
p { color: rgb(1,78,118); }
H1.HeaderClassName
{
color: #014E76;
}
.AnyTagClassName
{
color: #014E76;
}
</style>
background-color css
<style>
a { background-color: #014E76; }
a { background-color: rgb(1,78,118); }
div.DivClassName
{
background-color: #014E76;
}
.BgClassName
{
background-color: #014E76;
}
</style>
border-color css
<style>
span { border-color: #014E76; }
span { border-color: rgb(1,78,118); }
td.TdClassName
{
border-color: #014E76;
}
.TagClassName
{
border-color: #014E76;
}
</style>