Shades of Dark Cerulean #014C6F
Tints of Dark Cerulean #014C6F
RGB
CMYK
RGB Variations
Color information
#014C6F (or 0x014C6F) is known color: Dark Cerulean. HEX triplet: 01, 4C and 6F. RGB value is (1,76,111). Sum of RGB (Red+Green+Blue) = 1+76+111=188 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 188); Green value is 76 (30.08% from 255 or 40.43% from 188); Blue value is 111 (43.75% from 255 or 59.04% from 188); Max value from RGB is 111 - color contains mainly: blue. Hex color #014C6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014C6F is #FEB390. Grayscale: #393939. Windows color (decimal): -16692113 or 7293953. OLE color: 7293953.
HSL color Cylindrical-coordinate representation of color #014C6F: hue angle of 199.09º 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 #014C6F is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 76 | 111 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.56 |
| HSL | 199.09º | 0.98% | 0.22% | - |
| HSV(B) | 199.09º | 0.99% | 0.44% | - |
| XYZ | 5.47 | 6.32 | 15.97 | - |
| YUV | 57.57 | 158.15 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 76 | 111 | 0.99 | 0.32 | 0 | 0.56 | 199.09 | 0.98 | 0.22 |
| Hex | 1 | 4C | 6F | 63 | 20 | 0 | 38 | C7 | 62 | 16 |
| Octal | 1 | 114 | 157 | 143 | 40 | 0 | 70 | 307 | 142 | 26 |
| Binary | 1 | 1001100 | 1101111 | 1100011 | 100000 | 0 | 111000 | 11000111 | 1100010 | 10110 |
Color Harmonies of #014C6F
Complementary color
Monochromatic Colors of #014C6F
Black with #014C6F
Text Example
Text Example
White with #014C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014C6F; }
p { color: rgb(1,76,111); }
H1.HeaderClassName
{
color: #014C6F;
}
.AnyTagClassName
{
color: #014C6F;
}
</style>
background-color css
<style>
a { background-color: #014C6F; }
a { background-color: rgb(1,76,111); }
div.DivClassName
{
background-color: #014C6F;
}
.BgClassName
{
background-color: #014C6F;
}
</style>
border-color css
<style>
span { border-color: #014C6F; }
span { border-color: rgb(1,76,111); }
td.TdClassName
{
border-color: #014C6F;
}
.TagClassName
{
border-color: #014C6F;
}
</style>