Shades of Cobalt #1152AB
Tints of Cobalt #1152AB
RGB
CMYK
RGB Variations
Color information
#1152AB (or 0x1152AB) is known color: Cobalt. HEX triplet: 11, 52 and AB. RGB value is (17,82,171). Sum of RGB (Red+Green+Blue) = 17+82+171=270 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.30% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 171 (67.19% from 255 or 63.33% from 270); Max value from RGB is 171 - color contains mainly: blue. Hex color #1152AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1152AB is #EEAD54. Grayscale: #484848. Windows color (decimal): -15641941 or 11227665. OLE color: 11227665.
HSL color Cylindrical-coordinate representation of color #1152AB: hue angle of 214.68º 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 #1152AB is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 82 | 171 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.33 |
| HSL | 214.68º | 0.82% | 0.37% | - |
| HSV(B) | 214.68º | 0.9% | 0.67% | - |
| XYZ | 10.6 | 9.09 | 39.72 | - |
| YUV | 72.71 | 183.47 | 88.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 82 | 171 | 0.90 | 0.52 | 0 | 0.33 | 214.68 | 0.82 | 0.37 |
| Hex | 11 | 52 | AB | 5A | 34 | 0 | 21 | D7 | 52 | 25 |
| Octal | 21 | 122 | 253 | 132 | 64 | 0 | 41 | 327 | 122 | 45 |
| Binary | 10001 | 1010010 | 10101011 | 1011010 | 110100 | 0 | 100001 | 11010111 | 1010010 | 100101 |
Color Harmonies of #1152AB
Complementary color
Monochromatic Colors of #1152AB
Black with #1152AB
Text Example
Text Example
White with #1152AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1152AB; }
p { color: rgb(17,82,171); }
H1.HeaderClassName
{
color: #1152AB;
}
.AnyTagClassName
{
color: #1152AB;
}
</style>
background-color css
<style>
a { background-color: #1152AB; }
a { background-color: rgb(17,82,171); }
div.DivClassName
{
background-color: #1152AB;
}
.BgClassName
{
background-color: #1152AB;
}
</style>
border-color css
<style>
span { border-color: #1152AB; }
span { border-color: rgb(17,82,171); }
td.TdClassName
{
border-color: #1152AB;
}
.TagClassName
{
border-color: #1152AB;
}
</style>