Shades of Dark Cerulean #004D70
Tints of Dark Cerulean #004D70
RGB
CMYK
RGB Variations
Color information
#004D70 (or 0x004D70) is known color: Dark Cerulean. HEX triplet: 00, 4D and 70. RGB value is (0,77,112). Sum of RGB (Red+Green+Blue) = 0+77+112=189 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 189); Green value is 77 (30.47% from 255 or 40.74% from 189); Blue value is 112 (44.14% from 255 or 59.26% from 189); Max value from RGB is 112 - color contains mainly: blue. Hex color #004D70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004D70 is #FFB28F. Grayscale: #393939. Windows color (decimal): -16757392 or 7359744. OLE color: 7359744.
HSL color Cylindrical-coordinate representation of color #004D70: hue angle of 198.75º 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 #004D70 is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 77 | 112 | - |
| CMYK | 1 | 0.31 | 0 | 0.56 |
| HSL | 198.75º | 1% | 0.22% | - |
| HSV(B) | 198.75º | 1% | 0.44% | - |
| XYZ | 5.58 | 6.48 | 16.29 | - |
| YUV | 57.97 | 158.49 | 86.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 77 | 112 | 1 | 0.31 | 0 | 0.56 | 198.75 | 1 | 0.22 |
| Hex | 0 | 4D | 70 | 64 | 1F | 0 | 38 | C7 | 64 | 16 |
| Octal | 0 | 115 | 160 | 144 | 37 | 0 | 70 | 307 | 144 | 26 |
| Binary | 0 | 1001101 | 1110000 | 1100100 | 11111 | 0 | 111000 | 11000111 | 1100100 | 10110 |
Color Harmonies of #004D70
Complementary color
Monochromatic Colors of #004D70
Black with #004D70
Text Example
Text Example
White with #004D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004D70; }
p { color: rgb(0,77,112); }
H1.HeaderClassName
{
color: #004D70;
}
.AnyTagClassName
{
color: #004D70;
}
</style>
background-color css
<style>
a { background-color: #004D70; }
a { background-color: rgb(0,77,112); }
div.DivClassName
{
background-color: #004D70;
}
.BgClassName
{
background-color: #004D70;
}
</style>
border-color css
<style>
span { border-color: #004D70; }
span { border-color: rgb(0,77,112); }
td.TdClassName
{
border-color: #004D70;
}
.TagClassName
{
border-color: #004D70;
}
</style>