Shades of Cobalt #1147AE
Tints of Cobalt #1147AE
RGB
CMYK
RGB Variations
Color information
#1147AE (or 0x1147AE) is known color: Cobalt. HEX triplet: 11, 47 and AE. RGB value is (17,71,174). Sum of RGB (Red+Green+Blue) = 17+71+174=262 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.49% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 174 (68.36% from 255 or 66.41% from 262); Max value from RGB is 174 - color contains mainly: blue. Hex color #1147AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1147AE is #EEB851. Grayscale: #424242. Windows color (decimal): -15644754 or 11421457. OLE color: 11421457.
HSL color Cylindrical-coordinate representation of color #1147AE: hue angle of 219.36º 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 #1147AE is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 71 | 174 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.32 |
| HSL | 219.36º | 0.82% | 0.37% | - |
| HSV(B) | 219.36º | 0.9% | 0.68% | - |
| XYZ | 10.12 | 7.68 | 40.99 | - |
| YUV | 66.6 | 188.61 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 71 | 174 | 0.90 | 0.59 | 0 | 0.32 | 219.36 | 0.82 | 0.37 |
| Hex | 11 | 47 | AE | 5A | 3B | 0 | 20 | DB | 52 | 25 |
| Octal | 21 | 107 | 256 | 132 | 73 | 0 | 40 | 333 | 122 | 45 |
| Binary | 10001 | 1000111 | 10101110 | 1011010 | 111011 | 0 | 100000 | 11011011 | 1010010 | 100101 |
Color Harmonies of #1147AE
Complementary color
Monochromatic Colors of #1147AE
Black with #1147AE
Text Example
Text Example
White with #1147AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1147AE; }
p { color: rgb(17,71,174); }
H1.HeaderClassName
{
color: #1147AE;
}
.AnyTagClassName
{
color: #1147AE;
}
</style>
background-color css
<style>
a { background-color: #1147AE; }
a { background-color: rgb(17,71,174); }
div.DivClassName
{
background-color: #1147AE;
}
.BgClassName
{
background-color: #1147AE;
}
</style>
border-color css
<style>
span { border-color: #1147AE; }
span { border-color: rgb(17,71,174); }
td.TdClassName
{
border-color: #1147AE;
}
.TagClassName
{
border-color: #1147AE;
}
</style>