Shades of Cobalt #053DB9
Tints of Cobalt #053DB9
RGB
CMYK
RGB Variations
Color information
#053DB9 (or 0x053DB9) is known color: Cobalt. HEX triplet: 05, 3D and B9. RGB value is (5,61,185). Sum of RGB (Red+Green+Blue) = 5+61+185=251 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.99% from 251); Green value is 61 (24.22% from 255 or 24.30% from 251); Blue value is 185 (72.66% from 255 or 73.71% from 251); Max value from RGB is 185 - color contains mainly: blue. Hex color #053DB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053DB9 is #FAC246. Grayscale: #393939. Windows color (decimal): -16433735 or 12139781. OLE color: 12139781.
HSL color Cylindrical-coordinate representation of color #053DB9: hue angle of 221.33º 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 #053DB9 is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 61 | 185 | - |
| CMYK | 0.97 | 0.67 | 0 | 0.27 |
| HSL | 221.33º | 0.95% | 0.37% | - |
| HSV(B) | 221.33º | 0.97% | 0.73% | - |
| XYZ | 10.49 | 6.87 | 46.67 | - |
| YUV | 58.39 | 199.45 | 89.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 61 | 185 | 0.97 | 0.67 | 0 | 0.27 | 221.33 | 0.95 | 0.37 |
| Hex | 5 | 3D | B9 | 61 | 43 | 0 | 1B | DD | 5F | 25 |
| Octal | 5 | 75 | 271 | 141 | 103 | 0 | 33 | 335 | 137 | 45 |
| Binary | 101 | 111101 | 10111001 | 1100001 | 1000011 | 0 | 11011 | 11011101 | 1011111 | 100101 |
Color Harmonies of #053DB9
Complementary color
Monochromatic Colors of #053DB9
Black with #053DB9
Text Example
Text Example
White with #053DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053DB9; }
p { color: rgb(5,61,185); }
H1.HeaderClassName
{
color: #053DB9;
}
.AnyTagClassName
{
color: #053DB9;
}
</style>
background-color css
<style>
a { background-color: #053DB9; }
a { background-color: rgb(5,61,185); }
div.DivClassName
{
background-color: #053DB9;
}
.BgClassName
{
background-color: #053DB9;
}
</style>
border-color css
<style>
span { border-color: #053DB9; }
span { border-color: rgb(5,61,185); }
td.TdClassName
{
border-color: #053DB9;
}
.TagClassName
{
border-color: #053DB9;
}
</style>