Shades of Cobalt #02529C
Tints of Cobalt #02529C
RGB
CMYK
RGB Variations
Color information
#02529C (or 0x02529C) is known color: Cobalt. HEX triplet: 02, 52 and 9C. RGB value is (2,82,156). Sum of RGB (Red+Green+Blue) = 2+82+156=240 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 240); Green value is 82 (32.42% from 255 or 34.17% from 240); Blue value is 156 (61.33% from 255 or 65% from 240); Max value from RGB is 156 - color contains mainly: blue. Hex color #02529C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02529C is #FDAD63. Grayscale: #424242. Windows color (decimal): -16624996 or 10244610. OLE color: 10244610.
HSL color Cylindrical-coordinate representation of color #02529C: hue angle of 208.83º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02529C is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 2 | 82 | 156 | - |
| CMYK | 0.99 | 0.47 | 0 | 0.39 |
| HSL | 208.83º | 0.97% | 0.31% | - |
| HSV(B) | 208.83º | 0.99% | 0.61% | - |
| XYZ | 9.04 | 8.45 | 32.61 | - |
| YUV | 66.52 | 178.5 | 81.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 82 | 156 | 0.99 | 0.47 | 0 | 0.39 | 208.83 | 0.97 | 0.31 |
| Hex | 2 | 52 | 9C | 63 | 2F | 0 | 27 | D1 | 61 | 1F |
| Octal | 2 | 122 | 234 | 143 | 57 | 0 | 47 | 321 | 141 | 37 |
| Binary | 10 | 1010010 | 10011100 | 1100011 | 101111 | 0 | 100111 | 11010001 | 1100001 | 11111 |
Color Harmonies of #02529C
Complementary color
Monochromatic Colors of #02529C
Black with #02529C
Text Example
Text Example
White with #02529C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02529C; }
p { color: rgb(2,82,156); }
H1.HeaderClassName
{
color: #02529C;
}
.AnyTagClassName
{
color: #02529C;
}
</style>
background-color css
<style>
a { background-color: #02529C; }
a { background-color: rgb(2,82,156); }
div.DivClassName
{
background-color: #02529C;
}
.BgClassName
{
background-color: #02529C;
}
</style>
border-color css
<style>
span { border-color: #02529C; }
span { border-color: rgb(2,82,156); }
td.TdClassName
{
border-color: #02529C;
}
.TagClassName
{
border-color: #02529C;
}
</style>