Shades of Cobalt #054AAA
Tints of Cobalt #054AAA
RGB
CMYK
RGB Variations
Color information
#054AAA (or 0x054AAA) is known color: Cobalt. HEX triplet: 05, 4A and AA. RGB value is (5,74,170). Sum of RGB (Red+Green+Blue) = 5+74+170=249 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.01% from 249); Green value is 74 (29.30% from 255 or 29.72% from 249); Blue value is 170 (66.80% from 255 or 68.27% from 249); Max value from RGB is 170 - color contains mainly: blue. Hex color #054AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054AAA is #FAB555. Grayscale: #3F3F3F. Windows color (decimal): -16430422 or 11160069. OLE color: 11160069.
HSL color Cylindrical-coordinate representation of color #054AAA: hue angle of 214.91º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054AAA is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 74 | 170 | - |
| CMYK | 0.97 | 0.56 | 0 | 0.33 |
| HSL | 214.91º | 0.94% | 0.34% | - |
| HSV(B) | 214.91º | 0.97% | 0.67% | - |
| XYZ | 9.77 | 7.83 | 39.03 | - |
| YUV | 64.31 | 187.64 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 74 | 170 | 0.97 | 0.56 | 0 | 0.33 | 214.91 | 0.94 | 0.34 |
| Hex | 5 | 4A | AA | 61 | 38 | 0 | 21 | D7 | 5E | 22 |
| Octal | 5 | 112 | 252 | 141 | 70 | 0 | 41 | 327 | 136 | 42 |
| Binary | 101 | 1001010 | 10101010 | 1100001 | 111000 | 0 | 100001 | 11010111 | 1011110 | 100010 |
Color Harmonies of #054AAA
Complementary color
Monochromatic Colors of #054AAA
Black with #054AAA
Text Example
Text Example
White with #054AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054AAA; }
p { color: rgb(5,74,170); }
H1.HeaderClassName
{
color: #054AAA;
}
.AnyTagClassName
{
color: #054AAA;
}
</style>
background-color css
<style>
a { background-color: #054AAA; }
a { background-color: rgb(5,74,170); }
div.DivClassName
{
background-color: #054AAA;
}
.BgClassName
{
background-color: #054AAA;
}
</style>
border-color css
<style>
span { border-color: #054AAA; }
span { border-color: rgb(5,74,170); }
td.TdClassName
{
border-color: #054AAA;
}
.TagClassName
{
border-color: #054AAA;
}
</style>