Shades of Cobalt #053DB5
Tints of Cobalt #053DB5
RGB
CMYK
RGB Variations
Color information
#053DB5 (or 0x053DB5) is known color: Cobalt. HEX triplet: 05, 3D and B5. RGB value is (5,61,181). Sum of RGB (Red+Green+Blue) = 5+61+181=247 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 247); Green value is 61 (24.22% from 255 or 24.70% from 247); Blue value is 181 (71.09% from 255 or 73.28% from 247); Max value from RGB is 181 - color contains mainly: blue. Hex color #053DB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053DB5 is #FAC24A. Grayscale: #393939. Windows color (decimal): -16433739 or 11877637. OLE color: 11877637.
HSL color Cylindrical-coordinate representation of color #053DB5: hue angle of 220.91º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053DB5 is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 5 | 61 | 181 | - |
| CMYK | 0.97 | 0.66 | 0 | 0.29 |
| HSL | 220.91º | 0.95% | 0.36% | - |
| HSV(B) | 220.91º | 0.97% | 0.71% | - |
| XYZ | 10.07 | 6.71 | 44.48 | - |
| YUV | 57.94 | 197.45 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 61 | 181 | 0.97 | 0.66 | 0 | 0.29 | 220.91 | 0.95 | 0.36 |
| Hex | 5 | 3D | B5 | 61 | 42 | 0 | 1D | DD | 5F | 24 |
| Octal | 5 | 75 | 265 | 141 | 102 | 0 | 35 | 335 | 137 | 44 |
| Binary | 101 | 111101 | 10110101 | 1100001 | 1000010 | 0 | 11101 | 11011101 | 1011111 | 100100 |
Color Harmonies of #053DB5
Complementary color
Monochromatic Colors of #053DB5
Black with #053DB5
Text Example
Text Example
White with #053DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053DB5; }
p { color: rgb(5,61,181); }
H1.HeaderClassName
{
color: #053DB5;
}
.AnyTagClassName
{
color: #053DB5;
}
</style>
background-color css
<style>
a { background-color: #053DB5; }
a { background-color: rgb(5,61,181); }
div.DivClassName
{
background-color: #053DB5;
}
.BgClassName
{
background-color: #053DB5;
}
</style>
border-color css
<style>
span { border-color: #053DB5; }
span { border-color: rgb(5,61,181); }
td.TdClassName
{
border-color: #053DB5;
}
.TagClassName
{
border-color: #053DB5;
}
</style>