Shades of Cobalt #0253AB
Tints of Cobalt #0253AB
RGB
CMYK
RGB Variations
Color information
#0253AB (or 0x0253AB) is known color: Cobalt. HEX triplet: 02, 53 and AB. RGB value is (2,83,171). Sum of RGB (Red+Green+Blue) = 2+83+171=256 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 171 (67.19% from 255 or 66.80% from 256); Max value from RGB is 171 - color contains mainly: blue. Hex color #0253AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0253AB is #FDAC54. Grayscale: #444444. Windows color (decimal): -16624725 or 11227906. OLE color: 11227906.
HSL color Cylindrical-coordinate representation of color #0253AB: hue angle of 211.24º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0253AB is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 83 | 171 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.33 |
| HSL | 211.24º | 0.98% | 0.34% | - |
| HSV(B) | 211.24º | 0.99% | 0.67% | - |
| XYZ | 10.47 | 9.14 | 39.74 | - |
| YUV | 68.81 | 185.66 | 80.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 83 | 171 | 0.99 | 0.51 | 0 | 0.33 | 211.24 | 0.98 | 0.34 |
| Hex | 2 | 53 | AB | 63 | 33 | 0 | 21 | D3 | 62 | 22 |
| Octal | 2 | 123 | 253 | 143 | 63 | 0 | 41 | 323 | 142 | 42 |
| Binary | 10 | 1010011 | 10101011 | 1100011 | 110011 | 0 | 100001 | 11010011 | 1100010 | 100010 |
Color Harmonies of #0253AB
Complementary color
Monochromatic Colors of #0253AB
Black with #0253AB
Text Example
Text Example
White with #0253AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0253AB; }
p { color: rgb(2,83,171); }
H1.HeaderClassName
{
color: #0253AB;
}
.AnyTagClassName
{
color: #0253AB;
}
</style>
background-color css
<style>
a { background-color: #0253AB; }
a { background-color: rgb(2,83,171); }
div.DivClassName
{
background-color: #0253AB;
}
.BgClassName
{
background-color: #0253AB;
}
</style>
border-color css
<style>
span { border-color: #0253AB; }
span { border-color: rgb(2,83,171); }
td.TdClassName
{
border-color: #0253AB;
}
.TagClassName
{
border-color: #0253AB;
}
</style>