Shades of Cobalt #054AB7
Tints of Cobalt #054AB7
RGB
CMYK
RGB Variations
Color information
#054AB7 (or 0x054AB7) is known color: Cobalt. HEX triplet: 05, 4A and B7. RGB value is (5,74,183). Sum of RGB (Red+Green+Blue) = 5+74+183=262 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.91% from 262); Green value is 74 (29.30% from 255 or 28.24% from 262); Blue value is 183 (71.88% from 255 or 69.85% from 262); Max value from RGB is 183 - color contains mainly: blue. Hex color #054AB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #054AB7 is #FAB548. Grayscale: #414141. Windows color (decimal): -16430409 or 12012037. OLE color: 12012037.
HSL color Cylindrical-coordinate representation of color #054AB7: hue angle of 216.74º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054AB7 is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 5 | 74 | 183 | - |
| CMYK | 0.97 | 0.60 | 0 | 0.28 |
| HSL | 216.74º | 0.95% | 0.37% | - |
| HSV(B) | 216.74º | 0.97% | 0.72% | - |
| XYZ | 11.06 | 8.35 | 45.83 | - |
| YUV | 65.8 | 194.14 | 84.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 74 | 183 | 0.97 | 0.60 | 0 | 0.28 | 216.74 | 0.95 | 0.37 |
| Hex | 5 | 4A | B7 | 61 | 3C | 0 | 1C | D9 | 5F | 25 |
| Octal | 5 | 112 | 267 | 141 | 74 | 0 | 34 | 331 | 137 | 45 |
| Binary | 101 | 1001010 | 10110111 | 1100001 | 111100 | 0 | 11100 | 11011001 | 1011111 | 100101 |
Color Harmonies of #054AB7
Complementary color
Monochromatic Colors of #054AB7
Black with #054AB7
Text Example
Text Example
White with #054AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054AB7; }
p { color: rgb(5,74,183); }
H1.HeaderClassName
{
color: #054AB7;
}
.AnyTagClassName
{
color: #054AB7;
}
</style>
background-color css
<style>
a { background-color: #054AB7; }
a { background-color: rgb(5,74,183); }
div.DivClassName
{
background-color: #054AB7;
}
.BgClassName
{
background-color: #054AB7;
}
</style>
border-color css
<style>
span { border-color: #054AB7; }
span { border-color: rgb(5,74,183); }
td.TdClassName
{
border-color: #054AB7;
}
.TagClassName
{
border-color: #054AB7;
}
</style>