Shades of Cobalt #053FAE
Tints of Cobalt #053FAE
RGB
CMYK
RGB Variations
Color information
#053FAE (or 0x053FAE) is known color: Cobalt. HEX triplet: 05, 3F and AE. RGB value is (5,63,174). Sum of RGB (Red+Green+Blue) = 5+63+174=242 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 242); Green value is 63 (25% from 255 or 26.03% from 242); Blue value is 174 (68.36% from 255 or 71.90% from 242); Max value from RGB is 174 - color contains mainly: blue. Hex color #053FAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053FAE is #FAC051. Grayscale: #393939. Windows color (decimal): -16433234 or 11419397. OLE color: 11419397.
HSL color Cylindrical-coordinate representation of color #053FAE: hue angle of 219.41º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053FAE is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 5 | 63 | 174 | - |
| CMYK | 0.97 | 0.64 | 0 | 0.32 |
| HSL | 219.41º | 0.94% | 0.35% | - |
| HSV(B) | 219.41º | 0.97% | 0.68% | - |
| XYZ | 9.48 | 6.64 | 40.83 | - |
| YUV | 58.31 | 193.28 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 63 | 174 | 0.97 | 0.64 | 0 | 0.32 | 219.41 | 0.94 | 0.35 |
| Hex | 5 | 3F | AE | 61 | 40 | 0 | 20 | DB | 5E | 23 |
| Octal | 5 | 77 | 256 | 141 | 100 | 0 | 40 | 333 | 136 | 43 |
| Binary | 101 | 111111 | 10101110 | 1100001 | 1000000 | 0 | 100000 | 11011011 | 1011110 | 100011 |
Color Harmonies of #053FAE
Complementary color
Monochromatic Colors of #053FAE
Black with #053FAE
Text Example
Text Example
White with #053FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053FAE; }
p { color: rgb(5,63,174); }
H1.HeaderClassName
{
color: #053FAE;
}
.AnyTagClassName
{
color: #053FAE;
}
</style>
background-color css
<style>
a { background-color: #053FAE; }
a { background-color: rgb(5,63,174); }
div.DivClassName
{
background-color: #053FAE;
}
.BgClassName
{
background-color: #053FAE;
}
</style>
border-color css
<style>
span { border-color: #053FAE; }
span { border-color: rgb(5,63,174); }
td.TdClassName
{
border-color: #053FAE;
}
.TagClassName
{
border-color: #053FAE;
}
</style>