Shades of Cobalt #004DB7
Tints of Cobalt #004DB7
RGB
CMYK
RGB Variations
Color information
#004DB7 (or 0x004DB7) is known color: Cobalt. HEX triplet: 00, 4D and B7. RGB value is (0,77,183). Sum of RGB (Red+Green+Blue) = 0+77+183=260 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 260); Green value is 77 (30.47% from 255 or 29.62% from 260); Blue value is 183 (71.88% from 255 or 70.38% from 260); Max value from RGB is 183 - color contains mainly: blue. Hex color #004DB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004DB7 is #FFB248. Grayscale: #414141. Windows color (decimal): -16757321 or 12012800. OLE color: 12012800.
HSL color Cylindrical-coordinate representation of color #004DB7: hue angle of 214.75º 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 #004DB7 is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 77 | 183 | - |
| CMYK | 1 | 0.58 | 0 | 0.28 |
| HSL | 214.75º | 1% | 0.36% | - |
| HSV(B) | 214.75º | 1% | 0.72% | - |
| XYZ | 11.2 | 8.73 | 45.89 | - |
| YUV | 66.06 | 193.99 | 80.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 77 | 183 | 1 | 0.58 | 0 | 0.28 | 214.75 | 1 | 0.36 |
| Hex | 0 | 4D | B7 | 64 | 3A | 0 | 1C | D7 | 64 | 24 |
| Octal | 0 | 115 | 267 | 144 | 72 | 0 | 34 | 327 | 144 | 44 |
| Binary | 0 | 1001101 | 10110111 | 1100100 | 111010 | 0 | 11100 | 11010111 | 1100100 | 100100 |
Color Harmonies of #004DB7
Complementary color
Monochromatic Colors of #004DB7
Black with #004DB7
Text Example
Text Example
White with #004DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004DB7; }
p { color: rgb(0,77,183); }
H1.HeaderClassName
{
color: #004DB7;
}
.AnyTagClassName
{
color: #004DB7;
}
</style>
background-color css
<style>
a { background-color: #004DB7; }
a { background-color: rgb(0,77,183); }
div.DivClassName
{
background-color: #004DB7;
}
.BgClassName
{
background-color: #004DB7;
}
</style>
border-color css
<style>
span { border-color: #004DB7; }
span { border-color: rgb(0,77,183); }
td.TdClassName
{
border-color: #004DB7;
}
.TagClassName
{
border-color: #004DB7;
}
</style>