Shades of Cobalt #1151AB
Tints of Cobalt #1151AB
RGB
CMYK
RGB Variations
Color information
#1151AB (or 0x1151AB) is known color: Cobalt. HEX triplet: 11, 51 and AB. RGB value is (17,81,171). Sum of RGB (Red+Green+Blue) = 17+81+171=269 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.32% from 269); Green value is 81 (32.03% from 255 or 30.11% from 269); Blue value is 171 (67.19% from 255 or 63.57% from 269); Max value from RGB is 171 - color contains mainly: blue. Hex color #1151AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1151AB is #EEAE54. Grayscale: #474747. Windows color (decimal): -15642197 or 11227409. OLE color: 11227409.
HSL color Cylindrical-coordinate representation of color #1151AB: hue angle of 215.06º 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 #1151AB is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 81 | 171 | - |
| CMYK | 0.90 | 0.53 | 0 | 0.33 |
| HSL | 215.06º | 0.82% | 0.37% | - |
| HSV(B) | 215.06º | 0.9% | 0.67% | - |
| XYZ | 10.52 | 8.94 | 39.7 | - |
| YUV | 72.12 | 183.8 | 88.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 81 | 171 | 0.90 | 0.53 | 0 | 0.33 | 215.06 | 0.82 | 0.37 |
| Hex | 11 | 51 | AB | 5A | 35 | 0 | 21 | D7 | 52 | 25 |
| Octal | 21 | 121 | 253 | 132 | 65 | 0 | 41 | 327 | 122 | 45 |
| Binary | 10001 | 1010001 | 10101011 | 1011010 | 110101 | 0 | 100001 | 11010111 | 1010010 | 100101 |
Color Harmonies of #1151AB
Complementary color
Monochromatic Colors of #1151AB
Black with #1151AB
Text Example
Text Example
White with #1151AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1151AB; }
p { color: rgb(17,81,171); }
H1.HeaderClassName
{
color: #1151AB;
}
.AnyTagClassName
{
color: #1151AB;
}
</style>
background-color css
<style>
a { background-color: #1151AB; }
a { background-color: rgb(17,81,171); }
div.DivClassName
{
background-color: #1151AB;
}
.BgClassName
{
background-color: #1151AB;
}
</style>
border-color css
<style>
span { border-color: #1151AB; }
span { border-color: rgb(17,81,171); }
td.TdClassName
{
border-color: #1151AB;
}
.TagClassName
{
border-color: #1151AB;
}
</style>