Shades of Cobalt #1146AD
Tints of Cobalt #1146AD
RGB
CMYK
RGB Variations
Color information
#1146AD (or 0x1146AD) is known color: Cobalt. HEX triplet: 11, 46 and AD. RGB value is (17,70,173). Sum of RGB (Red+Green+Blue) = 17+70+173=260 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.54% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 173 (67.97% from 255 or 66.54% from 260); Max value from RGB is 173 - color contains mainly: blue. Hex color #1146AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1146AD is #EEB952. Grayscale: #414141. Windows color (decimal): -15645011 or 11355665. OLE color: 11355665.
HSL color Cylindrical-coordinate representation of color #1146AD: hue angle of 219.62º 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 #1146AD is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 70 | 173 | - |
| CMYK | 0.90 | 0.60 | 0 | 0.32 |
| HSL | 219.62º | 0.82% | 0.37% | - |
| HSV(B) | 219.62º | 0.9% | 0.68% | - |
| XYZ | 9.96 | 7.52 | 40.46 | - |
| YUV | 65.9 | 188.44 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 70 | 173 | 0.90 | 0.60 | 0 | 0.32 | 219.62 | 0.82 | 0.37 |
| Hex | 11 | 46 | AD | 5A | 3C | 0 | 20 | DC | 52 | 25 |
| Octal | 21 | 106 | 255 | 132 | 74 | 0 | 40 | 334 | 122 | 45 |
| Binary | 10001 | 1000110 | 10101101 | 1011010 | 111100 | 0 | 100000 | 11011100 | 1010010 | 100101 |
Color Harmonies of #1146AD
Complementary color
Monochromatic Colors of #1146AD
Black with #1146AD
Text Example
Text Example
White with #1146AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1146AD; }
p { color: rgb(17,70,173); }
H1.HeaderClassName
{
color: #1146AD;
}
.AnyTagClassName
{
color: #1146AD;
}
</style>
background-color css
<style>
a { background-color: #1146AD; }
a { background-color: rgb(17,70,173); }
div.DivClassName
{
background-color: #1146AD;
}
.BgClassName
{
background-color: #1146AD;
}
</style>
border-color css
<style>
span { border-color: #1146AD; }
span { border-color: rgb(17,70,173); }
td.TdClassName
{
border-color: #1146AD;
}
.TagClassName
{
border-color: #1146AD;
}
</style>