Shades of Dark Cerulean #014C73
Tints of Dark Cerulean #014C73
RGB
CMYK
RGB Variations
Color information
#014C73 (or 0x014C73) is known color: Dark Cerulean. HEX triplet: 01, 4C and 73. RGB value is (1,76,115). Sum of RGB (Red+Green+Blue) = 1+76+115=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 76 (30.08% from 255 or 39.58% from 192); Blue value is 115 (45.31% from 255 or 59.90% from 192); Max value from RGB is 115 - color contains mainly: blue. Hex color #014C73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014C73 is #FEB38C. Grayscale: #393939. Windows color (decimal): -16692109 or 7556097. OLE color: 7556097.
HSL color Cylindrical-coordinate representation of color #014C73: hue angle of 200.53º 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 #014C73 is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 76 | 115 | - |
| CMYK | 0.99 | 0.34 | 0 | 0.55 |
| HSL | 200.53º | 0.98% | 0.23% | - |
| HSV(B) | 200.53º | 0.99% | 0.45% | - |
| XYZ | 5.69 | 6.41 | 17.16 | - |
| YUV | 58.02 | 160.15 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 76 | 115 | 0.99 | 0.34 | 0 | 0.55 | 200.53 | 0.98 | 0.23 |
| Hex | 1 | 4C | 73 | 63 | 22 | 0 | 37 | C9 | 62 | 17 |
| Octal | 1 | 114 | 163 | 143 | 42 | 0 | 67 | 311 | 142 | 27 |
| Binary | 1 | 1001100 | 1110011 | 1100011 | 100010 | 0 | 110111 | 11001001 | 1100010 | 10111 |
Color Harmonies of #014C73
Complementary color
Monochromatic Colors of #014C73
Black with #014C73
Text Example
Text Example
White with #014C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014C73; }
p { color: rgb(1,76,115); }
H1.HeaderClassName
{
color: #014C73;
}
.AnyTagClassName
{
color: #014C73;
}
</style>
background-color css
<style>
a { background-color: #014C73; }
a { background-color: rgb(1,76,115); }
div.DivClassName
{
background-color: #014C73;
}
.BgClassName
{
background-color: #014C73;
}
</style>
border-color css
<style>
span { border-color: #014C73; }
span { border-color: rgb(1,76,115); }
td.TdClassName
{
border-color: #014C73;
}
.TagClassName
{
border-color: #014C73;
}
</style>