Shades of Cobalt #053EAC
Tints of Cobalt #053EAC
RGB
CMYK
RGB Variations
Color information
#053EAC (or 0x053EAC) is known color: Cobalt. HEX triplet: 05, 3E and AC. RGB value is (5,62,172). Sum of RGB (Red+Green+Blue) = 5+62+172=239 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.09% from 239); Green value is 62 (24.61% from 255 or 25.94% from 239); Blue value is 172 (67.58% from 255 or 71.97% from 239); Max value from RGB is 172 - color contains mainly: blue. Hex color #053EAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053EAC is #FAC153. Grayscale: #393939. Windows color (decimal): -16433492 or 11288069. OLE color: 11288069.
HSL color Cylindrical-coordinate representation of color #053EAC: hue angle of 219.52º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053EAC is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 62 | 172 | - |
| CMYK | 0.97 | 0.64 | 0 | 0.33 |
| HSL | 219.52º | 0.94% | 0.35% | - |
| HSV(B) | 219.52º | 0.97% | 0.67% | - |
| XYZ | 9.23 | 6.46 | 39.79 | - |
| YUV | 57.5 | 192.62 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 62 | 172 | 0.97 | 0.64 | 0 | 0.33 | 219.52 | 0.94 | 0.35 |
| Hex | 5 | 3E | AC | 61 | 40 | 0 | 21 | DC | 5E | 23 |
| Octal | 5 | 76 | 254 | 141 | 100 | 0 | 41 | 334 | 136 | 43 |
| Binary | 101 | 111110 | 10101100 | 1100001 | 1000000 | 0 | 100001 | 11011100 | 1011110 | 100011 |
Color Harmonies of #053EAC
Complementary color
Monochromatic Colors of #053EAC
Black with #053EAC
Text Example
Text Example
White with #053EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053EAC; }
p { color: rgb(5,62,172); }
H1.HeaderClassName
{
color: #053EAC;
}
.AnyTagClassName
{
color: #053EAC;
}
</style>
background-color css
<style>
a { background-color: #053EAC; }
a { background-color: rgb(5,62,172); }
div.DivClassName
{
background-color: #053EAC;
}
.BgClassName
{
background-color: #053EAC;
}
</style>
border-color css
<style>
span { border-color: #053EAC; }
span { border-color: rgb(5,62,172); }
td.TdClassName
{
border-color: #053EAC;
}
.TagClassName
{
border-color: #053EAC;
}
</style>