Shades of Cobalt #054AB8
Tints of Cobalt #054AB8
RGB
CMYK
RGB Variations
Color information
#054AB8 (or 0x054AB8) is known color: Cobalt. HEX triplet: 05, 4A and B8. RGB value is (5,74,184). Sum of RGB (Red+Green+Blue) = 5+74+184=263 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.90% from 263); Green value is 74 (29.30% from 255 or 28.14% from 263); Blue value is 184 (72.27% from 255 or 69.96% from 263); Max value from RGB is 184 - color contains mainly: blue. Hex color #054AB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #054AB8 is #FAB547. Grayscale: #414141. Windows color (decimal): -16430408 or 12077573. OLE color: 12077573.
HSL color Cylindrical-coordinate representation of color #054AB8: hue angle of 216.87º 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 #054AB8 is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 5 | 74 | 184 | - |
| CMYK | 0.97 | 0.60 | 0 | 0.28 |
| HSL | 216.87º | 0.95% | 0.37% | - |
| HSV(B) | 216.87º | 0.97% | 0.72% | - |
| XYZ | 11.16 | 8.39 | 46.38 | - |
| YUV | 65.91 | 194.64 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 74 | 184 | 0.97 | 0.60 | 0 | 0.28 | 216.87 | 0.95 | 0.37 |
| Hex | 5 | 4A | B8 | 61 | 3C | 0 | 1C | D9 | 5F | 25 |
| Octal | 5 | 112 | 270 | 141 | 74 | 0 | 34 | 331 | 137 | 45 |
| Binary | 101 | 1001010 | 10111000 | 1100001 | 111100 | 0 | 11100 | 11011001 | 1011111 | 100101 |
Color Harmonies of #054AB8
Complementary color
Monochromatic Colors of #054AB8
Black with #054AB8
Text Example
Text Example
White with #054AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054AB8; }
p { color: rgb(5,74,184); }
H1.HeaderClassName
{
color: #054AB8;
}
.AnyTagClassName
{
color: #054AB8;
}
</style>
background-color css
<style>
a { background-color: #054AB8; }
a { background-color: rgb(5,74,184); }
div.DivClassName
{
background-color: #054AB8;
}
.BgClassName
{
background-color: #054AB8;
}
</style>
border-color css
<style>
span { border-color: #054AB8; }
span { border-color: rgb(5,74,184); }
td.TdClassName
{
border-color: #054AB8;
}
.TagClassName
{
border-color: #054AB8;
}
</style>