Shades of Cobalt #11549D
Tints of Cobalt #11549D
RGB
CMYK
RGB Variations
Color information
#11549D (or 0x11549D) is known color: Cobalt. HEX triplet: 11, 54 and 9D. RGB value is (17,84,157). Sum of RGB (Red+Green+Blue) = 17+84+157=258 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.59% from 258); Green value is 84 (33.20% from 255 or 32.56% from 258); Blue value is 157 (61.72% from 255 or 60.85% from 258); Max value from RGB is 157 - color contains mainly: blue. Hex color #11549D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11549D is #EEAB62. Grayscale: #474747. Windows color (decimal): -15641443 or 10310673. OLE color: 10310673.
HSL color Cylindrical-coordinate representation of color #11549D: hue angle of 211.29º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11549D is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 84 | 157 | - |
| CMYK | 0.89 | 0.46 | 0 | 0.38 |
| HSL | 211.29º | 0.8% | 0.34% | - |
| HSV(B) | 211.29º | 0.89% | 0.62% | - |
| XYZ | 9.49 | 8.89 | 33.12 | - |
| YUV | 72.29 | 175.8 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 84 | 157 | 0.89 | 0.46 | 0 | 0.38 | 211.29 | 0.8 | 0.34 |
| Hex | 11 | 54 | 9D | 59 | 2E | 0 | 26 | D3 | 50 | 22 |
| Octal | 21 | 124 | 235 | 131 | 56 | 0 | 46 | 323 | 120 | 42 |
| Binary | 10001 | 1010100 | 10011101 | 1011001 | 101110 | 0 | 100110 | 11010011 | 1010000 | 100010 |
Color Harmonies of #11549D
Complementary color
Monochromatic Colors of #11549D
Black with #11549D
Text Example
Text Example
White with #11549D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11549D; }
p { color: rgb(17,84,157); }
H1.HeaderClassName
{
color: #11549D;
}
.AnyTagClassName
{
color: #11549D;
}
</style>
background-color css
<style>
a { background-color: #11549D; }
a { background-color: rgb(17,84,157); }
div.DivClassName
{
background-color: #11549D;
}
.BgClassName
{
background-color: #11549D;
}
</style>
border-color css
<style>
span { border-color: #11549D; }
span { border-color: rgb(17,84,157); }
td.TdClassName
{
border-color: #11549D;
}
.TagClassName
{
border-color: #11549D;
}
</style>