Shades of Cobalt #114AB5
Tints of Cobalt #114AB5
RGB
CMYK
RGB Variations
Color information
#114AB5 (or 0x114AB5) is known color: Cobalt. HEX triplet: 11, 4A and B5. RGB value is (17,74,181). Sum of RGB (Red+Green+Blue) = 17+74+181=272 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.25% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 181 (71.09% from 255 or 66.54% from 272); Max value from RGB is 181 - color contains mainly: blue. Hex color #114AB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #114AB5 is #EEB54A. Grayscale: #444444. Windows color (decimal): -15643979 or 11880977. OLE color: 11880977.
HSL color Cylindrical-coordinate representation of color #114AB5: hue angle of 219.15º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #114AB5 is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 17 | 74 | 181 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.29 |
| HSL | 219.15º | 0.83% | 0.39% | - |
| HSV(B) | 219.15º | 0.91% | 0.71% | - |
| XYZ | 11.02 | 8.35 | 44.75 | - |
| YUV | 69.16 | 191.12 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 74 | 181 | 0.91 | 0.59 | 0 | 0.29 | 219.15 | 0.83 | 0.39 |
| Hex | 11 | 4A | B5 | 5B | 3B | 0 | 1D | DB | 53 | 27 |
| Octal | 21 | 112 | 265 | 133 | 73 | 0 | 35 | 333 | 123 | 47 |
| Binary | 10001 | 1001010 | 10110101 | 1011011 | 111011 | 0 | 11101 | 11011011 | 1010011 | 100111 |
Color Harmonies of #114AB5
Complementary color
Monochromatic Colors of #114AB5
Black with #114AB5
Text Example
Text Example
White with #114AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114AB5; }
p { color: rgb(17,74,181); }
H1.HeaderClassName
{
color: #114AB5;
}
.AnyTagClassName
{
color: #114AB5;
}
</style>
background-color css
<style>
a { background-color: #114AB5; }
a { background-color: rgb(17,74,181); }
div.DivClassName
{
background-color: #114AB5;
}
.BgClassName
{
background-color: #114AB5;
}
</style>
border-color css
<style>
span { border-color: #114AB5; }
span { border-color: rgb(17,74,181); }
td.TdClassName
{
border-color: #114AB5;
}
.TagClassName
{
border-color: #114AB5;
}
</style>