Shades of Cobalt #004DB8
Tints of Cobalt #004DB8
RGB
CMYK
RGB Variations
Color information
#004DB8 (or 0x004DB8) is known color: Cobalt. HEX triplet: 00, 4D and B8. RGB value is (0,77,184). Sum of RGB (Red+Green+Blue) = 0+77+184=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 184 (72.27% from 255 or 70.50% from 261); Max value from RGB is 184 - color contains mainly: blue. Hex color #004DB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004DB8 is #FFB247. Grayscale: #414141. Windows color (decimal): -16757320 or 12078336. OLE color: 12078336.
HSL color Cylindrical-coordinate representation of color #004DB8: hue angle of 214.89º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004DB8 is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 77 | 184 | - |
| CMYK | 1 | 0.58 | 0 | 0.28 |
| HSL | 214.89º | 1% | 0.36% | - |
| HSV(B) | 214.89º | 1% | 0.72% | - |
| XYZ | 11.31 | 8.77 | 46.44 | - |
| YUV | 66.18 | 194.49 | 80.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 77 | 184 | 1 | 0.58 | 0 | 0.28 | 214.89 | 1 | 0.36 |
| Hex | 0 | 4D | B8 | 64 | 3A | 0 | 1C | D7 | 64 | 24 |
| Octal | 0 | 115 | 270 | 144 | 72 | 0 | 34 | 327 | 144 | 44 |
| Binary | 0 | 1001101 | 10111000 | 1100100 | 111010 | 0 | 11100 | 11010111 | 1100100 | 100100 |
Color Harmonies of #004DB8
Complementary color
Monochromatic Colors of #004DB8
Black with #004DB8
Text Example
Text Example
White with #004DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004DB8; }
p { color: rgb(0,77,184); }
H1.HeaderClassName
{
color: #004DB8;
}
.AnyTagClassName
{
color: #004DB8;
}
</style>
background-color css
<style>
a { background-color: #004DB8; }
a { background-color: rgb(0,77,184); }
div.DivClassName
{
background-color: #004DB8;
}
.BgClassName
{
background-color: #004DB8;
}
</style>
border-color css
<style>
span { border-color: #004DB8; }
span { border-color: rgb(0,77,184); }
td.TdClassName
{
border-color: #004DB8;
}
.TagClassName
{
border-color: #004DB8;
}
</style>