Shades of Cobalt #0249AB
Tints of Cobalt #0249AB
RGB
CMYK
RGB Variations
Color information
#0249AB (or 0x0249AB) is known color: Cobalt. HEX triplet: 02, 49 and AB. RGB value is (2,73,171). Sum of RGB (Red+Green+Blue) = 2+73+171=246 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 246); Green value is 73 (28.91% from 255 or 29.67% from 246); Blue value is 171 (67.19% from 255 or 69.51% from 246); Max value from RGB is 171 - color contains mainly: blue. Hex color #0249AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0249AB is #FDB654. Grayscale: #3E3E3E. Windows color (decimal): -16627285 or 11225346. OLE color: 11225346.
HSL color Cylindrical-coordinate representation of color #0249AB: hue angle of 214.79º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0249AB is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 73 | 171 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.33 |
| HSL | 214.79º | 0.98% | 0.34% | - |
| HSV(B) | 214.79º | 0.99% | 0.67% | - |
| XYZ | 9.76 | 7.72 | 39.5 | - |
| YUV | 62.94 | 188.98 | 84.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 73 | 171 | 0.99 | 0.57 | 0 | 0.33 | 214.79 | 0.98 | 0.34 |
| Hex | 2 | 49 | AB | 63 | 39 | 0 | 21 | D7 | 62 | 22 |
| Octal | 2 | 111 | 253 | 143 | 71 | 0 | 41 | 327 | 142 | 42 |
| Binary | 10 | 1001001 | 10101011 | 1100011 | 111001 | 0 | 100001 | 11010111 | 1100010 | 100010 |
Color Harmonies of #0249AB
Complementary color
Monochromatic Colors of #0249AB
Black with #0249AB
Text Example
Text Example
White with #0249AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0249AB; }
p { color: rgb(2,73,171); }
H1.HeaderClassName
{
color: #0249AB;
}
.AnyTagClassName
{
color: #0249AB;
}
</style>
background-color css
<style>
a { background-color: #0249AB; }
a { background-color: rgb(2,73,171); }
div.DivClassName
{
background-color: #0249AB;
}
.BgClassName
{
background-color: #0249AB;
}
</style>
border-color css
<style>
span { border-color: #0249AB; }
span { border-color: rgb(2,73,171); }
td.TdClassName
{
border-color: #0249AB;
}
.TagClassName
{
border-color: #0249AB;
}
</style>