Shades of Dark Cerulean #014C7F
Tints of Dark Cerulean #014C7F
RGB
CMYK
RGB Variations
Color information
#014C7F (or 0x014C7F) is known color: Dark Cerulean. HEX triplet: 01, 4C and 7F. RGB value is (1,76,127). Sum of RGB (Red+Green+Blue) = 1+76+127=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 76 (30.08% from 255 or 37.25% from 204); Blue value is 127 (50% from 255 or 62.25% from 204); Max value from RGB is 127 - color contains mainly: blue. Hex color #014C7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014C7F is #FEB380. Grayscale: #3B3B3B. Windows color (decimal): -16692097 or 8342529. OLE color: 8342529.
HSL color Cylindrical-coordinate representation of color #014C7F: hue angle of 204.29º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014C7F is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 76 | 127 | - |
| CMYK | 0.99 | 0.40 | 0 | 0.50 |
| HSL | 204.29º | 0.98% | 0.25% | - |
| HSV(B) | 204.29º | 0.99% | 0.5% | - |
| XYZ | 6.43 | 6.71 | 21.03 | - |
| YUV | 59.39 | 166.15 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 76 | 127 | 0.99 | 0.40 | 0 | 0.50 | 204.29 | 0.98 | 0.25 |
| Hex | 1 | 4C | 7F | 63 | 28 | 0 | 32 | CC | 62 | 19 |
| Octal | 1 | 114 | 177 | 143 | 50 | 0 | 62 | 314 | 142 | 31 |
| Binary | 1 | 1001100 | 1111111 | 1100011 | 101000 | 0 | 110010 | 11001100 | 1100010 | 11001 |
Color Harmonies of #014C7F
Complementary color
Monochromatic Colors of #014C7F
Black with #014C7F
Text Example
Text Example
White with #014C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014C7F; }
p { color: rgb(1,76,127); }
H1.HeaderClassName
{
color: #014C7F;
}
.AnyTagClassName
{
color: #014C7F;
}
</style>
background-color css
<style>
a { background-color: #014C7F; }
a { background-color: rgb(1,76,127); }
div.DivClassName
{
background-color: #014C7F;
}
.BgClassName
{
background-color: #014C7F;
}
</style>
border-color css
<style>
span { border-color: #014C7F; }
span { border-color: rgb(1,76,127); }
td.TdClassName
{
border-color: #014C7F;
}
.TagClassName
{
border-color: #014C7F;
}
</style>