Shades of Dark Cerulean #004D94
Tints of Dark Cerulean #004D94
RGB
CMYK
RGB Variations
Color information
#004D94 (or 0x004D94) is known color: Dark Cerulean. HEX triplet: 00, 4D and 94. RGB value is (0,77,148). Sum of RGB (Red+Green+Blue) = 0+77+148=225 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 225); Green value is 77 (30.47% from 255 or 34.22% from 225); Blue value is 148 (58.20% from 255 or 65.78% from 225); Max value from RGB is 148 - color contains mainly: blue. Hex color #004D94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #004D94 is #FFB26B. Grayscale: #3D3D3D. Windows color (decimal): -16757356 or 9719040. OLE color: 9719040.
HSL color Cylindrical-coordinate representation of color #004D94: hue angle of 208.78º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004D94 is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 77 | 148 | - |
| CMYK | 1 | 0.48 | 0 | 0.42 |
| HSL | 208.78º | 1% | 0.29% | - |
| HSV(B) | 208.78º | 1% | 0.58% | - |
| XYZ | 8 | 7.45 | 29.03 | - |
| YUV | 62.07 | 176.49 | 83.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 77 | 148 | 1 | 0.48 | 0 | 0.42 | 208.78 | 1 | 0.29 |
| Hex | 0 | 4D | 94 | 64 | 30 | 0 | 2A | D1 | 64 | 1D |
| Octal | 0 | 115 | 224 | 144 | 60 | 0 | 52 | 321 | 144 | 35 |
| Binary | 0 | 1001101 | 10010100 | 1100100 | 110000 | 0 | 101010 | 11010001 | 1100100 | 11101 |
Color Harmonies of #004D94
Complementary color
Monochromatic Colors of #004D94
Black with #004D94
Text Example
Text Example
White with #004D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004D94; }
p { color: rgb(0,77,148); }
H1.HeaderClassName
{
color: #004D94;
}
.AnyTagClassName
{
color: #004D94;
}
</style>
background-color css
<style>
a { background-color: #004D94; }
a { background-color: rgb(0,77,148); }
div.DivClassName
{
background-color: #004D94;
}
.BgClassName
{
background-color: #004D94;
}
</style>
border-color css
<style>
span { border-color: #004D94; }
span { border-color: rgb(0,77,148); }
td.TdClassName
{
border-color: #004D94;
}
.TagClassName
{
border-color: #004D94;
}
</style>