Shades of Cobalt #053FB6
Tints of Cobalt #053FB6
RGB
CMYK
RGB Variations
Color information
#053FB6 (or 0x053FB6) is known color: Cobalt. HEX triplet: 05, 3F and B6. RGB value is (5,63,182). Sum of RGB (Red+Green+Blue) = 5+63+182=250 (33% of max value = 765). Red value is 5 (2.34% from 255 or 2% from 250); Green value is 63 (25% from 255 or 25.2% from 250); Blue value is 182 (71.48% from 255 or 72.8% from 250); Max value from RGB is 182 - color contains mainly: blue. Hex color #053FB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053FB6 is #FAC049. Grayscale: #3A3A3A. Windows color (decimal): -16433226 or 11943685. OLE color: 11943685.
HSL color Cylindrical-coordinate representation of color #053FB6: hue angle of 220.34º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053FB6 is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 5 | 63 | 182 | - |
| CMYK | 0.97 | 0.65 | 0 | 0.29 |
| HSL | 220.34º | 0.95% | 0.37% | - |
| HSV(B) | 220.34º | 0.97% | 0.71% | - |
| XYZ | 10.28 | 6.96 | 45.06 | - |
| YUV | 59.22 | 197.28 | 89.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 63 | 182 | 0.97 | 0.65 | 0 | 0.29 | 220.34 | 0.95 | 0.37 |
| Hex | 5 | 3F | B6 | 61 | 41 | 0 | 1D | DC | 5F | 25 |
| Octal | 5 | 77 | 266 | 141 | 101 | 0 | 35 | 334 | 137 | 45 |
| Binary | 101 | 111111 | 10110110 | 1100001 | 1000001 | 0 | 11101 | 11011100 | 1011111 | 100101 |
Color Harmonies of #053FB6
Complementary color
Monochromatic Colors of #053FB6
Black with #053FB6
Text Example
Text Example
White with #053FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053FB6; }
p { color: rgb(5,63,182); }
H1.HeaderClassName
{
color: #053FB6;
}
.AnyTagClassName
{
color: #053FB6;
}
</style>
background-color css
<style>
a { background-color: #053FB6; }
a { background-color: rgb(5,63,182); }
div.DivClassName
{
background-color: #053FB6;
}
.BgClassName
{
background-color: #053FB6;
}
</style>
border-color css
<style>
span { border-color: #053FB6; }
span { border-color: rgb(5,63,182); }
td.TdClassName
{
border-color: #053FB6;
}
.TagClassName
{
border-color: #053FB6;
}
</style>