Shades of Cobalt #02499D
Tints of Cobalt #02499D
RGB
CMYK
RGB Variations
Color information
#02499D (or 0x02499D) is known color: Cobalt. HEX triplet: 02, 49 and 9D. RGB value is (2,73,157). Sum of RGB (Red+Green+Blue) = 2+73+157=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 157 (61.72% from 255 or 67.67% from 232); Max value from RGB is 157 - color contains mainly: blue. Hex color #02499D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02499D is #FDB662. Grayscale: #3C3C3C. Windows color (decimal): -16627299 or 10307842. OLE color: 10307842.
HSL color Cylindrical-coordinate representation of color #02499D: hue angle of 212.52º 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 #02499D is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 73 | 157 | - |
| CMYK | 0.99 | 0.54 | 0 | 0.38 |
| HSL | 212.52º | 0.97% | 0.31% | - |
| HSV(B) | 212.52º | 0.99% | 0.62% | - |
| XYZ | 8.49 | 7.21 | 32.84 | - |
| YUV | 61.35 | 181.98 | 85.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 73 | 157 | 0.99 | 0.54 | 0 | 0.38 | 212.52 | 0.97 | 0.31 |
| Hex | 2 | 49 | 9D | 63 | 36 | 0 | 26 | D5 | 61 | 1F |
| Octal | 2 | 111 | 235 | 143 | 66 | 0 | 46 | 325 | 141 | 37 |
| Binary | 10 | 1001001 | 10011101 | 1100011 | 110110 | 0 | 100110 | 11010101 | 1100001 | 11111 |
Color Harmonies of #02499D
Complementary color
Monochromatic Colors of #02499D
Black with #02499D
Text Example
Text Example
White with #02499D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02499D; }
p { color: rgb(2,73,157); }
H1.HeaderClassName
{
color: #02499D;
}
.AnyTagClassName
{
color: #02499D;
}
</style>
background-color css
<style>
a { background-color: #02499D; }
a { background-color: rgb(2,73,157); }
div.DivClassName
{
background-color: #02499D;
}
.BgClassName
{
background-color: #02499D;
}
</style>
border-color css
<style>
span { border-color: #02499D; }
span { border-color: rgb(2,73,157); }
td.TdClassName
{
border-color: #02499D;
}
.TagClassName
{
border-color: #02499D;
}
</style>