Shades of Cobalt #053FB0
Tints of Cobalt #053FB0
RGB
CMYK
RGB Variations
Color information
#053FB0 (or 0x053FB0) is known color: Cobalt. HEX triplet: 05, 3F and B0. RGB value is (5,63,176). Sum of RGB (Red+Green+Blue) = 5+63+176=244 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.05% from 244); Green value is 63 (25% from 255 or 25.82% from 244); Blue value is 176 (69.14% from 255 or 72.13% from 244); Max value from RGB is 176 - color contains mainly: blue. Hex color #053FB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053FB0 is #FAC04F. Grayscale: #3A3A3A. Windows color (decimal): -16433232 or 11550469. OLE color: 11550469.
HSL color Cylindrical-coordinate representation of color #053FB0: hue angle of 219.65º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053FB0 is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 5 | 63 | 176 | - |
| CMYK | 0.97 | 0.64 | 0 | 0.31 |
| HSL | 219.65º | 0.94% | 0.35% | - |
| HSV(B) | 219.65º | 0.97% | 0.69% | - |
| XYZ | 9.68 | 6.72 | 41.86 | - |
| YUV | 58.54 | 194.28 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 63 | 176 | 0.97 | 0.64 | 0 | 0.31 | 219.65 | 0.94 | 0.35 |
| Hex | 5 | 3F | B0 | 61 | 40 | 0 | 1F | DC | 5E | 23 |
| Octal | 5 | 77 | 260 | 141 | 100 | 0 | 37 | 334 | 136 | 43 |
| Binary | 101 | 111111 | 10110000 | 1100001 | 1000000 | 0 | 11111 | 11011100 | 1011110 | 100011 |
Color Harmonies of #053FB0
Complementary color
Monochromatic Colors of #053FB0
Black with #053FB0
Text Example
Text Example
White with #053FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053FB0; }
p { color: rgb(5,63,176); }
H1.HeaderClassName
{
color: #053FB0;
}
.AnyTagClassName
{
color: #053FB0;
}
</style>
background-color css
<style>
a { background-color: #053FB0; }
a { background-color: rgb(5,63,176); }
div.DivClassName
{
background-color: #053FB0;
}
.BgClassName
{
background-color: #053FB0;
}
</style>
border-color css
<style>
span { border-color: #053FB0; }
span { border-color: rgb(5,63,176); }
td.TdClassName
{
border-color: #053FB0;
}
.TagClassName
{
border-color: #053FB0;
}
</style>