Shades of Cobalt #02509F
Tints of Cobalt #02509F
RGB
CMYK
RGB Variations
Color information
#02509F (or 0x02509F) is known color: Cobalt. HEX triplet: 02, 50 and 9F. RGB value is (2,80,159). Sum of RGB (Red+Green+Blue) = 2+80+159=241 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 159 (62.5% from 255 or 65.98% from 241); Max value from RGB is 159 - color contains mainly: blue. Hex color #02509F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02509F is #FDAF60. Grayscale: #414141. Windows color (decimal): -16625505 or 10440706. OLE color: 10440706.
HSL color Cylindrical-coordinate representation of color #02509F: hue angle of 210.19º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02509F is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 80 | 159 | - |
| CMYK | 0.99 | 0.50 | 0 | 0.38 |
| HSL | 210.19º | 0.98% | 0.32% | - |
| HSV(B) | 210.19º | 0.99% | 0.62% | - |
| XYZ | 9.15 | 8.25 | 33.91 | - |
| YUV | 65.68 | 180.66 | 82.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 80 | 159 | 0.99 | 0.50 | 0 | 0.38 | 210.19 | 0.98 | 0.32 |
| Hex | 2 | 50 | 9F | 63 | 32 | 0 | 26 | D2 | 62 | 20 |
| Octal | 2 | 120 | 237 | 143 | 62 | 0 | 46 | 322 | 142 | 40 |
| Binary | 10 | 1010000 | 10011111 | 1100011 | 110010 | 0 | 100110 | 11010010 | 1100010 | 100000 |
Color Harmonies of #02509F
Complementary color
Monochromatic Colors of #02509F
Black with #02509F
Text Example
Text Example
White with #02509F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02509F; }
p { color: rgb(2,80,159); }
H1.HeaderClassName
{
color: #02509F;
}
.AnyTagClassName
{
color: #02509F;
}
</style>
background-color css
<style>
a { background-color: #02509F; }
a { background-color: rgb(2,80,159); }
div.DivClassName
{
background-color: #02509F;
}
.BgClassName
{
background-color: #02509F;
}
</style>
border-color css
<style>
span { border-color: #02509F; }
span { border-color: rgb(2,80,159); }
td.TdClassName
{
border-color: #02509F;
}
.TagClassName
{
border-color: #02509F;
}
</style>