Shades of Cobalt #02509B
Tints of Cobalt #02509B
RGB
CMYK
RGB Variations
Color information
#02509B (or 0x02509B) is known color: Cobalt. HEX triplet: 02, 50 and 9B. RGB value is (2,80,155). Sum of RGB (Red+Green+Blue) = 2+80+155=237 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 155 (60.94% from 255 or 65.40% from 237); Max value from RGB is 155 - color contains mainly: blue. Hex color #02509B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02509B is #FDAF64. Grayscale: #404040. Windows color (decimal): -16625509 or 10178562. OLE color: 10178562.
HSL color Cylindrical-coordinate representation of color #02509B: hue angle of 209.41º 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 #02509B is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 2 | 80 | 155 | - |
| CMYK | 0.99 | 0.48 | 0 | 0.39 |
| HSL | 209.41º | 0.97% | 0.31% | - |
| HSV(B) | 209.41º | 0.99% | 0.61% | - |
| XYZ | 8.81 | 8.12 | 32.11 | - |
| YUV | 65.23 | 178.66 | 82.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 80 | 155 | 0.99 | 0.48 | 0 | 0.39 | 209.41 | 0.97 | 0.31 |
| Hex | 2 | 50 | 9B | 63 | 30 | 0 | 27 | D1 | 61 | 1F |
| Octal | 2 | 120 | 233 | 143 | 60 | 0 | 47 | 321 | 141 | 37 |
| Binary | 10 | 1010000 | 10011011 | 1100011 | 110000 | 0 | 100111 | 11010001 | 1100001 | 11111 |
Color Harmonies of #02509B
Complementary color
Monochromatic Colors of #02509B
Black with #02509B
Text Example
Text Example
White with #02509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02509B; }
p { color: rgb(2,80,155); }
H1.HeaderClassName
{
color: #02509B;
}
.AnyTagClassName
{
color: #02509B;
}
</style>
background-color css
<style>
a { background-color: #02509B; }
a { background-color: rgb(2,80,155); }
div.DivClassName
{
background-color: #02509B;
}
.BgClassName
{
background-color: #02509B;
}
</style>
border-color css
<style>
span { border-color: #02509B; }
span { border-color: rgb(2,80,155); }
td.TdClassName
{
border-color: #02509B;
}
.TagClassName
{
border-color: #02509B;
}
</style>