Shades of Cobalt #1049AB
Tints of Cobalt #1049AB
RGB
CMYK
RGB Variations
Color information
#1049AB (or 0x1049AB) is known color: Cobalt. HEX triplet: 10, 49 and AB. RGB value is (16,73,171). Sum of RGB (Red+Green+Blue) = 16+73+171=260 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.15% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 171 (67.19% from 255 or 65.77% from 260); Max value from RGB is 171 - color contains mainly: blue. Hex color #1049AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1049AB is #EFB654. Grayscale: #424242. Windows color (decimal): -15709781 or 11225360. OLE color: 11225360.
HSL color Cylindrical-coordinate representation of color #1049AB: hue angle of 217.94º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1049AB is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 73 | 171 | - |
| CMYK | 0.91 | 0.57 | 0 | 0.33 |
| HSL | 217.94º | 0.83% | 0.37% | - |
| HSV(B) | 217.94º | 0.91% | 0.67% | - |
| XYZ | 9.95 | 7.82 | 39.51 | - |
| YUV | 67.13 | 186.62 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 73 | 171 | 0.91 | 0.57 | 0 | 0.33 | 217.94 | 0.83 | 0.37 |
| Hex | 10 | 49 | AB | 5B | 39 | 0 | 21 | DA | 53 | 25 |
| Octal | 20 | 111 | 253 | 133 | 71 | 0 | 41 | 332 | 123 | 45 |
| Binary | 10000 | 1001001 | 10101011 | 1011011 | 111001 | 0 | 100001 | 11011010 | 1010011 | 100101 |
Color Harmonies of #1049AB
Complementary color
Monochromatic Colors of #1049AB
Black with #1049AB
Text Example
Text Example
White with #1049AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1049AB; }
p { color: rgb(16,73,171); }
H1.HeaderClassName
{
color: #1049AB;
}
.AnyTagClassName
{
color: #1049AB;
}
</style>
background-color css
<style>
a { background-color: #1049AB; }
a { background-color: rgb(16,73,171); }
div.DivClassName
{
background-color: #1049AB;
}
.BgClassName
{
background-color: #1049AB;
}
</style>
border-color css
<style>
span { border-color: #1049AB; }
span { border-color: rgb(16,73,171); }
td.TdClassName
{
border-color: #1049AB;
}
.TagClassName
{
border-color: #1049AB;
}
</style>