Shades of Cobalt #0249A6
Tints of Cobalt #0249A6
RGB
CMYK
RGB Variations
Color information
#0249A6 (or 0x0249A6) is known color: Cobalt. HEX triplet: 02, 49 and A6. RGB value is (2,73,166). Sum of RGB (Red+Green+Blue) = 2+73+166=241 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 166 (65.23% from 255 or 68.88% from 241); Max value from RGB is 166 - color contains mainly: blue. Hex color #0249A6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0249A6 is #FDB659. Grayscale: #3D3D3D. Windows color (decimal): -16627290 or 10897666. OLE color: 10897666.
HSL color Cylindrical-coordinate representation of color #0249A6: hue angle of 214.02º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0249A6 is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 2 | 73 | 166 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.35 |
| HSL | 214.02º | 0.98% | 0.33% | - |
| HSV(B) | 214.02º | 0.99% | 0.65% | - |
| XYZ | 9.29 | 7.53 | 37.04 | - |
| YUV | 62.37 | 186.48 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 73 | 166 | 0.99 | 0.56 | 0 | 0.35 | 214.02 | 0.98 | 0.33 |
| Hex | 2 | 49 | A6 | 63 | 38 | 0 | 23 | D6 | 62 | 21 |
| Octal | 2 | 111 | 246 | 143 | 70 | 0 | 43 | 326 | 142 | 41 |
| Binary | 10 | 1001001 | 10100110 | 1100011 | 111000 | 0 | 100011 | 11010110 | 1100010 | 100001 |
Color Harmonies of #0249A6
Complementary color
Monochromatic Colors of #0249A6
Black with #0249A6
Text Example
Text Example
White with #0249A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0249A6; }
p { color: rgb(2,73,166); }
H1.HeaderClassName
{
color: #0249A6;
}
.AnyTagClassName
{
color: #0249A6;
}
</style>
background-color css
<style>
a { background-color: #0249A6; }
a { background-color: rgb(2,73,166); }
div.DivClassName
{
background-color: #0249A6;
}
.BgClassName
{
background-color: #0249A6;
}
</style>
border-color css
<style>
span { border-color: #0249A6; }
span { border-color: rgb(2,73,166); }
td.TdClassName
{
border-color: #0249A6;
}
.TagClassName
{
border-color: #0249A6;
}
</style>