Shades of Cobalt #0252AD
Tints of Cobalt #0252AD
RGB
CMYK
RGB Variations
Color information
#0252AD (or 0x0252AD) is known color: Cobalt. HEX triplet: 02, 52 and AD. RGB value is (2,82,173). Sum of RGB (Red+Green+Blue) = 2+82+173=257 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 173 (67.97% from 255 or 67.32% from 257); Max value from RGB is 173 - color contains mainly: blue. Hex color #0252AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0252AD is #FDAD52. Grayscale: #444444. Windows color (decimal): -16624979 or 11358722. OLE color: 11358722.
HSL color Cylindrical-coordinate representation of color #0252AD: hue angle of 211.93º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0252AD is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 82 | 173 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.32 |
| HSL | 211.93º | 0.98% | 0.34% | - |
| HSV(B) | 211.93º | 0.99% | 0.68% | - |
| XYZ | 10.59 | 9.06 | 40.73 | - |
| YUV | 68.45 | 187 | 80.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 82 | 173 | 0.99 | 0.53 | 0 | 0.32 | 211.93 | 0.98 | 0.34 |
| Hex | 2 | 52 | AD | 63 | 35 | 0 | 20 | D4 | 62 | 22 |
| Octal | 2 | 122 | 255 | 143 | 65 | 0 | 40 | 324 | 142 | 42 |
| Binary | 10 | 1010010 | 10101101 | 1100011 | 110101 | 0 | 100000 | 11010100 | 1100010 | 100010 |
Color Harmonies of #0252AD
Complementary color
Monochromatic Colors of #0252AD
Black with #0252AD
Text Example
Text Example
White with #0252AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0252AD; }
p { color: rgb(2,82,173); }
H1.HeaderClassName
{
color: #0252AD;
}
.AnyTagClassName
{
color: #0252AD;
}
</style>
background-color css
<style>
a { background-color: #0252AD; }
a { background-color: rgb(2,82,173); }
div.DivClassName
{
background-color: #0252AD;
}
.BgClassName
{
background-color: #0252AD;
}
</style>
border-color css
<style>
span { border-color: #0252AD; }
span { border-color: rgb(2,82,173); }
td.TdClassName
{
border-color: #0252AD;
}
.TagClassName
{
border-color: #0252AD;
}
</style>