Shades of Cobalt #004DBF
Tints of Cobalt #004DBF
RGB
CMYK
RGB Variations
Color information
#004DBF (or 0x004DBF) is known color: Cobalt. HEX triplet: 00, 4D and BF. RGB value is (0,77,191). Sum of RGB (Red+Green+Blue) = 0+77+191=268 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 191 (75% from 255 or 71.27% from 268); Max value from RGB is 191 - color contains mainly: blue. Hex color #004DBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004DBF is #FFB240. Grayscale: #424242. Windows color (decimal): -16757313 or 12537088. OLE color: 12537088.
HSL color Cylindrical-coordinate representation of color #004DBF: hue angle of 215.81º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004DBF is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 77 | 191 | - |
| CMYK | 1 | 0.60 | 0 | 0.25 |
| HSL | 215.81º | 1% | 0.37% | - |
| HSV(B) | 215.81º | 1% | 0.75% | - |
| XYZ | 12.06 | 9.07 | 50.41 | - |
| YUV | 66.97 | 197.99 | 80.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 77 | 191 | 1 | 0.60 | 0 | 0.25 | 215.81 | 1 | 0.37 |
| Hex | 0 | 4D | BF | 64 | 3C | 0 | 19 | D8 | 64 | 25 |
| Octal | 0 | 115 | 277 | 144 | 74 | 0 | 31 | 330 | 144 | 45 |
| Binary | 0 | 1001101 | 10111111 | 1100100 | 111100 | 0 | 11001 | 11011000 | 1100100 | 100101 |
Color Harmonies of #004DBF
Complementary color
Monochromatic Colors of #004DBF
Black with #004DBF
Text Example
Text Example
White with #004DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004DBF; }
p { color: rgb(0,77,191); }
H1.HeaderClassName
{
color: #004DBF;
}
.AnyTagClassName
{
color: #004DBF;
}
</style>
background-color css
<style>
a { background-color: #004DBF; }
a { background-color: rgb(0,77,191); }
div.DivClassName
{
background-color: #004DBF;
}
.BgClassName
{
background-color: #004DBF;
}
</style>
border-color css
<style>
span { border-color: #004DBF; }
span { border-color: rgb(0,77,191); }
td.TdClassName
{
border-color: #004DBF;
}
.TagClassName
{
border-color: #004DBF;
}
</style>