Shades of Dark Cerulean #014D6D
Tints of Dark Cerulean #014D6D
RGB
CMYK
RGB Variations
Color information
#014D6D (or 0x014D6D) is known color: Dark Cerulean. HEX triplet: 01, 4D and 6D. RGB value is (1,77,109). Sum of RGB (Red+Green+Blue) = 1+77+109=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 77 (30.47% from 255 or 41.18% from 187); Blue value is 109 (42.97% from 255 or 58.29% from 187); Max value from RGB is 109 - color contains mainly: blue. Hex color #014D6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014D6D is #FEB292. Grayscale: #393939. Windows color (decimal): -16691859 or 7163137. OLE color: 7163137.
HSL color Cylindrical-coordinate representation of color #014D6D: hue angle of 197.78º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014D6D is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 77 | 109 | - |
| CMYK | 0.99 | 0.29 | 0 | 0.57 |
| HSL | 197.78º | 0.98% | 0.22% | - |
| HSV(B) | 197.78º | 0.99% | 0.43% | - |
| XYZ | 5.43 | 6.42 | 15.42 | - |
| YUV | 57.92 | 156.82 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 77 | 109 | 0.99 | 0.29 | 0 | 0.57 | 197.78 | 0.98 | 0.22 |
| Hex | 1 | 4D | 6D | 63 | 1D | 0 | 39 | C6 | 62 | 16 |
| Octal | 1 | 115 | 155 | 143 | 35 | 0 | 71 | 306 | 142 | 26 |
| Binary | 1 | 1001101 | 1101101 | 1100011 | 11101 | 0 | 111001 | 11000110 | 1100010 | 10110 |
Color Harmonies of #014D6D
Complementary color
Monochromatic Colors of #014D6D
Black with #014D6D
Text Example
Text Example
White with #014D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014D6D; }
p { color: rgb(1,77,109); }
H1.HeaderClassName
{
color: #014D6D;
}
.AnyTagClassName
{
color: #014D6D;
}
</style>
background-color css
<style>
a { background-color: #014D6D; }
a { background-color: rgb(1,77,109); }
div.DivClassName
{
background-color: #014D6D;
}
.BgClassName
{
background-color: #014D6D;
}
</style>
border-color css
<style>
span { border-color: #014D6D; }
span { border-color: rgb(1,77,109); }
td.TdClassName
{
border-color: #014D6D;
}
.TagClassName
{
border-color: #014D6D;
}
</style>