Shades of Cobalt #114A99
Tints of Cobalt #114A99
RGB
CMYK
RGB Variations
Color information
#114A99 (or 0x114A99) is known color: Cobalt. HEX triplet: 11, 4A and 99. RGB value is (17,74,153). Sum of RGB (Red+Green+Blue) = 17+74+153=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 74 (29.30% from 255 or 30.33% from 244); Blue value is 153 (60.16% from 255 or 62.70% from 244); Max value from RGB is 153 - color contains mainly: blue. Hex color #114A99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114A99 is #EEB566. Grayscale: #414141. Windows color (decimal): -15644007 or 10045969. OLE color: 10045969.
HSL color Cylindrical-coordinate representation of color #114A99: hue angle of 214.85º 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 #114A99 is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 17 | 74 | 153 | - |
| CMYK | 0.89 | 0.52 | 0 | 0.4 |
| HSL | 214.85º | 0.8% | 0.33% | - |
| HSV(B) | 214.85º | 0.89% | 0.6% | - |
| XYZ | 8.43 | 7.32 | 31.1 | - |
| YUV | 65.96 | 177.12 | 93.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 74 | 153 | 0.89 | 0.52 | 0 | 0.4 | 214.85 | 0.8 | 0.33 |
| Hex | 11 | 4A | 99 | 59 | 34 | 0 | 28 | D7 | 50 | 21 |
| Octal | 21 | 112 | 231 | 131 | 64 | 0 | 50 | 327 | 120 | 41 |
| Binary | 10001 | 1001010 | 10011001 | 1011001 | 110100 | 0 | 101000 | 11010111 | 1010000 | 100001 |
Color Harmonies of #114A99
Complementary color
Monochromatic Colors of #114A99
Black with #114A99
Text Example
Text Example
White with #114A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114A99; }
p { color: rgb(17,74,153); }
H1.HeaderClassName
{
color: #114A99;
}
.AnyTagClassName
{
color: #114A99;
}
</style>
background-color css
<style>
a { background-color: #114A99; }
a { background-color: rgb(17,74,153); }
div.DivClassName
{
background-color: #114A99;
}
.BgClassName
{
background-color: #114A99;
}
</style>
border-color css
<style>
span { border-color: #114A99; }
span { border-color: rgb(17,74,153); }
td.TdClassName
{
border-color: #114A99;
}
.TagClassName
{
border-color: #114A99;
}
</style>