Shades of Dark Cerulean #004D81
Tints of Dark Cerulean #004D81
RGB
CMYK
RGB Variations
Color information
#004D81 (or 0x004D81) is known color: Dark Cerulean. HEX triplet: 00, 4D and 81. RGB value is (0,77,129). Sum of RGB (Red+Green+Blue) = 0+77+129=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 77 (30.47% from 255 or 37.38% from 206); Blue value is 129 (50.78% from 255 or 62.62% from 206); Max value from RGB is 129 - color contains mainly: blue. Hex color #004D81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #004D81 is #FFB27E. Grayscale: #3B3B3B. Windows color (decimal): -16757375 or 8473856. OLE color: 8473856.
HSL color Cylindrical-coordinate representation of color #004D81: hue angle of 204.19º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004D81 is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 77 | 129 | - |
| CMYK | 1 | 0.40 | 0 | 0.49 |
| HSL | 204.19º | 1% | 0.25% | - |
| HSV(B) | 204.19º | 1% | 0.51% | - |
| XYZ | 6.62 | 6.89 | 21.75 | - |
| YUV | 59.91 | 166.99 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 77 | 129 | 1 | 0.40 | 0 | 0.49 | 204.19 | 1 | 0.25 |
| Hex | 0 | 4D | 81 | 64 | 28 | 0 | 31 | CC | 64 | 19 |
| Octal | 0 | 115 | 201 | 144 | 50 | 0 | 61 | 314 | 144 | 31 |
| Binary | 0 | 1001101 | 10000001 | 1100100 | 101000 | 0 | 110001 | 11001100 | 1100100 | 11001 |
Color Harmonies of #004D81
Complementary color
Monochromatic Colors of #004D81
Black with #004D81
Text Example
Text Example
White with #004D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004D81; }
p { color: rgb(0,77,129); }
H1.HeaderClassName
{
color: #004D81;
}
.AnyTagClassName
{
color: #004D81;
}
</style>
background-color css
<style>
a { background-color: #004D81; }
a { background-color: rgb(0,77,129); }
div.DivClassName
{
background-color: #004D81;
}
.BgClassName
{
background-color: #004D81;
}
</style>
border-color css
<style>
span { border-color: #004D81; }
span { border-color: rgb(0,77,129); }
td.TdClassName
{
border-color: #004D81;
}
.TagClassName
{
border-color: #004D81;
}
</style>