Shades of Cobalt #0253A0
Tints of Cobalt #0253A0
RGB
CMYK
RGB Variations
Color information
#0253A0 (or 0x0253A0) is known color: Cobalt. HEX triplet: 02, 53 and A0. RGB value is (2,83,160). Sum of RGB (Red+Green+Blue) = 2+83+160=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 83 (32.81% from 255 or 33.88% from 245); Blue value is 160 (62.89% from 255 or 65.31% from 245); Max value from RGB is 160 - color contains mainly: blue. Hex color #0253A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0253A0 is #FDAC5F. Grayscale: #434343. Windows color (decimal): -16624736 or 10507010. OLE color: 10507010.
HSL color Cylindrical-coordinate representation of color #0253A0: hue angle of 209.24º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0253A0 is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 2 | 83 | 160 | - |
| CMYK | 0.99 | 0.48 | 0 | 0.37 |
| HSL | 209.24º | 0.98% | 0.32% | - |
| HSV(B) | 209.24º | 0.99% | 0.63% | - |
| XYZ | 9.46 | 8.74 | 34.45 | - |
| YUV | 67.56 | 180.16 | 81.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 83 | 160 | 0.99 | 0.48 | 0 | 0.37 | 209.24 | 0.98 | 0.32 |
| Hex | 2 | 53 | A0 | 63 | 30 | 0 | 25 | D1 | 62 | 20 |
| Octal | 2 | 123 | 240 | 143 | 60 | 0 | 45 | 321 | 142 | 40 |
| Binary | 10 | 1010011 | 10100000 | 1100011 | 110000 | 0 | 100101 | 11010001 | 1100010 | 100000 |
Color Harmonies of #0253A0
Complementary color
Monochromatic Colors of #0253A0
Black with #0253A0
Text Example
Text Example
White with #0253A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0253A0; }
p { color: rgb(2,83,160); }
H1.HeaderClassName
{
color: #0253A0;
}
.AnyTagClassName
{
color: #0253A0;
}
</style>
background-color css
<style>
a { background-color: #0253A0; }
a { background-color: rgb(2,83,160); }
div.DivClassName
{
background-color: #0253A0;
}
.BgClassName
{
background-color: #0253A0;
}
</style>
border-color css
<style>
span { border-color: #0253A0; }
span { border-color: rgb(2,83,160); }
td.TdClassName
{
border-color: #0253A0;
}
.TagClassName
{
border-color: #0253A0;
}
</style>