Shades of Cobalt #004BA9
Tints of Cobalt #004BA9
RGB
CMYK
RGB Variations
Color information
#004BA9 (or 0x004BA9) is known color: Cobalt. HEX triplet: 00, 4B and A9. RGB value is (0,75,169). Sum of RGB (Red+Green+Blue) = 0+75+169=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 75 (29.69% from 255 or 30.74% from 244); Blue value is 169 (66.41% from 255 or 69.26% from 244); Max value from RGB is 169 - color contains mainly: blue. Hex color #004BA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004BA9 is #FFB456. Grayscale: #3E3E3E. Windows color (decimal): -16757847 or 11094784. OLE color: 11094784.
HSL color Cylindrical-coordinate representation of color #004BA9: hue angle of 213.37º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004BA9 is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 75 | 169 | - |
| CMYK | 1 | 0.56 | 0 | 0.34 |
| HSL | 213.37º | 1% | 0.33% | - |
| HSV(B) | 213.37º | 1% | 0.66% | - |
| XYZ | 9.68 | 7.9 | 38.55 | - |
| YUV | 63.29 | 187.65 | 82.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 75 | 169 | 1 | 0.56 | 0 | 0.34 | 213.37 | 1 | 0.33 |
| Hex | 0 | 4B | A9 | 64 | 38 | 0 | 22 | D5 | 64 | 21 |
| Octal | 0 | 113 | 251 | 144 | 70 | 0 | 42 | 325 | 144 | 41 |
| Binary | 0 | 1001011 | 10101001 | 1100100 | 111000 | 0 | 100010 | 11010101 | 1100100 | 100001 |
Color Harmonies of #004BA9
Complementary color
Monochromatic Colors of #004BA9
Black with #004BA9
Text Example
Text Example
White with #004BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004BA9; }
p { color: rgb(0,75,169); }
H1.HeaderClassName
{
color: #004BA9;
}
.AnyTagClassName
{
color: #004BA9;
}
</style>
background-color css
<style>
a { background-color: #004BA9; }
a { background-color: rgb(0,75,169); }
div.DivClassName
{
background-color: #004BA9;
}
.BgClassName
{
background-color: #004BA9;
}
</style>
border-color css
<style>
span { border-color: #004BA9; }
span { border-color: rgb(0,75,169); }
td.TdClassName
{
border-color: #004BA9;
}
.TagClassName
{
border-color: #004BA9;
}
</style>