Shades of Cobalt #053DBA
Tints of Cobalt #053DBA
RGB
CMYK
RGB Variations
Color information
#053DBA (or 0x053DBA) is known color: Cobalt. HEX triplet: 05, 3D and BA. RGB value is (5,61,186). Sum of RGB (Red+Green+Blue) = 5+61+186=252 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 252); Green value is 61 (24.22% from 255 or 24.21% from 252); Blue value is 186 (73.05% from 255 or 73.81% from 252); Max value from RGB is 186 - color contains mainly: blue. Hex color #053DBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053DBA is #FAC245. Grayscale: #393939. Windows color (decimal): -16433734 or 12205317. OLE color: 12205317.
HSL color Cylindrical-coordinate representation of color #053DBA: hue angle of 221.44º 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 #053DBA is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 61 | 186 | - |
| CMYK | 0.97 | 0.67 | 0 | 0.27 |
| HSL | 221.44º | 0.95% | 0.37% | - |
| HSV(B) | 221.44º | 0.97% | 0.73% | - |
| XYZ | 10.59 | 6.91 | 47.23 | - |
| YUV | 58.51 | 199.95 | 89.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 61 | 186 | 0.97 | 0.67 | 0 | 0.27 | 221.44 | 0.95 | 0.37 |
| Hex | 5 | 3D | BA | 61 | 43 | 0 | 1B | DD | 5F | 25 |
| Octal | 5 | 75 | 272 | 141 | 103 | 0 | 33 | 335 | 137 | 45 |
| Binary | 101 | 111101 | 10111010 | 1100001 | 1000011 | 0 | 11011 | 11011101 | 1011111 | 100101 |
Color Harmonies of #053DBA
Complementary color
Monochromatic Colors of #053DBA
Black with #053DBA
Text Example
Text Example
White with #053DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053DBA; }
p { color: rgb(5,61,186); }
H1.HeaderClassName
{
color: #053DBA;
}
.AnyTagClassName
{
color: #053DBA;
}
</style>
background-color css
<style>
a { background-color: #053DBA; }
a { background-color: rgb(5,61,186); }
div.DivClassName
{
background-color: #053DBA;
}
.BgClassName
{
background-color: #053DBA;
}
</style>
border-color css
<style>
span { border-color: #053DBA; }
span { border-color: rgb(5,61,186); }
td.TdClassName
{
border-color: #053DBA;
}
.TagClassName
{
border-color: #053DBA;
}
</style>