Shades of Cobalt #054AB0
Tints of Cobalt #054AB0
RGB
CMYK
RGB Variations
Color information
#054AB0 (or 0x054AB0) is known color: Cobalt. HEX triplet: 05, 4A and B0. RGB value is (5,74,176). Sum of RGB (Red+Green+Blue) = 5+74+176=255 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.96% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 176 (69.14% from 255 or 69.02% from 255); Max value from RGB is 176 - color contains mainly: blue. Hex color #054AB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054AB0 is #FAB54F. Grayscale: #404040. Windows color (decimal): -16430416 or 11553285. OLE color: 11553285.
HSL color Cylindrical-coordinate representation of color #054AB0: hue angle of 215.79º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054AB0 is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 5 | 74 | 176 | - |
| CMYK | 0.97 | 0.58 | 0 | 0.31 |
| HSL | 215.79º | 0.94% | 0.35% | - |
| HSV(B) | 215.79º | 0.97% | 0.69% | - |
| XYZ | 10.35 | 8.06 | 42.09 | - |
| YUV | 65 | 190.64 | 85.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 74 | 176 | 0.97 | 0.58 | 0 | 0.31 | 215.79 | 0.94 | 0.35 |
| Hex | 5 | 4A | B0 | 61 | 3A | 0 | 1F | D8 | 5E | 23 |
| Octal | 5 | 112 | 260 | 141 | 72 | 0 | 37 | 330 | 136 | 43 |
| Binary | 101 | 1001010 | 10110000 | 1100001 | 111010 | 0 | 11111 | 11011000 | 1011110 | 100011 |
Color Harmonies of #054AB0
Complementary color
Monochromatic Colors of #054AB0
Black with #054AB0
Text Example
Text Example
White with #054AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054AB0; }
p { color: rgb(5,74,176); }
H1.HeaderClassName
{
color: #054AB0;
}
.AnyTagClassName
{
color: #054AB0;
}
</style>
background-color css
<style>
a { background-color: #054AB0; }
a { background-color: rgb(5,74,176); }
div.DivClassName
{
background-color: #054AB0;
}
.BgClassName
{
background-color: #054AB0;
}
</style>
border-color css
<style>
span { border-color: #054AB0; }
span { border-color: rgb(5,74,176); }
td.TdClassName
{
border-color: #054AB0;
}
.TagClassName
{
border-color: #054AB0;
}
</style>