Shades of Cobalt #004DB0
Tints of Cobalt #004DB0
RGB
CMYK
RGB Variations
Color information
#004DB0 (or 0x004DB0) is known color: Cobalt. HEX triplet: 00, 4D and B0. RGB value is (0,77,176). Sum of RGB (Red+Green+Blue) = 0+77+176=253 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 253); Green value is 77 (30.47% from 255 or 30.43% from 253); Blue value is 176 (69.14% from 255 or 69.57% from 253); Max value from RGB is 176 - color contains mainly: blue. Hex color #004DB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #004DB0 is #FFB24F. Grayscale: #404040. Windows color (decimal): -16757328 or 11554048. OLE color: 11554048.
HSL color Cylindrical-coordinate representation of color #004DB0: hue angle of 213.75º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004DB0 is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 77 | 176 | - |
| CMYK | 1 | 0.56 | 0 | 0.31 |
| HSL | 213.75º | 1% | 0.35% | - |
| HSV(B) | 213.75º | 1% | 0.69% | - |
| XYZ | 10.49 | 8.44 | 42.15 | - |
| YUV | 65.26 | 190.49 | 81.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 77 | 176 | 1 | 0.56 | 0 | 0.31 | 213.75 | 1 | 0.35 |
| Hex | 0 | 4D | B0 | 64 | 38 | 0 | 1F | D6 | 64 | 23 |
| Octal | 0 | 115 | 260 | 144 | 70 | 0 | 37 | 326 | 144 | 43 |
| Binary | 0 | 1001101 | 10110000 | 1100100 | 111000 | 0 | 11111 | 11010110 | 1100100 | 100011 |
Color Harmonies of #004DB0
Complementary color
Monochromatic Colors of #004DB0
Black with #004DB0
Text Example
Text Example
White with #004DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004DB0; }
p { color: rgb(0,77,176); }
H1.HeaderClassName
{
color: #004DB0;
}
.AnyTagClassName
{
color: #004DB0;
}
</style>
background-color css
<style>
a { background-color: #004DB0; }
a { background-color: rgb(0,77,176); }
div.DivClassName
{
background-color: #004DB0;
}
.BgClassName
{
background-color: #004DB0;
}
</style>
border-color css
<style>
span { border-color: #004DB0; }
span { border-color: rgb(0,77,176); }
td.TdClassName
{
border-color: #004DB0;
}
.TagClassName
{
border-color: #004DB0;
}
</style>