Shades of Cobalt #004CB5
Tints of Cobalt #004CB5
RGB
CMYK
RGB Variations
Color information
#004CB5 (or 0x004CB5) is known color: Cobalt. HEX triplet: 00, 4C and B5. RGB value is (0,76,181). Sum of RGB (Red+Green+Blue) = 0+76+181=257 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 257); Green value is 76 (30.08% from 255 or 29.57% from 257); Blue value is 181 (71.09% from 255 or 70.43% from 257); Max value from RGB is 181 - color contains mainly: blue. Hex color #004CB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004CB5 is #FFB34A. Grayscale: #404040. Windows color (decimal): -16757579 or 11881472. OLE color: 11881472.
HSL color Cylindrical-coordinate representation of color #004CB5: hue angle of 214.81º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004CB5 is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 76 | 181 | - |
| CMYK | 1 | 0.58 | 0 | 0.29 |
| HSL | 214.81º | 1% | 0.35% | - |
| HSV(B) | 214.81º | 1% | 0.71% | - |
| XYZ | 10.92 | 8.51 | 44.78 | - |
| YUV | 65.25 | 193.32 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 76 | 181 | 1 | 0.58 | 0 | 0.29 | 214.81 | 1 | 0.35 |
| Hex | 0 | 4C | B5 | 64 | 3A | 0 | 1D | D7 | 64 | 23 |
| Octal | 0 | 114 | 265 | 144 | 72 | 0 | 35 | 327 | 144 | 43 |
| Binary | 0 | 1001100 | 10110101 | 1100100 | 111010 | 0 | 11101 | 11010111 | 1100100 | 100011 |
Color Harmonies of #004CB5
Complementary color
Monochromatic Colors of #004CB5
Black with #004CB5
Text Example
Text Example
White with #004CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004CB5; }
p { color: rgb(0,76,181); }
H1.HeaderClassName
{
color: #004CB5;
}
.AnyTagClassName
{
color: #004CB5;
}
</style>
background-color css
<style>
a { background-color: #004CB5; }
a { background-color: rgb(0,76,181); }
div.DivClassName
{
background-color: #004CB5;
}
.BgClassName
{
background-color: #004CB5;
}
</style>
border-color css
<style>
span { border-color: #004CB5; }
span { border-color: rgb(0,76,181); }
td.TdClassName
{
border-color: #004CB5;
}
.TagClassName
{
border-color: #004CB5;
}
</style>