Shades of Cobalt #1150A8
Tints of Cobalt #1150A8
RGB
CMYK
RGB Variations
Color information
#1150A8 (or 0x1150A8) is known color: Cobalt. HEX triplet: 11, 50 and A8. RGB value is (17,80,168). Sum of RGB (Red+Green+Blue) = 17+80+168=265 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.42% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 168 (66.02% from 255 or 63.40% from 265); Max value from RGB is 168 - color contains mainly: blue. Hex color #1150A8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1150A8 is #EEAF57. Grayscale: #464646. Windows color (decimal): -15642456 or 11030545. OLE color: 11030545.
HSL color Cylindrical-coordinate representation of color #1150A8: hue angle of 214.97º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1150A8 is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 17 | 80 | 168 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.34 |
| HSL | 214.97º | 0.82% | 0.36% | - |
| HSV(B) | 214.97º | 0.9% | 0.66% | - |
| XYZ | 10.17 | 8.68 | 38.19 | - |
| YUV | 71.2 | 182.63 | 89.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 80 | 168 | 0.90 | 0.52 | 0 | 0.34 | 214.97 | 0.82 | 0.36 |
| Hex | 11 | 50 | A8 | 5A | 34 | 0 | 22 | D7 | 52 | 24 |
| Octal | 21 | 120 | 250 | 132 | 64 | 0 | 42 | 327 | 122 | 44 |
| Binary | 10001 | 1010000 | 10101000 | 1011010 | 110100 | 0 | 100010 | 11010111 | 1010010 | 100100 |
Color Harmonies of #1150A8
Complementary color
Monochromatic Colors of #1150A8
Black with #1150A8
Text Example
Text Example
White with #1150A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1150A8; }
p { color: rgb(17,80,168); }
H1.HeaderClassName
{
color: #1150A8;
}
.AnyTagClassName
{
color: #1150A8;
}
</style>
background-color css
<style>
a { background-color: #1150A8; }
a { background-color: rgb(17,80,168); }
div.DivClassName
{
background-color: #1150A8;
}
.BgClassName
{
background-color: #1150A8;
}
</style>
border-color css
<style>
span { border-color: #1150A8; }
span { border-color: rgb(17,80,168); }
td.TdClassName
{
border-color: #1150A8;
}
.TagClassName
{
border-color: #1150A8;
}
</style>