Shades of Cobalt #004BA0
Tints of Cobalt #004BA0
RGB
CMYK
RGB Variations
Color information
#004BA0 (or 0x004BA0) is known color: Cobalt. HEX triplet: 00, 4B and A0. RGB value is (0,75,160). Sum of RGB (Red+Green+Blue) = 0+75+160=235 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 235); Green value is 75 (29.69% from 255 or 31.91% from 235); Blue value is 160 (62.89% from 255 or 68.09% from 235); Max value from RGB is 160 - color contains mainly: blue. Hex color #004BA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004BA0 is #FFB45F. Grayscale: #3D3D3D. Windows color (decimal): -16757856 or 10504960. OLE color: 10504960.
HSL color Cylindrical-coordinate representation of color #004BA0: hue angle of 211.88º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004BA0 is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 0 | 75 | 160 | - |
| CMYK | 1 | 0.53 | 0 | 0.37 |
| HSL | 211.88º | 1% | 0.31% | - |
| HSV(B) | 211.88º | 1% | 0.63% | - |
| XYZ | 8.86 | 7.57 | 34.25 | - |
| YUV | 62.27 | 183.15 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 75 | 160 | 1 | 0.53 | 0 | 0.37 | 211.88 | 1 | 0.31 |
| Hex | 0 | 4B | A0 | 64 | 35 | 0 | 25 | D4 | 64 | 1F |
| Octal | 0 | 113 | 240 | 144 | 65 | 0 | 45 | 324 | 144 | 37 |
| Binary | 0 | 1001011 | 10100000 | 1100100 | 110101 | 0 | 100101 | 11010100 | 1100100 | 11111 |
Color Harmonies of #004BA0
Complementary color
Monochromatic Colors of #004BA0
Black with #004BA0
Text Example
Text Example
White with #004BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004BA0; }
p { color: rgb(0,75,160); }
H1.HeaderClassName
{
color: #004BA0;
}
.AnyTagClassName
{
color: #004BA0;
}
</style>
background-color css
<style>
a { background-color: #004BA0; }
a { background-color: rgb(0,75,160); }
div.DivClassName
{
background-color: #004BA0;
}
.BgClassName
{
background-color: #004BA0;
}
</style>
border-color css
<style>
span { border-color: #004BA0; }
span { border-color: rgb(0,75,160); }
td.TdClassName
{
border-color: #004BA0;
}
.TagClassName
{
border-color: #004BA0;
}
</style>