Shades of Cobalt #114C98
Tints of Cobalt #114C98
RGB
CMYK
RGB Variations
Color information
#114C98 (or 0x114C98) is known color: Cobalt. HEX triplet: 11, 4C and 98. RGB value is (17,76,152). Sum of RGB (Red+Green+Blue) = 17+76+152=245 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.94% from 245); Green value is 76 (30.08% from 255 or 31.02% from 245); Blue value is 152 (59.77% from 255 or 62.04% from 245); Max value from RGB is 152 - color contains mainly: blue. Hex color #114C98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114C98 is #EEB367. Grayscale: #424242. Windows color (decimal): -15643496 or 9980945. OLE color: 9980945.
HSL color Cylindrical-coordinate representation of color #114C98: hue angle of 213.78º 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 #114C98 is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 17 | 76 | 152 | - |
| CMYK | 0.89 | 0.50 | 0 | 0.40 |
| HSL | 213.78º | 0.8% | 0.33% | - |
| HSV(B) | 213.78º | 0.89% | 0.6% | - |
| XYZ | 8.48 | 7.56 | 30.72 | - |
| YUV | 67.02 | 175.95 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 76 | 152 | 0.89 | 0.50 | 0 | 0.40 | 213.78 | 0.8 | 0.33 |
| Hex | 11 | 4C | 98 | 59 | 32 | 0 | 28 | D6 | 50 | 21 |
| Octal | 21 | 114 | 230 | 131 | 62 | 0 | 50 | 326 | 120 | 41 |
| Binary | 10001 | 1001100 | 10011000 | 1011001 | 110010 | 0 | 101000 | 11010110 | 1010000 | 100001 |
Color Harmonies of #114C98
Complementary color
Monochromatic Colors of #114C98
Black with #114C98
Text Example
Text Example
White with #114C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114C98; }
p { color: rgb(17,76,152); }
H1.HeaderClassName
{
color: #114C98;
}
.AnyTagClassName
{
color: #114C98;
}
</style>
background-color css
<style>
a { background-color: #114C98; }
a { background-color: rgb(17,76,152); }
div.DivClassName
{
background-color: #114C98;
}
.BgClassName
{
background-color: #114C98;
}
</style>
border-color css
<style>
span { border-color: #114C98; }
span { border-color: rgb(17,76,152); }
td.TdClassName
{
border-color: #114C98;
}
.TagClassName
{
border-color: #114C98;
}
</style>