Shades of Dark Cerulean #004C70
Tints of Dark Cerulean #004C70
RGB
CMYK
RGB Variations
Color information
#004C70 (or 0x004C70) is known color: Dark Cerulean. HEX triplet: 00, 4C and 70. RGB value is (0,76,112). Sum of RGB (Red+Green+Blue) = 0+76+112=188 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 188); Green value is 76 (30.08% from 255 or 40.43% from 188); Blue value is 112 (44.14% from 255 or 59.57% from 188); Max value from RGB is 112 - color contains mainly: blue. Hex color #004C70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004C70 is #FFB38F. Grayscale: #393939. Windows color (decimal): -16757648 or 7359488. OLE color: 7359488.
HSL color Cylindrical-coordinate representation of color #004C70: hue angle of 199.29º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004C70 is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 76 | 112 | - |
| CMYK | 1 | 0.32 | 0 | 0.56 |
| HSL | 199.29º | 1% | 0.22% | - |
| HSV(B) | 199.29º | 1% | 0.44% | - |
| XYZ | 5.51 | 6.34 | 16.26 | - |
| YUV | 57.38 | 158.82 | 87.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 76 | 112 | 1 | 0.32 | 0 | 0.56 | 199.29 | 1 | 0.22 |
| Hex | 0 | 4C | 70 | 64 | 20 | 0 | 38 | C7 | 64 | 16 |
| Octal | 0 | 114 | 160 | 144 | 40 | 0 | 70 | 307 | 144 | 26 |
| Binary | 0 | 1001100 | 1110000 | 1100100 | 100000 | 0 | 111000 | 11000111 | 1100100 | 10110 |
Color Harmonies of #004C70
Complementary color
Monochromatic Colors of #004C70
Black with #004C70
Text Example
Text Example
White with #004C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004C70; }
p { color: rgb(0,76,112); }
H1.HeaderClassName
{
color: #004C70;
}
.AnyTagClassName
{
color: #004C70;
}
</style>
background-color css
<style>
a { background-color: #004C70; }
a { background-color: rgb(0,76,112); }
div.DivClassName
{
background-color: #004C70;
}
.BgClassName
{
background-color: #004C70;
}
</style>
border-color css
<style>
span { border-color: #004C70; }
span { border-color: rgb(0,76,112); }
td.TdClassName
{
border-color: #004C70;
}
.TagClassName
{
border-color: #004C70;
}
</style>