Shades of Dark Cerulean #004E70
Tints of Dark Cerulean #004E70
RGB
CMYK
RGB Variations
Color information
#004E70 (or 0x004E70) is known color: Dark Cerulean. HEX triplet: 00, 4E and 70. RGB value is (0,78,112). Sum of RGB (Red+Green+Blue) = 0+78+112=190 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 190); Green value is 78 (30.86% from 255 or 41.05% from 190); Blue value is 112 (44.14% from 255 or 58.95% from 190); Max value from RGB is 112 - color contains mainly: blue. Hex color #004E70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004E70 is #FFB18F. Grayscale: #3A3A3A. Windows color (decimal): -16757136 or 7360000. OLE color: 7360000.
HSL color Cylindrical-coordinate representation of color #004E70: hue angle of 198.21º 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 #004E70 is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 78 | 112 | - |
| CMYK | 1 | 0.30 | 0 | 0.56 |
| HSL | 198.21º | 1% | 0.22% | - |
| HSV(B) | 198.21º | 1% | 0.44% | - |
| XYZ | 5.65 | 6.62 | 16.31 | - |
| YUV | 58.55 | 158.16 | 86.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 78 | 112 | 1 | 0.30 | 0 | 0.56 | 198.21 | 1 | 0.22 |
| Hex | 0 | 4E | 70 | 64 | 1E | 0 | 38 | C6 | 64 | 16 |
| Octal | 0 | 116 | 160 | 144 | 36 | 0 | 70 | 306 | 144 | 26 |
| Binary | 0 | 1001110 | 1110000 | 1100100 | 11110 | 0 | 111000 | 11000110 | 1100100 | 10110 |
Color Harmonies of #004E70
Complementary color
Monochromatic Colors of #004E70
Black with #004E70
Text Example
Text Example
White with #004E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004E70; }
p { color: rgb(0,78,112); }
H1.HeaderClassName
{
color: #004E70;
}
.AnyTagClassName
{
color: #004E70;
}
</style>
background-color css
<style>
a { background-color: #004E70; }
a { background-color: rgb(0,78,112); }
div.DivClassName
{
background-color: #004E70;
}
.BgClassName
{
background-color: #004E70;
}
</style>
border-color css
<style>
span { border-color: #004E70; }
span { border-color: rgb(0,78,112); }
td.TdClassName
{
border-color: #004E70;
}
.TagClassName
{
border-color: #004E70;
}
</style>