Shades of Cobalt #004DB1
Tints of Cobalt #004DB1
RGB
CMYK
RGB Variations
Color information
#004DB1 (or 0x004DB1) is known color: Cobalt. HEX triplet: 00, 4D and B1. RGB value is (0,77,177). Sum of RGB (Red+Green+Blue) = 0+77+177=254 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 177 (69.53% from 255 or 69.69% from 254); Max value from RGB is 177 - color contains mainly: blue. Hex color #004DB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #004DB1 is #FFB24E. Grayscale: #404040. Windows color (decimal): -16757327 or 11619584. OLE color: 11619584.
HSL color Cylindrical-coordinate representation of color #004DB1: hue angle of 213.9º 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 #004DB1 is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 77 | 177 | - |
| CMYK | 1 | 0.56 | 0 | 0.31 |
| HSL | 213.9º | 1% | 0.35% | - |
| HSV(B) | 213.9º | 1% | 0.69% | - |
| XYZ | 10.59 | 8.48 | 42.67 | - |
| YUV | 65.38 | 190.99 | 81.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 77 | 177 | 1 | 0.56 | 0 | 0.31 | 213.9 | 1 | 0.35 |
| Hex | 0 | 4D | B1 | 64 | 38 | 0 | 1F | D6 | 64 | 23 |
| Octal | 0 | 115 | 261 | 144 | 70 | 0 | 37 | 326 | 144 | 43 |
| Binary | 0 | 1001101 | 10110001 | 1100100 | 111000 | 0 | 11111 | 11010110 | 1100100 | 100011 |
Color Harmonies of #004DB1
Complementary color
Monochromatic Colors of #004DB1
Black with #004DB1
Text Example
Text Example
White with #004DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004DB1; }
p { color: rgb(0,77,177); }
H1.HeaderClassName
{
color: #004DB1;
}
.AnyTagClassName
{
color: #004DB1;
}
</style>
background-color css
<style>
a { background-color: #004DB1; }
a { background-color: rgb(0,77,177); }
div.DivClassName
{
background-color: #004DB1;
}
.BgClassName
{
background-color: #004DB1;
}
</style>
border-color css
<style>
span { border-color: #004DB1; }
span { border-color: rgb(0,77,177); }
td.TdClassName
{
border-color: #004DB1;
}
.TagClassName
{
border-color: #004DB1;
}
</style>