Shades of Cobalt #053FAD
Tints of Cobalt #053FAD
RGB
CMYK
RGB Variations
Color information
#053FAD (or 0x053FAD) is known color: Cobalt. HEX triplet: 05, 3F and AD. RGB value is (5,63,173). Sum of RGB (Red+Green+Blue) = 5+63+173=241 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 241); Green value is 63 (25% from 255 or 26.14% from 241); Blue value is 173 (67.97% from 255 or 71.78% from 241); Max value from RGB is 173 - color contains mainly: blue. Hex color #053FAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053FAD is #FAC052. Grayscale: #393939. Windows color (decimal): -16433235 or 11353861. OLE color: 11353861.
HSL color Cylindrical-coordinate representation of color #053FAD: hue angle of 219.29º 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 #053FAD is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 5 | 63 | 173 | - |
| CMYK | 0.97 | 0.64 | 0 | 0.32 |
| HSL | 219.29º | 0.94% | 0.35% | - |
| HSV(B) | 219.29º | 0.97% | 0.68% | - |
| XYZ | 9.38 | 6.6 | 40.32 | - |
| YUV | 58.2 | 192.78 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 63 | 173 | 0.97 | 0.64 | 0 | 0.32 | 219.29 | 0.94 | 0.35 |
| Hex | 5 | 3F | AD | 61 | 40 | 0 | 20 | DB | 5E | 23 |
| Octal | 5 | 77 | 255 | 141 | 100 | 0 | 40 | 333 | 136 | 43 |
| Binary | 101 | 111111 | 10101101 | 1100001 | 1000000 | 0 | 100000 | 11011011 | 1011110 | 100011 |
Color Harmonies of #053FAD
Complementary color
Monochromatic Colors of #053FAD
Black with #053FAD
Text Example
Text Example
White with #053FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053FAD; }
p { color: rgb(5,63,173); }
H1.HeaderClassName
{
color: #053FAD;
}
.AnyTagClassName
{
color: #053FAD;
}
</style>
background-color css
<style>
a { background-color: #053FAD; }
a { background-color: rgb(5,63,173); }
div.DivClassName
{
background-color: #053FAD;
}
.BgClassName
{
background-color: #053FAD;
}
</style>
border-color css
<style>
span { border-color: #053FAD; }
span { border-color: rgb(5,63,173); }
td.TdClassName
{
border-color: #053FAD;
}
.TagClassName
{
border-color: #053FAD;
}
</style>