Shades of Dark Cerulean #004C73
Tints of Dark Cerulean #004C73
RGB
CMYK
RGB Variations
Color information
#004C73 (or 0x004C73) is known color: Dark Cerulean. HEX triplet: 00, 4C and 73. RGB value is (0,76,115). Sum of RGB (Red+Green+Blue) = 0+76+115=191 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 191); Green value is 76 (30.08% from 255 or 39.79% from 191); Blue value is 115 (45.31% from 255 or 60.21% from 191); Max value from RGB is 115 - color contains mainly: blue. Hex color #004C73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004C73 is #FFB38C. Grayscale: #393939. Windows color (decimal): -16757645 or 7556096. OLE color: 7556096.
HSL color Cylindrical-coordinate representation of color #004C73: hue angle of 200.35º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004C73 is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 76 | 115 | - |
| CMYK | 1 | 0.34 | 0 | 0.55 |
| HSL | 200.35º | 1% | 0.23% | - |
| HSV(B) | 200.35º | 1% | 0.45% | - |
| XYZ | 5.68 | 6.41 | 17.16 | - |
| YUV | 57.72 | 160.32 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 76 | 115 | 1 | 0.34 | 0 | 0.55 | 200.35 | 1 | 0.23 |
| Hex | 0 | 4C | 73 | 64 | 22 | 0 | 37 | C8 | 64 | 17 |
| Octal | 0 | 114 | 163 | 144 | 42 | 0 | 67 | 310 | 144 | 27 |
| Binary | 0 | 1001100 | 1110011 | 1100100 | 100010 | 0 | 110111 | 11001000 | 1100100 | 10111 |
Color Harmonies of #004C73
Complementary color
Monochromatic Colors of #004C73
Black with #004C73
Text Example
Text Example
White with #004C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004C73; }
p { color: rgb(0,76,115); }
H1.HeaderClassName
{
color: #004C73;
}
.AnyTagClassName
{
color: #004C73;
}
</style>
background-color css
<style>
a { background-color: #004C73; }
a { background-color: rgb(0,76,115); }
div.DivClassName
{
background-color: #004C73;
}
.BgClassName
{
background-color: #004C73;
}
</style>
border-color css
<style>
span { border-color: #004C73; }
span { border-color: rgb(0,76,115); }
td.TdClassName
{
border-color: #004C73;
}
.TagClassName
{
border-color: #004C73;
}
</style>