Shades of Cobalt #053BBC
Tints of Cobalt #053BBC
RGB
CMYK
RGB Variations
Color information
#053BBC (or 0x053BBC) is known color: Cobalt. HEX triplet: 05, 3B and BC. RGB value is (5,59,188). Sum of RGB (Red+Green+Blue) = 5+59+188=252 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 252); Green value is 59 (23.44% from 255 or 23.41% from 252); Blue value is 188 (73.83% from 255 or 74.60% from 252); Max value from RGB is 188 - color contains mainly: blue. Hex color #053BBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053BBC is #FAC443. Grayscale: #383838. Windows color (decimal): -16434244 or 12335877. OLE color: 12335877.
HSL color Cylindrical-coordinate representation of color #053BBC: hue angle of 222.3º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053BBC is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 59 | 188 | - |
| CMYK | 0.97 | 0.69 | 0 | 0.26 |
| HSL | 222.3º | 0.95% | 0.38% | - |
| HSV(B) | 222.3º | 0.97% | 0.74% | - |
| XYZ | 10.7 | 6.79 | 48.32 | - |
| YUV | 57.56 | 201.61 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 59 | 188 | 0.97 | 0.69 | 0 | 0.26 | 222.3 | 0.95 | 0.38 |
| Hex | 5 | 3B | BC | 61 | 45 | 0 | 1A | DE | 5F | 26 |
| Octal | 5 | 73 | 274 | 141 | 105 | 0 | 32 | 336 | 137 | 46 |
| Binary | 101 | 111011 | 10111100 | 1100001 | 1000101 | 0 | 11010 | 11011110 | 1011111 | 100110 |
Color Harmonies of #053BBC
Complementary color
Monochromatic Colors of #053BBC
Black with #053BBC
Text Example
Text Example
White with #053BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053BBC; }
p { color: rgb(5,59,188); }
H1.HeaderClassName
{
color: #053BBC;
}
.AnyTagClassName
{
color: #053BBC;
}
</style>
background-color css
<style>
a { background-color: #053BBC; }
a { background-color: rgb(5,59,188); }
div.DivClassName
{
background-color: #053BBC;
}
.BgClassName
{
background-color: #053BBC;
}
</style>
border-color css
<style>
span { border-color: #053BBC; }
span { border-color: rgb(5,59,188); }
td.TdClassName
{
border-color: #053BBC;
}
.TagClassName
{
border-color: #053BBC;
}
</style>