Shades of Dark Cerulean #004D85
Tints of Dark Cerulean #004D85
RGB
CMYK
RGB Variations
Color information
#004D85 (or 0x004D85) is known color: Dark Cerulean. HEX triplet: 00, 4D and 85. RGB value is (0,77,133). Sum of RGB (Red+Green+Blue) = 0+77+133=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 77 (30.47% from 255 or 36.67% from 210); Blue value is 133 (52.34% from 255 or 63.33% from 210); Max value from RGB is 133 - color contains mainly: blue. Hex color #004D85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #004D85 is #FFB27A. Grayscale: #3C3C3C. Windows color (decimal): -16757371 or 8736000. OLE color: 8736000.
HSL color Cylindrical-coordinate representation of color #004D85: hue angle of 205.26º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004D85 is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 77 | 133 | - |
| CMYK | 1 | 0.42 | 0 | 0.48 |
| HSL | 205.26º | 1% | 0.26% | - |
| HSV(B) | 205.26º | 1% | 0.52% | - |
| XYZ | 6.89 | 7 | 23.18 | - |
| YUV | 60.36 | 168.99 | 84.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 77 | 133 | 1 | 0.42 | 0 | 0.48 | 205.26 | 1 | 0.26 |
| Hex | 0 | 4D | 85 | 64 | 2A | 0 | 30 | CD | 64 | 1A |
| Octal | 0 | 115 | 205 | 144 | 52 | 0 | 60 | 315 | 144 | 32 |
| Binary | 0 | 1001101 | 10000101 | 1100100 | 101010 | 0 | 110000 | 11001101 | 1100100 | 11010 |
Color Harmonies of #004D85
Complementary color
Monochromatic Colors of #004D85
Black with #004D85
Text Example
Text Example
White with #004D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004D85; }
p { color: rgb(0,77,133); }
H1.HeaderClassName
{
color: #004D85;
}
.AnyTagClassName
{
color: #004D85;
}
</style>
background-color css
<style>
a { background-color: #004D85; }
a { background-color: rgb(0,77,133); }
div.DivClassName
{
background-color: #004D85;
}
.BgClassName
{
background-color: #004D85;
}
</style>
border-color css
<style>
span { border-color: #004D85; }
span { border-color: rgb(0,77,133); }
td.TdClassName
{
border-color: #004D85;
}
.TagClassName
{
border-color: #004D85;
}
</style>