Shades of Dark Cerulean #014C72
Tints of Dark Cerulean #014C72
RGB
CMYK
RGB Variations
Color information
#014C72 (or 0x014C72) is known color: Dark Cerulean. HEX triplet: 01, 4C and 72. RGB value is (1,76,114). Sum of RGB (Red+Green+Blue) = 1+76+114=191 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 191); Green value is 76 (30.08% from 255 or 39.79% from 191); Blue value is 114 (44.92% from 255 or 59.69% from 191); Max value from RGB is 114 - color contains mainly: blue. Hex color #014C72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014C72 is #FEB38D. Grayscale: #393939. Windows color (decimal): -16692110 or 7490561. OLE color: 7490561.
HSL color Cylindrical-coordinate representation of color #014C72: hue angle of 200.18º 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 #014C72 is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 76 | 114 | - |
| CMYK | 0.99 | 0.33 | 0 | 0.55 |
| HSL | 200.18º | 0.98% | 0.23% | - |
| HSV(B) | 200.18º | 0.99% | 0.45% | - |
| XYZ | 5.63 | 6.39 | 16.86 | - |
| YUV | 57.91 | 159.65 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 76 | 114 | 0.99 | 0.33 | 0 | 0.55 | 200.18 | 0.98 | 0.23 |
| Hex | 1 | 4C | 72 | 63 | 21 | 0 | 37 | C8 | 62 | 17 |
| Octal | 1 | 114 | 162 | 143 | 41 | 0 | 67 | 310 | 142 | 27 |
| Binary | 1 | 1001100 | 1110010 | 1100011 | 100001 | 0 | 110111 | 11001000 | 1100010 | 10111 |
Color Harmonies of #014C72
Complementary color
Monochromatic Colors of #014C72
Black with #014C72
Text Example
Text Example
White with #014C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014C72; }
p { color: rgb(1,76,114); }
H1.HeaderClassName
{
color: #014C72;
}
.AnyTagClassName
{
color: #014C72;
}
</style>
background-color css
<style>
a { background-color: #014C72; }
a { background-color: rgb(1,76,114); }
div.DivClassName
{
background-color: #014C72;
}
.BgClassName
{
background-color: #014C72;
}
</style>
border-color css
<style>
span { border-color: #014C72; }
span { border-color: rgb(1,76,114); }
td.TdClassName
{
border-color: #014C72;
}
.TagClassName
{
border-color: #014C72;
}
</style>