Shades of Cobalt #053EBC
Tints of Cobalt #053EBC
RGB
CMYK
RGB Variations
Color information
#053EBC (or 0x053EBC) is known color: Cobalt. HEX triplet: 05, 3E and BC. RGB value is (5,62,188). Sum of RGB (Red+Green+Blue) = 5+62+188=255 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.96% from 255); Green value is 62 (24.61% from 255 or 24.31% from 255); Blue value is 188 (73.83% from 255 or 73.73% from 255); Max value from RGB is 188 - color contains mainly: blue. Hex color #053EBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053EBC is #FAC143. Grayscale: #3A3A3A. Windows color (decimal): -16433476 or 12336645. OLE color: 12336645.
HSL color Cylindrical-coordinate representation of color #053EBC: hue angle of 221.31º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053EBC is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 62 | 188 | - |
| CMYK | 0.97 | 0.67 | 0 | 0.26 |
| HSL | 221.31º | 0.95% | 0.38% | - |
| HSV(B) | 221.31º | 0.97% | 0.74% | - |
| XYZ | 10.86 | 7.11 | 48.38 | - |
| YUV | 59.32 | 200.62 | 89.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 62 | 188 | 0.97 | 0.67 | 0 | 0.26 | 221.31 | 0.95 | 0.38 |
| Hex | 5 | 3E | BC | 61 | 43 | 0 | 1A | DD | 5F | 26 |
| Octal | 5 | 76 | 274 | 141 | 103 | 0 | 32 | 335 | 137 | 46 |
| Binary | 101 | 111110 | 10111100 | 1100001 | 1000011 | 0 | 11010 | 11011101 | 1011111 | 100110 |
Color Harmonies of #053EBC
Complementary color
Monochromatic Colors of #053EBC
Black with #053EBC
Text Example
Text Example
White with #053EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053EBC; }
p { color: rgb(5,62,188); }
H1.HeaderClassName
{
color: #053EBC;
}
.AnyTagClassName
{
color: #053EBC;
}
</style>
background-color css
<style>
a { background-color: #053EBC; }
a { background-color: rgb(5,62,188); }
div.DivClassName
{
background-color: #053EBC;
}
.BgClassName
{
background-color: #053EBC;
}
</style>
border-color css
<style>
span { border-color: #053EBC; }
span { border-color: rgb(5,62,188); }
td.TdClassName
{
border-color: #053EBC;
}
.TagClassName
{
border-color: #053EBC;
}
</style>