Shades of Cobalt #053CAA
Tints of Cobalt #053CAA
RGB
CMYK
RGB Variations
Color information
#053CAA (or 0x053CAA) is known color: Cobalt. HEX triplet: 05, 3C and AA. RGB value is (5,60,170). Sum of RGB (Red+Green+Blue) = 5+60+170=235 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.13% from 235); Green value is 60 (23.83% from 255 or 25.53% from 235); Blue value is 170 (66.80% from 255 or 72.34% from 235); Max value from RGB is 170 - color contains mainly: blue. Hex color #053CAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053CAA is #FAC355. Grayscale: #373737. Windows color (decimal): -16434006 or 11156485. OLE color: 11156485.
HSL color Cylindrical-coordinate representation of color #053CAA: hue angle of 220º 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 #053CAA is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 60 | 170 | - |
| CMYK | 0.97 | 0.65 | 0 | 0.33 |
| HSL | 220º | 0.94% | 0.34% | - |
| HSV(B) | 220º | 0.97% | 0.67% | - |
| XYZ | 8.93 | 6.17 | 38.75 | - |
| YUV | 56.1 | 192.28 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 60 | 170 | 0.97 | 0.65 | 0 | 0.33 | 220 | 0.94 | 0.34 |
| Hex | 5 | 3C | AA | 61 | 41 | 0 | 21 | DC | 5E | 22 |
| Octal | 5 | 74 | 252 | 141 | 101 | 0 | 41 | 334 | 136 | 42 |
| Binary | 101 | 111100 | 10101010 | 1100001 | 1000001 | 0 | 100001 | 11011100 | 1011110 | 100010 |
Color Harmonies of #053CAA
Complementary color
Monochromatic Colors of #053CAA
Black with #053CAA
Text Example
Text Example
White with #053CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053CAA; }
p { color: rgb(5,60,170); }
H1.HeaderClassName
{
color: #053CAA;
}
.AnyTagClassName
{
color: #053CAA;
}
</style>
background-color css
<style>
a { background-color: #053CAA; }
a { background-color: rgb(5,60,170); }
div.DivClassName
{
background-color: #053CAA;
}
.BgClassName
{
background-color: #053CAA;
}
</style>
border-color css
<style>
span { border-color: #053CAA; }
span { border-color: rgb(5,60,170); }
td.TdClassName
{
border-color: #053CAA;
}
.TagClassName
{
border-color: #053CAA;
}
</style>