Shades of Dark Cerulean #014D71
Tints of Dark Cerulean #014D71
RGB
CMYK
RGB Variations
Color information
#014D71 (or 0x014D71) is known color: Dark Cerulean. HEX triplet: 01, 4D and 71. RGB value is (1,77,113). Sum of RGB (Red+Green+Blue) = 1+77+113=191 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 191); Green value is 77 (30.47% from 255 or 40.31% from 191); Blue value is 113 (44.53% from 255 or 59.16% from 191); Max value from RGB is 113 - color contains mainly: blue. Hex color #014D71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014D71 is #FEB28E. Grayscale: #3A3A3A. Windows color (decimal): -16691855 or 7425281. OLE color: 7425281.
HSL color Cylindrical-coordinate representation of color #014D71: hue angle of 199.29º 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 #014D71 is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 77 | 113 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.56 |
| HSL | 199.29º | 0.98% | 0.22% | - |
| HSV(B) | 199.29º | 0.99% | 0.44% | - |
| XYZ | 5.65 | 6.51 | 16.58 | - |
| YUV | 58.38 | 158.82 | 87.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 77 | 113 | 0.99 | 0.32 | 0 | 0.56 | 199.29 | 0.98 | 0.22 |
| Hex | 1 | 4D | 71 | 63 | 20 | 0 | 38 | C7 | 62 | 16 |
| Octal | 1 | 115 | 161 | 143 | 40 | 0 | 70 | 307 | 142 | 26 |
| Binary | 1 | 1001101 | 1110001 | 1100011 | 100000 | 0 | 111000 | 11000111 | 1100010 | 10110 |
Color Harmonies of #014D71
Complementary color
Monochromatic Colors of #014D71
Black with #014D71
Text Example
Text Example
White with #014D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014D71; }
p { color: rgb(1,77,113); }
H1.HeaderClassName
{
color: #014D71;
}
.AnyTagClassName
{
color: #014D71;
}
</style>
background-color css
<style>
a { background-color: #014D71; }
a { background-color: rgb(1,77,113); }
div.DivClassName
{
background-color: #014D71;
}
.BgClassName
{
background-color: #014D71;
}
</style>
border-color css
<style>
span { border-color: #014D71; }
span { border-color: rgb(1,77,113); }
td.TdClassName
{
border-color: #014D71;
}
.TagClassName
{
border-color: #014D71;
}
</style>