Shades of Dark Cerulean #014E6F
Tints of Dark Cerulean #014E6F
RGB
CMYK
RGB Variations
Color information
#014E6F (or 0x014E6F) is known color: Dark Cerulean. HEX triplet: 01, 4E and 6F. RGB value is (1,78,111). Sum of RGB (Red+Green+Blue) = 1+78+111=190 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 190); Green value is 78 (30.86% from 255 or 41.05% from 190); Blue value is 111 (43.75% from 255 or 58.42% from 190); Max value from RGB is 111 - color contains mainly: blue. Hex color #014E6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014E6F is #FEB190. Grayscale: #3A3A3A. Windows color (decimal): -16691601 or 7294465. OLE color: 7294465.
HSL color Cylindrical-coordinate representation of color #014E6F: hue angle of 198º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014E6F is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 78 | 111 | - |
| CMYK | 0.99 | 0.30 | 0 | 0.56 |
| HSL | 198º | 0.98% | 0.22% | - |
| HSV(B) | 198º | 0.99% | 0.44% | - |
| XYZ | 5.61 | 6.6 | 16.02 | - |
| YUV | 58.74 | 157.49 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 78 | 111 | 0.99 | 0.30 | 0 | 0.56 | 198 | 0.98 | 0.22 |
| Hex | 1 | 4E | 6F | 63 | 1E | 0 | 38 | C6 | 62 | 16 |
| Octal | 1 | 116 | 157 | 143 | 36 | 0 | 70 | 306 | 142 | 26 |
| Binary | 1 | 1001110 | 1101111 | 1100011 | 11110 | 0 | 111000 | 11000110 | 1100010 | 10110 |
Color Harmonies of #014E6F
Complementary color
Monochromatic Colors of #014E6F
Black with #014E6F
Text Example
Text Example
White with #014E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014E6F; }
p { color: rgb(1,78,111); }
H1.HeaderClassName
{
color: #014E6F;
}
.AnyTagClassName
{
color: #014E6F;
}
</style>
background-color css
<style>
a { background-color: #014E6F; }
a { background-color: rgb(1,78,111); }
div.DivClassName
{
background-color: #014E6F;
}
.BgClassName
{
background-color: #014E6F;
}
</style>
border-color css
<style>
span { border-color: #014E6F; }
span { border-color: rgb(1,78,111); }
td.TdClassName
{
border-color: #014E6F;
}
.TagClassName
{
border-color: #014E6F;
}
</style>