Shades of Cobalt #1049AD
Tints of Cobalt #1049AD
RGB
CMYK
RGB Variations
Color information
#1049AD (or 0x1049AD) is known color: Cobalt. HEX triplet: 10, 49 and AD. RGB value is (16,73,173). Sum of RGB (Red+Green+Blue) = 16+73+173=262 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.11% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 173 (67.97% from 255 or 66.03% from 262); Max value from RGB is 173 - color contains mainly: blue. Hex color #1049AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1049AD is #EFB652. Grayscale: #424242. Windows color (decimal): -15709779 or 11356432. OLE color: 11356432.
HSL color Cylindrical-coordinate representation of color #1049AD: hue angle of 218.22º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1049AD is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 73 | 173 | - |
| CMYK | 0.91 | 0.58 | 0 | 0.32 |
| HSL | 218.22º | 0.83% | 0.37% | - |
| HSV(B) | 218.22º | 0.91% | 0.68% | - |
| XYZ | 10.14 | 7.89 | 40.52 | - |
| YUV | 67.36 | 187.62 | 91.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 73 | 173 | 0.91 | 0.58 | 0 | 0.32 | 218.22 | 0.83 | 0.37 |
| Hex | 10 | 49 | AD | 5B | 3A | 0 | 20 | DA | 53 | 25 |
| Octal | 20 | 111 | 255 | 133 | 72 | 0 | 40 | 332 | 123 | 45 |
| Binary | 10000 | 1001001 | 10101101 | 1011011 | 111010 | 0 | 100000 | 11011010 | 1010011 | 100101 |
Color Harmonies of #1049AD
Complementary color
Monochromatic Colors of #1049AD
Black with #1049AD
Text Example
Text Example
White with #1049AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1049AD; }
p { color: rgb(16,73,173); }
H1.HeaderClassName
{
color: #1049AD;
}
.AnyTagClassName
{
color: #1049AD;
}
</style>
background-color css
<style>
a { background-color: #1049AD; }
a { background-color: rgb(16,73,173); }
div.DivClassName
{
background-color: #1049AD;
}
.BgClassName
{
background-color: #1049AD;
}
</style>
border-color css
<style>
span { border-color: #1049AD; }
span { border-color: rgb(16,73,173); }
td.TdClassName
{
border-color: #1049AD;
}
.TagClassName
{
border-color: #1049AD;
}
</style>