Shades of Cobalt #02509D
Tints of Cobalt #02509D
RGB
CMYK
RGB Variations
Color information
#02509D (or 0x02509D) is known color: Cobalt. HEX triplet: 02, 50 and 9D. RGB value is (2,80,157). Sum of RGB (Red+Green+Blue) = 2+80+157=239 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 157 (61.72% from 255 or 65.69% from 239); Max value from RGB is 157 - color contains mainly: blue. Hex color #02509D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02509D is #FDAF62. Grayscale: #414141. Windows color (decimal): -16625507 or 10309634. OLE color: 10309634.
HSL color Cylindrical-coordinate representation of color #02509D: hue angle of 209.81º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02509D is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 80 | 157 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.38 |
| HSL | 209.81º | 0.97% | 0.31% | - |
| HSV(B) | 209.81º | 0.99% | 0.62% | - |
| XYZ | 8.98 | 8.18 | 33 | - |
| YUV | 65.46 | 179.66 | 82.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 80 | 157 | 0.99 | 0.49 | 0 | 0.38 | 209.81 | 0.97 | 0.31 |
| Hex | 2 | 50 | 9D | 63 | 31 | 0 | 26 | D2 | 61 | 1F |
| Octal | 2 | 120 | 235 | 143 | 61 | 0 | 46 | 322 | 141 | 37 |
| Binary | 10 | 1010000 | 10011101 | 1100011 | 110001 | 0 | 100110 | 11010010 | 1100001 | 11111 |
Color Harmonies of #02509D
Complementary color
Monochromatic Colors of #02509D
Black with #02509D
Text Example
Text Example
White with #02509D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02509D; }
p { color: rgb(2,80,157); }
H1.HeaderClassName
{
color: #02509D;
}
.AnyTagClassName
{
color: #02509D;
}
</style>
background-color css
<style>
a { background-color: #02509D; }
a { background-color: rgb(2,80,157); }
div.DivClassName
{
background-color: #02509D;
}
.BgClassName
{
background-color: #02509D;
}
</style>
border-color css
<style>
span { border-color: #02509D; }
span { border-color: rgb(2,80,157); }
td.TdClassName
{
border-color: #02509D;
}
.TagClassName
{
border-color: #02509D;
}
</style>