Shades of Cobalt #0553BA
Tints of Cobalt #0553BA
RGB
CMYK
RGB Variations
Color information
#0553BA (or 0x0553BA) is known color: Cobalt. HEX triplet: 05, 53 and BA. RGB value is (5,83,186). Sum of RGB (Red+Green+Blue) = 5+83+186=274 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 186 (73.05% from 255 or 67.88% from 274); Max value from RGB is 186 - color contains mainly: blue. Hex color #0553BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0553BA is #FAAC45. Grayscale: #464646. Windows color (decimal): -16428102 or 12210949. OLE color: 12210949.
HSL color Cylindrical-coordinate representation of color #0553BA: hue angle of 214.14º 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 #0553BA is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 83 | 186 | - |
| CMYK | 0.97 | 0.55 | 0 | 0.27 |
| HSL | 214.14º | 0.95% | 0.37% | - |
| HSV(B) | 214.14º | 0.97% | 0.73% | - |
| XYZ | 12.02 | 9.76 | 47.71 | - |
| YUV | 71.42 | 192.66 | 80.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 83 | 186 | 0.97 | 0.55 | 0 | 0.27 | 214.14 | 0.95 | 0.37 |
| Hex | 5 | 53 | BA | 61 | 37 | 0 | 1B | D6 | 5F | 25 |
| Octal | 5 | 123 | 272 | 141 | 67 | 0 | 33 | 326 | 137 | 45 |
| Binary | 101 | 1010011 | 10111010 | 1100001 | 110111 | 0 | 11011 | 11010110 | 1011111 | 100101 |
Color Harmonies of #0553BA
Complementary color
Monochromatic Colors of #0553BA
Black with #0553BA
Text Example
Text Example
White with #0553BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0553BA; }
p { color: rgb(5,83,186); }
H1.HeaderClassName
{
color: #0553BA;
}
.AnyTagClassName
{
color: #0553BA;
}
</style>
background-color css
<style>
a { background-color: #0553BA; }
a { background-color: rgb(5,83,186); }
div.DivClassName
{
background-color: #0553BA;
}
.BgClassName
{
background-color: #0553BA;
}
</style>
border-color css
<style>
span { border-color: #0553BA; }
span { border-color: rgb(5,83,186); }
td.TdClassName
{
border-color: #0553BA;
}
.TagClassName
{
border-color: #0553BA;
}
</style>