Shades of Cobalt #004CB8
Tints of Cobalt #004CB8
RGB
CMYK
RGB Variations
Color information
#004CB8 (or 0x004CB8) is known color: Cobalt. HEX triplet: 00, 4C and B8. RGB value is (0,76,184). Sum of RGB (Red+Green+Blue) = 0+76+184=260 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 184 (72.27% from 255 or 70.77% from 260); Max value from RGB is 184 - color contains mainly: blue. Hex color #004CB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004CB8 is #FFB347. Grayscale: #414141. Windows color (decimal): -16757576 or 12078080. OLE color: 12078080.
HSL color Cylindrical-coordinate representation of color #004CB8: hue angle of 215.22º 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 #004CB8 is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 76 | 184 | - |
| CMYK | 1 | 0.59 | 0 | 0.28 |
| HSL | 215.22º | 1% | 0.36% | - |
| HSV(B) | 215.22º | 1% | 0.72% | - |
| XYZ | 11.24 | 8.63 | 46.42 | - |
| YUV | 65.59 | 194.82 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 76 | 184 | 1 | 0.59 | 0 | 0.28 | 215.22 | 1 | 0.36 |
| Hex | 0 | 4C | B8 | 64 | 3B | 0 | 1C | D7 | 64 | 24 |
| Octal | 0 | 114 | 270 | 144 | 73 | 0 | 34 | 327 | 144 | 44 |
| Binary | 0 | 1001100 | 10111000 | 1100100 | 111011 | 0 | 11100 | 11010111 | 1100100 | 100100 |
Color Harmonies of #004CB8
Complementary color
Monochromatic Colors of #004CB8
Black with #004CB8
Text Example
Text Example
White with #004CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004CB8; }
p { color: rgb(0,76,184); }
H1.HeaderClassName
{
color: #004CB8;
}
.AnyTagClassName
{
color: #004CB8;
}
</style>
background-color css
<style>
a { background-color: #004CB8; }
a { background-color: rgb(0,76,184); }
div.DivClassName
{
background-color: #004CB8;
}
.BgClassName
{
background-color: #004CB8;
}
</style>
border-color css
<style>
span { border-color: #004CB8; }
span { border-color: rgb(0,76,184); }
td.TdClassName
{
border-color: #004CB8;
}
.TagClassName
{
border-color: #004CB8;
}
</style>