Shades of Cobalt #0253BA
Tints of Cobalt #0253BA
RGB
CMYK
RGB Variations
Color information
#0253BA (or 0x0253BA) is known color: Cobalt. HEX triplet: 02, 53 and BA. RGB value is (2,83,186). Sum of RGB (Red+Green+Blue) = 2+83+186=271 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 186 (73.05% from 255 or 68.63% from 271); Max value from RGB is 186 - color contains mainly: blue. Hex color #0253BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0253BA is #FDAC45. Grayscale: #464646. Windows color (decimal): -16624710 or 12210946. OLE color: 12210946.
HSL color Cylindrical-coordinate representation of color #0253BA: hue angle of 213.59º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0253BA is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 83 | 186 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.27 |
| HSL | 213.59º | 0.98% | 0.37% | - |
| HSV(B) | 213.59º | 0.99% | 0.73% | - |
| XYZ | 11.98 | 9.74 | 47.7 | - |
| YUV | 70.52 | 193.16 | 79.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 83 | 186 | 0.99 | 0.55 | 0 | 0.27 | 213.59 | 0.98 | 0.37 |
| Hex | 2 | 53 | BA | 63 | 37 | 0 | 1B | D6 | 62 | 25 |
| Octal | 2 | 123 | 272 | 143 | 67 | 0 | 33 | 326 | 142 | 45 |
| Binary | 10 | 1010011 | 10111010 | 1100011 | 110111 | 0 | 11011 | 11010110 | 1100010 | 100101 |
Color Harmonies of #0253BA
Complementary color
Monochromatic Colors of #0253BA
Black with #0253BA
Text Example
Text Example
White with #0253BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0253BA; }
p { color: rgb(2,83,186); }
H1.HeaderClassName
{
color: #0253BA;
}
.AnyTagClassName
{
color: #0253BA;
}
</style>
background-color css
<style>
a { background-color: #0253BA; }
a { background-color: rgb(2,83,186); }
div.DivClassName
{
background-color: #0253BA;
}
.BgClassName
{
background-color: #0253BA;
}
</style>
border-color css
<style>
span { border-color: #0253BA; }
span { border-color: rgb(2,83,186); }
td.TdClassName
{
border-color: #0253BA;
}
.TagClassName
{
border-color: #0253BA;
}
</style>