Shades of Cobalt #1147AC
Tints of Cobalt #1147AC
RGB
CMYK
RGB Variations
Color information
#1147AC (or 0x1147AC) is known color: Cobalt. HEX triplet: 11, 47 and AC. RGB value is (17,71,172). Sum of RGB (Red+Green+Blue) = 17+71+172=260 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.54% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 172 (67.58% from 255 or 66.15% from 260); Max value from RGB is 172 - color contains mainly: blue. Hex color #1147AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1147AC is #EEB853. Grayscale: #414141. Windows color (decimal): -15644756 or 11290385. OLE color: 11290385.
HSL color Cylindrical-coordinate representation of color #1147AC: hue angle of 219.1º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1147AC is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 71 | 172 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.33 |
| HSL | 219.1º | 0.82% | 0.37% | - |
| HSV(B) | 219.1º | 0.9% | 0.67% | - |
| XYZ | 9.93 | 7.6 | 39.97 | - |
| YUV | 66.37 | 187.61 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 71 | 172 | 0.90 | 0.59 | 0 | 0.33 | 219.1 | 0.82 | 0.37 |
| Hex | 11 | 47 | AC | 5A | 3B | 0 | 21 | DB | 52 | 25 |
| Octal | 21 | 107 | 254 | 132 | 73 | 0 | 41 | 333 | 122 | 45 |
| Binary | 10001 | 1000111 | 10101100 | 1011010 | 111011 | 0 | 100001 | 11011011 | 1010010 | 100101 |
Color Harmonies of #1147AC
Complementary color
Monochromatic Colors of #1147AC
Black with #1147AC
Text Example
Text Example
White with #1147AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1147AC; }
p { color: rgb(17,71,172); }
H1.HeaderClassName
{
color: #1147AC;
}
.AnyTagClassName
{
color: #1147AC;
}
</style>
background-color css
<style>
a { background-color: #1147AC; }
a { background-color: rgb(17,71,172); }
div.DivClassName
{
background-color: #1147AC;
}
.BgClassName
{
background-color: #1147AC;
}
</style>
border-color css
<style>
span { border-color: #1147AC; }
span { border-color: rgb(17,71,172); }
td.TdClassName
{
border-color: #1147AC;
}
.TagClassName
{
border-color: #1147AC;
}
</style>