Shades of Dark Cerulean #004D73
Tints of Dark Cerulean #004D73
RGB
CMYK
RGB Variations
Color information
#004D73 (or 0x004D73) is known color: Dark Cerulean. HEX triplet: 00, 4D and 73. RGB value is (0,77,115). Sum of RGB (Red+Green+Blue) = 0+77+115=192 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 192); Green value is 77 (30.47% from 255 or 40.10% from 192); Blue value is 115 (45.31% from 255 or 59.90% from 192); Max value from RGB is 115 - color contains mainly: blue. Hex color #004D73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004D73 is #FFB28C. Grayscale: #3A3A3A. Windows color (decimal): -16757389 or 7556352. OLE color: 7556352.
HSL color Cylindrical-coordinate representation of color #004D73: hue angle of 199.83º 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 #004D73 is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 77 | 115 | - |
| CMYK | 1 | 0.33 | 0 | 0.55 |
| HSL | 199.83º | 1% | 0.23% | - |
| HSV(B) | 199.83º | 1% | 0.45% | - |
| XYZ | 5.75 | 6.55 | 17.18 | - |
| YUV | 58.31 | 159.99 | 86.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 77 | 115 | 1 | 0.33 | 0 | 0.55 | 199.83 | 1 | 0.23 |
| Hex | 0 | 4D | 73 | 64 | 21 | 0 | 37 | C8 | 64 | 17 |
| Octal | 0 | 115 | 163 | 144 | 41 | 0 | 67 | 310 | 144 | 27 |
| Binary | 0 | 1001101 | 1110011 | 1100100 | 100001 | 0 | 110111 | 11001000 | 1100100 | 10111 |
Color Harmonies of #004D73
Complementary color
Monochromatic Colors of #004D73
Black with #004D73
Text Example
Text Example
White with #004D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004D73; }
p { color: rgb(0,77,115); }
H1.HeaderClassName
{
color: #004D73;
}
.AnyTagClassName
{
color: #004D73;
}
</style>
background-color css
<style>
a { background-color: #004D73; }
a { background-color: rgb(0,77,115); }
div.DivClassName
{
background-color: #004D73;
}
.BgClassName
{
background-color: #004D73;
}
</style>
border-color css
<style>
span { border-color: #004D73; }
span { border-color: rgb(0,77,115); }
td.TdClassName
{
border-color: #004D73;
}
.TagClassName
{
border-color: #004D73;
}
</style>