Shades of Cobalt #0252A0
Tints of Cobalt #0252A0
RGB
CMYK
RGB Variations
Color information
#0252A0 (or 0x0252A0) is known color: Cobalt. HEX triplet: 02, 52 and A0. RGB value is (2,82,160). Sum of RGB (Red+Green+Blue) = 2+82+160=244 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 244); Green value is 82 (32.42% from 255 or 33.61% from 244); Blue value is 160 (62.89% from 255 or 65.57% from 244); Max value from RGB is 160 - color contains mainly: blue. Hex color #0252A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0252A0 is #FDAD5F. Grayscale: #424242. Windows color (decimal): -16624992 or 10506754. OLE color: 10506754.
HSL color Cylindrical-coordinate representation of color #0252A0: hue angle of 209.62º 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 #0252A0 is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 2 | 82 | 160 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.37 |
| HSL | 209.62º | 0.98% | 0.32% | - |
| HSV(B) | 209.62º | 0.99% | 0.63% | - |
| XYZ | 9.39 | 8.59 | 34.42 | - |
| YUV | 66.97 | 180.5 | 81.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 82 | 160 | 0.99 | 0.49 | 0 | 0.37 | 209.62 | 0.98 | 0.32 |
| Hex | 2 | 52 | A0 | 63 | 31 | 0 | 25 | D2 | 62 | 20 |
| Octal | 2 | 122 | 240 | 143 | 61 | 0 | 45 | 322 | 142 | 40 |
| Binary | 10 | 1010010 | 10100000 | 1100011 | 110001 | 0 | 100101 | 11010010 | 1100010 | 100000 |
Color Harmonies of #0252A0
Complementary color
Monochromatic Colors of #0252A0
Black with #0252A0
Text Example
Text Example
White with #0252A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0252A0; }
p { color: rgb(2,82,160); }
H1.HeaderClassName
{
color: #0252A0;
}
.AnyTagClassName
{
color: #0252A0;
}
</style>
background-color css
<style>
a { background-color: #0252A0; }
a { background-color: rgb(2,82,160); }
div.DivClassName
{
background-color: #0252A0;
}
.BgClassName
{
background-color: #0252A0;
}
</style>
border-color css
<style>
span { border-color: #0252A0; }
span { border-color: rgb(2,82,160); }
td.TdClassName
{
border-color: #0252A0;
}
.TagClassName
{
border-color: #0252A0;
}
</style>