Shades of Dark Cerulean #004D6E
Tints of Dark Cerulean #004D6E
RGB
CMYK
RGB Variations
Color information
#004D6E (or 0x004D6E) is known color: Dark Cerulean. HEX triplet: 00, 4D and 6E. RGB value is (0,77,110). Sum of RGB (Red+Green+Blue) = 0+77+110=187 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 187); Green value is 77 (30.47% from 255 or 41.18% from 187); Blue value is 110 (43.36% from 255 or 58.82% from 187); Max value from RGB is 110 - color contains mainly: blue. Hex color #004D6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004D6E is #FFB291. Grayscale: #393939. Windows color (decimal): -16757394 or 7228672. OLE color: 7228672.
HSL color Cylindrical-coordinate representation of color #004D6E: hue angle of 198º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004D6E is Cyan = 1, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 77 | 110 | - |
| CMYK | 1 | 0.3 | 0 | 0.57 |
| HSL | 198º | 1% | 0.22% | - |
| HSV(B) | 198º | 1% | 0.43% | - |
| XYZ | 5.47 | 6.43 | 15.71 | - |
| YUV | 57.74 | 157.49 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 77 | 110 | 1 | 0.3 | 0 | 0.57 | 198 | 1 | 0.22 |
| Hex | 0 | 4D | 6E | 64 | 1E | 0 | 39 | C6 | 64 | 16 |
| Octal | 0 | 115 | 156 | 144 | 36 | 0 | 71 | 306 | 144 | 26 |
| Binary | 0 | 1001101 | 1101110 | 1100100 | 11110 | 0 | 111001 | 11000110 | 1100100 | 10110 |
Color Harmonies of #004D6E
Complementary color
Monochromatic Colors of #004D6E
Black with #004D6E
Text Example
Text Example
White with #004D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004D6E; }
p { color: rgb(0,77,110); }
H1.HeaderClassName
{
color: #004D6E;
}
.AnyTagClassName
{
color: #004D6E;
}
</style>
background-color css
<style>
a { background-color: #004D6E; }
a { background-color: rgb(0,77,110); }
div.DivClassName
{
background-color: #004D6E;
}
.BgClassName
{
background-color: #004D6E;
}
</style>
border-color css
<style>
span { border-color: #004D6E; }
span { border-color: rgb(0,77,110); }
td.TdClassName
{
border-color: #004D6E;
}
.TagClassName
{
border-color: #004D6E;
}
</style>