Shades of Cobalt #0249AD
Tints of Cobalt #0249AD
RGB
CMYK
RGB Variations
Color information
#0249AD (or 0x0249AD) is known color: Cobalt. HEX triplet: 02, 49 and AD. RGB value is (2,73,173). Sum of RGB (Red+Green+Blue) = 2+73+173=248 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 173 (67.97% from 255 or 69.76% from 248); Max value from RGB is 173 - color contains mainly: blue. Hex color #0249AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0249AD is #FDB652. Grayscale: #3E3E3E. Windows color (decimal): -16627283 or 11356418. OLE color: 11356418.
HSL color Cylindrical-coordinate representation of color #0249AD: hue angle of 215.09º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0249AD is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 73 | 173 | - |
| CMYK | 0.99 | 0.58 | 0 | 0.32 |
| HSL | 215.09º | 0.98% | 0.34% | - |
| HSV(B) | 215.09º | 0.99% | 0.68% | - |
| XYZ | 9.95 | 7.8 | 40.52 | - |
| YUV | 63.17 | 189.98 | 84.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 73 | 173 | 0.99 | 0.58 | 0 | 0.32 | 215.09 | 0.98 | 0.34 |
| Hex | 2 | 49 | AD | 63 | 3A | 0 | 20 | D7 | 62 | 22 |
| Octal | 2 | 111 | 255 | 143 | 72 | 0 | 40 | 327 | 142 | 42 |
| Binary | 10 | 1001001 | 10101101 | 1100011 | 111010 | 0 | 100000 | 11010111 | 1100010 | 100010 |
Color Harmonies of #0249AD
Complementary color
Monochromatic Colors of #0249AD
Black with #0249AD
Text Example
Text Example
White with #0249AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0249AD; }
p { color: rgb(2,73,173); }
H1.HeaderClassName
{
color: #0249AD;
}
.AnyTagClassName
{
color: #0249AD;
}
</style>
background-color css
<style>
a { background-color: #0249AD; }
a { background-color: rgb(2,73,173); }
div.DivClassName
{
background-color: #0249AD;
}
.BgClassName
{
background-color: #0249AD;
}
</style>
border-color css
<style>
span { border-color: #0249AD; }
span { border-color: rgb(2,73,173); }
td.TdClassName
{
border-color: #0249AD;
}
.TagClassName
{
border-color: #0249AD;
}
</style>