Shades of Cobalt #02509A
Tints of Cobalt #02509A
RGB
CMYK
RGB Variations
Color information
#02509A (or 0x02509A) is known color: Cobalt. HEX triplet: 02, 50 and 9A. RGB value is (2,80,154). Sum of RGB (Red+Green+Blue) = 2+80+154=236 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 154 (60.55% from 255 or 65.25% from 236); Max value from RGB is 154 - color contains mainly: blue. Hex color #02509A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02509A is #FDAF65. Grayscale: #404040. Windows color (decimal): -16625510 or 10113026. OLE color: 10113026.
HSL color Cylindrical-coordinate representation of color #02509A: hue angle of 209.21º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02509A is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 2 | 80 | 154 | - |
| CMYK | 0.99 | 0.48 | 0 | 0.40 |
| HSL | 209.21º | 0.97% | 0.31% | - |
| HSV(B) | 209.21º | 0.99% | 0.6% | - |
| XYZ | 8.73 | 8.08 | 31.67 | - |
| YUV | 65.11 | 178.16 | 82.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 80 | 154 | 0.99 | 0.48 | 0 | 0.40 | 209.21 | 0.97 | 0.31 |
| Hex | 2 | 50 | 9A | 63 | 30 | 0 | 28 | D1 | 61 | 1F |
| Octal | 2 | 120 | 232 | 143 | 60 | 0 | 50 | 321 | 141 | 37 |
| Binary | 10 | 1010000 | 10011010 | 1100011 | 110000 | 0 | 101000 | 11010001 | 1100001 | 11111 |
Color Harmonies of #02509A
Complementary color
Monochromatic Colors of #02509A
Black with #02509A
Text Example
Text Example
White with #02509A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02509A; }
p { color: rgb(2,80,154); }
H1.HeaderClassName
{
color: #02509A;
}
.AnyTagClassName
{
color: #02509A;
}
</style>
background-color css
<style>
a { background-color: #02509A; }
a { background-color: rgb(2,80,154); }
div.DivClassName
{
background-color: #02509A;
}
.BgClassName
{
background-color: #02509A;
}
</style>
border-color css
<style>
span { border-color: #02509A; }
span { border-color: rgb(2,80,154); }
td.TdClassName
{
border-color: #02509A;
}
.TagClassName
{
border-color: #02509A;
}
</style>