Shades of Cobalt #1147A7
Tints of Cobalt #1147A7
RGB
CMYK
RGB Variations
Color information
#1147A7 (or 0x1147A7) is known color: Cobalt. HEX triplet: 11, 47 and A7. RGB value is (17,71,167). Sum of RGB (Red+Green+Blue) = 17+71+167=255 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.67% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 167 (65.62% from 255 or 65.49% from 255); Max value from RGB is 167 - color contains mainly: blue. Hex color #1147A7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1147A7 is #EEB858. Grayscale: #414141. Windows color (decimal): -15644761 or 10962705. OLE color: 10962705.
HSL color Cylindrical-coordinate representation of color #1147A7: hue angle of 218.4º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1147A7 is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 17 | 71 | 167 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.35 |
| HSL | 218.4º | 0.82% | 0.36% | - |
| HSV(B) | 218.4º | 0.9% | 0.65% | - |
| XYZ | 9.46 | 7.42 | 37.49 | - |
| YUV | 65.8 | 185.11 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 71 | 167 | 0.90 | 0.57 | 0 | 0.35 | 218.4 | 0.82 | 0.36 |
| Hex | 11 | 47 | A7 | 5A | 39 | 0 | 23 | DA | 52 | 24 |
| Octal | 21 | 107 | 247 | 132 | 71 | 0 | 43 | 332 | 122 | 44 |
| Binary | 10001 | 1000111 | 10100111 | 1011010 | 111001 | 0 | 100011 | 11011010 | 1010010 | 100100 |
Color Harmonies of #1147A7
Complementary color
Monochromatic Colors of #1147A7
Black with #1147A7
Text Example
Text Example
White with #1147A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1147A7; }
p { color: rgb(17,71,167); }
H1.HeaderClassName
{
color: #1147A7;
}
.AnyTagClassName
{
color: #1147A7;
}
</style>
background-color css
<style>
a { background-color: #1147A7; }
a { background-color: rgb(17,71,167); }
div.DivClassName
{
background-color: #1147A7;
}
.BgClassName
{
background-color: #1147A7;
}
</style>
border-color css
<style>
span { border-color: #1147A7; }
span { border-color: rgb(17,71,167); }
td.TdClassName
{
border-color: #1147A7;
}
.TagClassName
{
border-color: #1147A7;
}
</style>