Shades of Cobalt #0049AD
Tints of Cobalt #0049AD
RGB
CMYK
RGB Variations
Color information
#0049AD (or 0x0049AD) is known color: Cobalt. HEX triplet: 00, 49 and AD. RGB value is (0,73,173). Sum of RGB (Red+Green+Blue) = 0+73+173=246 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 246); Green value is 73 (28.91% from 255 or 29.67% from 246); Blue value is 173 (67.97% from 255 or 70.33% from 246); Max value from RGB is 173 - color contains mainly: blue. Hex color #0049AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0049AD is #FFB652. Grayscale: #3E3E3E. Windows color (decimal): -16758355 or 11356416. OLE color: 11356416.
HSL color Cylindrical-coordinate representation of color #0049AD: hue angle of 214.68º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0049AD is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 73 | 173 | - |
| CMYK | 1 | 0.58 | 0 | 0.32 |
| HSL | 214.68º | 1% | 0.34% | - |
| HSV(B) | 214.68º | 1% | 0.68% | - |
| XYZ | 9.93 | 7.78 | 40.51 | - |
| YUV | 62.57 | 190.32 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 73 | 173 | 1 | 0.58 | 0 | 0.32 | 214.68 | 1 | 0.34 |
| Hex | 0 | 49 | AD | 64 | 3A | 0 | 20 | D7 | 64 | 22 |
| Octal | 0 | 111 | 255 | 144 | 72 | 0 | 40 | 327 | 144 | 42 |
| Binary | 0 | 1001001 | 10101101 | 1100100 | 111010 | 0 | 100000 | 11010111 | 1100100 | 100010 |
Color Harmonies of #0049AD
Complementary color
Monochromatic Colors of #0049AD
Black with #0049AD
Text Example
Text Example
White with #0049AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0049AD; }
p { color: rgb(0,73,173); }
H1.HeaderClassName
{
color: #0049AD;
}
.AnyTagClassName
{
color: #0049AD;
}
</style>
background-color css
<style>
a { background-color: #0049AD; }
a { background-color: rgb(0,73,173); }
div.DivClassName
{
background-color: #0049AD;
}
.BgClassName
{
background-color: #0049AD;
}
</style>
border-color css
<style>
span { border-color: #0049AD; }
span { border-color: rgb(0,73,173); }
td.TdClassName
{
border-color: #0049AD;
}
.TagClassName
{
border-color: #0049AD;
}
</style>