Shades of Dark Cerulean #014D72
Tints of Dark Cerulean #014D72
RGB
CMYK
RGB Variations
Color information
#014D72 (or 0x014D72) is known color: Dark Cerulean. HEX triplet: 01, 4D and 72. RGB value is (1,77,114). Sum of RGB (Red+Green+Blue) = 1+77+114=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 77 (30.47% from 255 or 40.10% from 192); Blue value is 114 (44.92% from 255 or 59.38% from 192); Max value from RGB is 114 - color contains mainly: blue. Hex color #014D72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014D72 is #FEB28D. Grayscale: #3A3A3A. Windows color (decimal): -16691854 or 7490817. OLE color: 7490817.
HSL color Cylindrical-coordinate representation of color #014D72: hue angle of 199.65º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014D72 is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 77 | 114 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.55 |
| HSL | 199.65º | 0.98% | 0.23% | - |
| HSV(B) | 199.65º | 0.99% | 0.45% | - |
| XYZ | 5.7 | 6.53 | 16.88 | - |
| YUV | 58.49 | 159.32 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 77 | 114 | 0.99 | 0.32 | 0 | 0.55 | 199.65 | 0.98 | 0.23 |
| Hex | 1 | 4D | 72 | 63 | 20 | 0 | 37 | C8 | 62 | 17 |
| Octal | 1 | 115 | 162 | 143 | 40 | 0 | 67 | 310 | 142 | 27 |
| Binary | 1 | 1001101 | 1110010 | 1100011 | 100000 | 0 | 110111 | 11001000 | 1100010 | 10111 |
Color Harmonies of #014D72
Complementary color
Monochromatic Colors of #014D72
Black with #014D72
Text Example
Text Example
White with #014D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014D72; }
p { color: rgb(1,77,114); }
H1.HeaderClassName
{
color: #014D72;
}
.AnyTagClassName
{
color: #014D72;
}
</style>
background-color css
<style>
a { background-color: #014D72; }
a { background-color: rgb(1,77,114); }
div.DivClassName
{
background-color: #014D72;
}
.BgClassName
{
background-color: #014D72;
}
</style>
border-color css
<style>
span { border-color: #014D72; }
span { border-color: rgb(1,77,114); }
td.TdClassName
{
border-color: #014D72;
}
.TagClassName
{
border-color: #014D72;
}
</style>