Shades of Dark Cerulean #014E7A
Tints of Dark Cerulean #014E7A
RGB
CMYK
RGB Variations
Color information
#014E7A (or 0x014E7A) is known color: Dark Cerulean. HEX triplet: 01, 4E and 7A. RGB value is (1,78,122). Sum of RGB (Red+Green+Blue) = 1+78+122=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 78 (30.86% from 255 or 38.81% from 201); Blue value is 122 (48.05% from 255 or 60.70% from 201); Max value from RGB is 122 - color contains mainly: blue. Hex color #014E7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014E7A is #FEB185. Grayscale: #3B3B3B. Windows color (decimal): -16691590 or 8015361. OLE color: 8015361.
HSL color Cylindrical-coordinate representation of color #014E7A: hue angle of 201.82º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014E7A is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 1 | 78 | 122 | - |
| CMYK | 0.99 | 0.36 | 0 | 0.52 |
| HSL | 201.82º | 0.98% | 0.24% | - |
| HSV(B) | 201.82º | 0.99% | 0.48% | - |
| XYZ | 6.25 | 6.86 | 19.41 | - |
| YUV | 59.99 | 162.99 | 85.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 78 | 122 | 0.99 | 0.36 | 0 | 0.52 | 201.82 | 0.98 | 0.24 |
| Hex | 1 | 4E | 7A | 63 | 24 | 0 | 34 | CA | 62 | 18 |
| Octal | 1 | 116 | 172 | 143 | 44 | 0 | 64 | 312 | 142 | 30 |
| Binary | 1 | 1001110 | 1111010 | 1100011 | 100100 | 0 | 110100 | 11001010 | 1100010 | 11000 |
Color Harmonies of #014E7A
Complementary color
Monochromatic Colors of #014E7A
Black with #014E7A
Text Example
Text Example
White with #014E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014E7A; }
p { color: rgb(1,78,122); }
H1.HeaderClassName
{
color: #014E7A;
}
.AnyTagClassName
{
color: #014E7A;
}
</style>
background-color css
<style>
a { background-color: #014E7A; }
a { background-color: rgb(1,78,122); }
div.DivClassName
{
background-color: #014E7A;
}
.BgClassName
{
background-color: #014E7A;
}
</style>
border-color css
<style>
span { border-color: #014E7A; }
span { border-color: rgb(1,78,122); }
td.TdClassName
{
border-color: #014E7A;
}
.TagClassName
{
border-color: #014E7A;
}
</style>