Shades of Cobalt #1149AE
Tints of Cobalt #1149AE
RGB
CMYK
RGB Variations
Color information
#1149AE (or 0x1149AE) is known color: Cobalt. HEX triplet: 11, 49 and AE. RGB value is (17,73,174). Sum of RGB (Red+Green+Blue) = 17+73+174=264 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.44% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 174 (68.36% from 255 or 65.91% from 264); Max value from RGB is 174 - color contains mainly: blue. Hex color #1149AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1149AE is #EEB651. Grayscale: #434343. Windows color (decimal): -15644242 or 11421969. OLE color: 11421969.
HSL color Cylindrical-coordinate representation of color #1149AE: hue angle of 218.6º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1149AE is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 73 | 174 | - |
| CMYK | 0.90 | 0.58 | 0 | 0.32 |
| HSL | 218.6º | 0.82% | 0.37% | - |
| HSV(B) | 218.6º | 0.9% | 0.68% | - |
| XYZ | 10.25 | 7.94 | 41.04 | - |
| YUV | 67.77 | 187.95 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 73 | 174 | 0.90 | 0.58 | 0 | 0.32 | 218.6 | 0.82 | 0.37 |
| Hex | 11 | 49 | AE | 5A | 3A | 0 | 20 | DB | 52 | 25 |
| Octal | 21 | 111 | 256 | 132 | 72 | 0 | 40 | 333 | 122 | 45 |
| Binary | 10001 | 1001001 | 10101110 | 1011010 | 111010 | 0 | 100000 | 11011011 | 1010010 | 100101 |
Color Harmonies of #1149AE
Complementary color
Monochromatic Colors of #1149AE
Black with #1149AE
Text Example
Text Example
White with #1149AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1149AE; }
p { color: rgb(17,73,174); }
H1.HeaderClassName
{
color: #1149AE;
}
.AnyTagClassName
{
color: #1149AE;
}
</style>
background-color css
<style>
a { background-color: #1149AE; }
a { background-color: rgb(17,73,174); }
div.DivClassName
{
background-color: #1149AE;
}
.BgClassName
{
background-color: #1149AE;
}
</style>
border-color css
<style>
span { border-color: #1149AE; }
span { border-color: rgb(17,73,174); }
td.TdClassName
{
border-color: #1149AE;
}
.TagClassName
{
border-color: #1149AE;
}
</style>