Shades of Cobalt #053DA3
Tints of Cobalt #053DA3
RGB
CMYK
RGB Variations
Color information
#053DA3 (or 0x053DA3) is known color: Cobalt. HEX triplet: 05, 3D and A3. RGB value is (5,61,163). Sum of RGB (Red+Green+Blue) = 5+61+163=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 61 (24.22% from 255 or 26.64% from 229); Blue value is 163 (64.06% from 255 or 71.18% from 229); Max value from RGB is 163 - color contains mainly: blue. Hex color #053DA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053DA3 is #FAC25C. Grayscale: #373737. Windows color (decimal): -16433757 or 10697989. OLE color: 10697989.
HSL color Cylindrical-coordinate representation of color #053DA3: hue angle of 218.73º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053DA3 is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 5 | 61 | 163 | - |
| CMYK | 0.97 | 0.63 | 0 | 0.36 |
| HSL | 218.73º | 0.94% | 0.33% | - |
| HSV(B) | 218.73º | 0.97% | 0.64% | - |
| XYZ | 8.34 | 6.01 | 35.37 | - |
| YUV | 55.88 | 188.45 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 61 | 163 | 0.97 | 0.63 | 0 | 0.36 | 218.73 | 0.94 | 0.33 |
| Hex | 5 | 3D | A3 | 61 | 3F | 0 | 24 | DB | 5E | 21 |
| Octal | 5 | 75 | 243 | 141 | 77 | 0 | 44 | 333 | 136 | 41 |
| Binary | 101 | 111101 | 10100011 | 1100001 | 111111 | 0 | 100100 | 11011011 | 1011110 | 100001 |
Color Harmonies of #053DA3
Complementary color
Monochromatic Colors of #053DA3
Black with #053DA3
Text Example
Text Example
White with #053DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053DA3; }
p { color: rgb(5,61,163); }
H1.HeaderClassName
{
color: #053DA3;
}
.AnyTagClassName
{
color: #053DA3;
}
</style>
background-color css
<style>
a { background-color: #053DA3; }
a { background-color: rgb(5,61,163); }
div.DivClassName
{
background-color: #053DA3;
}
.BgClassName
{
background-color: #053DA3;
}
</style>
border-color css
<style>
span { border-color: #053DA3; }
span { border-color: rgb(5,61,163); }
td.TdClassName
{
border-color: #053DA3;
}
.TagClassName
{
border-color: #053DA3;
}
</style>