Shades of Cobalt #004CBA
Tints of Cobalt #004CBA
RGB
CMYK
RGB Variations
Color information
#004CBA (or 0x004CBA) is known color: Cobalt. HEX triplet: 00, 4C and BA. RGB value is (0,76,186). Sum of RGB (Red+Green+Blue) = 0+76+186=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 76 (30.08% from 255 or 29.01% from 262); Blue value is 186 (73.05% from 255 or 70.99% from 262); Max value from RGB is 186 - color contains mainly: blue. Hex color #004CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004CBA is #FFB345. Grayscale: #414141. Windows color (decimal): -16757574 or 12209152. OLE color: 12209152.
HSL color Cylindrical-coordinate representation of color #004CBA: hue angle of 215.48º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004CBA is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 76 | 186 | - |
| CMYK | 1 | 0.59 | 0 | 0.27 |
| HSL | 215.48º | 1% | 0.36% | - |
| HSV(B) | 215.48º | 1% | 0.73% | - |
| XYZ | 11.45 | 8.71 | 47.53 | - |
| YUV | 65.82 | 195.82 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 76 | 186 | 1 | 0.59 | 0 | 0.27 | 215.48 | 1 | 0.36 |
| Hex | 0 | 4C | BA | 64 | 3B | 0 | 1B | D7 | 64 | 24 |
| Octal | 0 | 114 | 272 | 144 | 73 | 0 | 33 | 327 | 144 | 44 |
| Binary | 0 | 1001100 | 10111010 | 1100100 | 111011 | 0 | 11011 | 11010111 | 1100100 | 100100 |
Color Harmonies of #004CBA
Complementary color
Monochromatic Colors of #004CBA
Black with #004CBA
Text Example
Text Example
White with #004CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004CBA; }
p { color: rgb(0,76,186); }
H1.HeaderClassName
{
color: #004CBA;
}
.AnyTagClassName
{
color: #004CBA;
}
</style>
background-color css
<style>
a { background-color: #004CBA; }
a { background-color: rgb(0,76,186); }
div.DivClassName
{
background-color: #004CBA;
}
.BgClassName
{
background-color: #004CBA;
}
</style>
border-color css
<style>
span { border-color: #004CBA; }
span { border-color: rgb(0,76,186); }
td.TdClassName
{
border-color: #004CBA;
}
.TagClassName
{
border-color: #004CBA;
}
</style>