Shades of Cobalt #114D99
Tints of Cobalt #114D99
RGB
CMYK
RGB Variations
Color information
#114D99 (or 0x114D99) is known color: Cobalt. HEX triplet: 11, 4D and 99. RGB value is (17,77,153). Sum of RGB (Red+Green+Blue) = 17+77+153=247 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.88% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 153 (60.16% from 255 or 61.94% from 247); Max value from RGB is 153 - color contains mainly: blue. Hex color #114D99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #114D99 is #EEB266. Grayscale: #434343. Windows color (decimal): -15643239 or 10046737. OLE color: 10046737.
HSL color Cylindrical-coordinate representation of color #114D99: hue angle of 213.53º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #114D99 is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 17 | 77 | 153 | - |
| CMYK | 0.89 | 0.50 | 0 | 0.4 |
| HSL | 213.53º | 0.8% | 0.33% | - |
| HSV(B) | 213.53º | 0.89% | 0.6% | - |
| XYZ | 8.63 | 7.73 | 31.17 | - |
| YUV | 67.72 | 176.12 | 91.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 77 | 153 | 0.89 | 0.50 | 0 | 0.4 | 213.53 | 0.8 | 0.33 |
| Hex | 11 | 4D | 99 | 59 | 32 | 0 | 28 | D6 | 50 | 21 |
| Octal | 21 | 115 | 231 | 131 | 62 | 0 | 50 | 326 | 120 | 41 |
| Binary | 10001 | 1001101 | 10011001 | 1011001 | 110010 | 0 | 101000 | 11010110 | 1010000 | 100001 |
Color Harmonies of #114D99
Complementary color
Monochromatic Colors of #114D99
Black with #114D99
Text Example
Text Example
White with #114D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114D99; }
p { color: rgb(17,77,153); }
H1.HeaderClassName
{
color: #114D99;
}
.AnyTagClassName
{
color: #114D99;
}
</style>
background-color css
<style>
a { background-color: #114D99; }
a { background-color: rgb(17,77,153); }
div.DivClassName
{
background-color: #114D99;
}
.BgClassName
{
background-color: #114D99;
}
</style>
border-color css
<style>
span { border-color: #114D99; }
span { border-color: rgb(17,77,153); }
td.TdClassName
{
border-color: #114D99;
}
.TagClassName
{
border-color: #114D99;
}
</style>