Shades of Cobalt #11479D
Tints of Cobalt #11479D
RGB
CMYK
RGB Variations
Color information
#11479D (or 0x11479D) is known color: Cobalt. HEX triplet: 11, 47 and 9D. RGB value is (17,71,157). Sum of RGB (Red+Green+Blue) = 17+71+157=245 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.94% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 157 (61.72% from 255 or 64.08% from 245); Max value from RGB is 157 - color contains mainly: blue. Hex color #11479D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11479D is #EEB862. Grayscale: #404040. Windows color (decimal): -15644771 or 10307345. OLE color: 10307345.
HSL color Cylindrical-coordinate representation of color #11479D: hue angle of 216.86º 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 #11479D is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 71 | 157 | - |
| CMYK | 0.89 | 0.55 | 0 | 0.38 |
| HSL | 216.86º | 0.8% | 0.34% | - |
| HSV(B) | 216.86º | 0.89% | 0.62% | - |
| XYZ | 8.57 | 7.06 | 32.81 | - |
| YUV | 64.66 | 180.11 | 94.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 71 | 157 | 0.89 | 0.55 | 0 | 0.38 | 216.86 | 0.8 | 0.34 |
| Hex | 11 | 47 | 9D | 59 | 37 | 0 | 26 | D9 | 50 | 22 |
| Octal | 21 | 107 | 235 | 131 | 67 | 0 | 46 | 331 | 120 | 42 |
| Binary | 10001 | 1000111 | 10011101 | 1011001 | 110111 | 0 | 100110 | 11011001 | 1010000 | 100010 |
Color Harmonies of #11479D
Complementary color
Monochromatic Colors of #11479D
Black with #11479D
Text Example
Text Example
White with #11479D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11479D; }
p { color: rgb(17,71,157); }
H1.HeaderClassName
{
color: #11479D;
}
.AnyTagClassName
{
color: #11479D;
}
</style>
background-color css
<style>
a { background-color: #11479D; }
a { background-color: rgb(17,71,157); }
div.DivClassName
{
background-color: #11479D;
}
.BgClassName
{
background-color: #11479D;
}
</style>
border-color css
<style>
span { border-color: #11479D; }
span { border-color: rgb(17,71,157); }
td.TdClassName
{
border-color: #11479D;
}
.TagClassName
{
border-color: #11479D;
}
</style>