Shades of Dark Cerulean #014D7E
Tints of Dark Cerulean #014D7E
RGB
CMYK
RGB Variations
Color information
#014D7E (or 0x014D7E) is known color: Dark Cerulean. HEX triplet: 01, 4D and 7E. RGB value is (1,77,126). Sum of RGB (Red+Green+Blue) = 1+77+126=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 77 (30.47% from 255 or 37.75% from 204); Blue value is 126 (49.61% from 255 or 61.76% from 204); Max value from RGB is 126 - color contains mainly: blue. Hex color #014D7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014D7E is #FEB281. Grayscale: #3B3B3B. Windows color (decimal): -16691842 or 8277249. OLE color: 8277249.
HSL color Cylindrical-coordinate representation of color #014D7E: hue angle of 203.52º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014D7E is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 77 | 126 | - |
| CMYK | 0.99 | 0.39 | 0 | 0.51 |
| HSL | 203.52º | 0.98% | 0.25% | - |
| HSV(B) | 203.52º | 0.99% | 0.49% | - |
| XYZ | 6.43 | 6.82 | 20.72 | - |
| YUV | 59.86 | 165.32 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 77 | 126 | 0.99 | 0.39 | 0 | 0.51 | 203.52 | 0.98 | 0.25 |
| Hex | 1 | 4D | 7E | 63 | 27 | 0 | 33 | CC | 62 | 19 |
| Octal | 1 | 115 | 176 | 143 | 47 | 0 | 63 | 314 | 142 | 31 |
| Binary | 1 | 1001101 | 1111110 | 1100011 | 100111 | 0 | 110011 | 11001100 | 1100010 | 11001 |
Color Harmonies of #014D7E
Complementary color
Monochromatic Colors of #014D7E
Black with #014D7E
Text Example
Text Example
White with #014D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014D7E; }
p { color: rgb(1,77,126); }
H1.HeaderClassName
{
color: #014D7E;
}
.AnyTagClassName
{
color: #014D7E;
}
</style>
background-color css
<style>
a { background-color: #014D7E; }
a { background-color: rgb(1,77,126); }
div.DivClassName
{
background-color: #014D7E;
}
.BgClassName
{
background-color: #014D7E;
}
</style>
border-color css
<style>
span { border-color: #014D7E; }
span { border-color: rgb(1,77,126); }
td.TdClassName
{
border-color: #014D7E;
}
.TagClassName
{
border-color: #014D7E;
}
</style>