Shades of Dark Cerulean #004D90
Tints of Dark Cerulean #004D90
RGB
CMYK
RGB Variations
Color information
#004D90 (or 0x004D90) is known color: Dark Cerulean. HEX triplet: 00, 4D and 90. RGB value is (0,77,144). Sum of RGB (Red+Green+Blue) = 0+77+144=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 77 (30.47% from 255 or 34.84% from 221); Blue value is 144 (56.64% from 255 or 65.16% from 221); Max value from RGB is 144 - color contains mainly: blue. Hex color #004D90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #004D90 is #FFB26F. Grayscale: #3D3D3D. Windows color (decimal): -16757360 or 9456896. OLE color: 9456896.
HSL color Cylindrical-coordinate representation of color #004D90: hue angle of 207.92º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004D90 is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 77 | 144 | - |
| CMYK | 1 | 0.47 | 0 | 0.44 |
| HSL | 207.92º | 1% | 0.28% | - |
| HSV(B) | 207.92º | 1% | 0.56% | - |
| XYZ | 7.69 | 7.32 | 27.39 | - |
| YUV | 61.62 | 174.49 | 84.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 77 | 144 | 1 | 0.47 | 0 | 0.44 | 207.92 | 1 | 0.28 |
| Hex | 0 | 4D | 90 | 64 | 2F | 0 | 2C | D0 | 64 | 1C |
| Octal | 0 | 115 | 220 | 144 | 57 | 0 | 54 | 320 | 144 | 34 |
| Binary | 0 | 1001101 | 10010000 | 1100100 | 101111 | 0 | 101100 | 11010000 | 1100100 | 11100 |
Color Harmonies of #004D90
Complementary color
Monochromatic Colors of #004D90
Black with #004D90
Text Example
Text Example
White with #004D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004D90; }
p { color: rgb(0,77,144); }
H1.HeaderClassName
{
color: #004D90;
}
.AnyTagClassName
{
color: #004D90;
}
</style>
background-color css
<style>
a { background-color: #004D90; }
a { background-color: rgb(0,77,144); }
div.DivClassName
{
background-color: #004D90;
}
.BgClassName
{
background-color: #004D90;
}
</style>
border-color css
<style>
span { border-color: #004D90; }
span { border-color: rgb(0,77,144); }
td.TdClassName
{
border-color: #004D90;
}
.TagClassName
{
border-color: #004D90;
}
</style>