Shades of Cobalt #053EBA
Tints of Cobalt #053EBA
RGB
CMYK
RGB Variations
Color information
#053EBA (or 0x053EBA) is known color: Cobalt. HEX triplet: 05, 3E and BA. RGB value is (5,62,186). Sum of RGB (Red+Green+Blue) = 5+62+186=253 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 253); Green value is 62 (24.61% from 255 or 24.51% from 253); Blue value is 186 (73.05% from 255 or 73.52% from 253); Max value from RGB is 186 - color contains mainly: blue. Hex color #053EBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053EBA is #FAC145. Grayscale: #3A3A3A. Windows color (decimal): -16433478 or 12205573. OLE color: 12205573.
HSL color Cylindrical-coordinate representation of color #053EBA: hue angle of 221.1º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053EBA is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 62 | 186 | - |
| CMYK | 0.97 | 0.67 | 0 | 0.27 |
| HSL | 221.11º | 0.95% | 0.37% | - |
| HSV(B) | 221.11º | 0.97% | 0.73% | - |
| XYZ | 10.65 | 7.02 | 47.25 | - |
| YUV | 59.09 | 199.62 | 89.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 62 | 186 | 0.97 | 0.67 | 0 | 0.27 | 221.11 | 0.95 | 0.37 |
| Hex | 5 | 3E | BA | 61 | 43 | 0 | 1B | DD | 5F | 25 |
| Octal | 5 | 76 | 272 | 141 | 103 | 0 | 33 | 335 | 137 | 45 |
| Binary | 101 | 111110 | 10111010 | 1100001 | 1000011 | 0 | 11011 | 11011101 | 1011111 | 100101 |
Color Harmonies of #053EBA
Complementary color
Monochromatic Colors of #053EBA
Black with #053EBA
Text Example
Text Example
White with #053EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053EBA; }
p { color: rgb(5,62,186); }
H1.HeaderClassName
{
color: #053EBA;
}
.AnyTagClassName
{
color: #053EBA;
}
</style>
background-color css
<style>
a { background-color: #053EBA; }
a { background-color: rgb(5,62,186); }
div.DivClassName
{
background-color: #053EBA;
}
.BgClassName
{
background-color: #053EBA;
}
</style>
border-color css
<style>
span { border-color: #053EBA; }
span { border-color: rgb(5,62,186); }
td.TdClassName
{
border-color: #053EBA;
}
.TagClassName
{
border-color: #053EBA;
}
</style>