Shades of Cobalt #004DBE
Tints of Cobalt #004DBE
RGB
CMYK
RGB Variations
Color information
#004DBE (or 0x004DBE) is known color: Cobalt. HEX triplet: 00, 4D and BE. RGB value is (0,77,190). Sum of RGB (Red+Green+Blue) = 0+77+190=267 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 190 (74.61% from 255 or 71.16% from 267); Max value from RGB is 190 - color contains mainly: blue. Hex color #004DBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004DBE is #FFB241. Grayscale: #424242. Windows color (decimal): -16757314 or 12471552. OLE color: 12471552.
HSL color Cylindrical-coordinate representation of color #004DBE: hue angle of 215.68º 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 #004DBE is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 77 | 190 | - |
| CMYK | 1 | 0.59 | 0 | 0.25 |
| HSL | 215.68º | 1% | 0.37% | - |
| HSV(B) | 215.68º | 1% | 0.75% | - |
| XYZ | 11.95 | 9.03 | 49.83 | - |
| YUV | 66.86 | 197.49 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 77 | 190 | 1 | 0.59 | 0 | 0.25 | 215.68 | 1 | 0.37 |
| Hex | 0 | 4D | BE | 64 | 3B | 0 | 19 | D8 | 64 | 25 |
| Octal | 0 | 115 | 276 | 144 | 73 | 0 | 31 | 330 | 144 | 45 |
| Binary | 0 | 1001101 | 10111110 | 1100100 | 111011 | 0 | 11001 | 11011000 | 1100100 | 100101 |
Color Harmonies of #004DBE
Complementary color
Monochromatic Colors of #004DBE
Black with #004DBE
Text Example
Text Example
White with #004DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004DBE; }
p { color: rgb(0,77,190); }
H1.HeaderClassName
{
color: #004DBE;
}
.AnyTagClassName
{
color: #004DBE;
}
</style>
background-color css
<style>
a { background-color: #004DBE; }
a { background-color: rgb(0,77,190); }
div.DivClassName
{
background-color: #004DBE;
}
.BgClassName
{
background-color: #004DBE;
}
</style>
border-color css
<style>
span { border-color: #004DBE; }
span { border-color: rgb(0,77,190); }
td.TdClassName
{
border-color: #004DBE;
}
.TagClassName
{
border-color: #004DBE;
}
</style>