Shades of Cobalt #053FAC
Tints of Cobalt #053FAC
RGB
CMYK
RGB Variations
Color information
#053FAC (or 0x053FAC) is known color: Cobalt. HEX triplet: 05, 3F and AC. RGB value is (5,63,172). Sum of RGB (Red+Green+Blue) = 5+63+172=240 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.08% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 172 (67.58% from 255 or 71.67% from 240); Max value from RGB is 172 - color contains mainly: blue. Hex color #053FAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053FAC is #FAC053. Grayscale: #393939. Windows color (decimal): -16433236 or 11288325. OLE color: 11288325.
HSL color Cylindrical-coordinate representation of color #053FAC: hue angle of 219.16º 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 #053FAC is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 63 | 172 | - |
| CMYK | 0.97 | 0.63 | 0 | 0.33 |
| HSL | 219.16º | 0.94% | 0.35% | - |
| HSV(B) | 219.16º | 0.97% | 0.67% | - |
| XYZ | 9.29 | 6.57 | 39.81 | - |
| YUV | 58.08 | 192.28 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 63 | 172 | 0.97 | 0.63 | 0 | 0.33 | 219.16 | 0.94 | 0.35 |
| Hex | 5 | 3F | AC | 61 | 3F | 0 | 21 | DB | 5E | 23 |
| Octal | 5 | 77 | 254 | 141 | 77 | 0 | 41 | 333 | 136 | 43 |
| Binary | 101 | 111111 | 10101100 | 1100001 | 111111 | 0 | 100001 | 11011011 | 1011110 | 100011 |
Color Harmonies of #053FAC
Complementary color
Monochromatic Colors of #053FAC
Black with #053FAC
Text Example
Text Example
White with #053FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053FAC; }
p { color: rgb(5,63,172); }
H1.HeaderClassName
{
color: #053FAC;
}
.AnyTagClassName
{
color: #053FAC;
}
</style>
background-color css
<style>
a { background-color: #053FAC; }
a { background-color: rgb(5,63,172); }
div.DivClassName
{
background-color: #053FAC;
}
.BgClassName
{
background-color: #053FAC;
}
</style>
border-color css
<style>
span { border-color: #053FAC; }
span { border-color: rgb(5,63,172); }
td.TdClassName
{
border-color: #053FAC;
}
.TagClassName
{
border-color: #053FAC;
}
</style>