Shades of Cobalt #114698
Tints of Cobalt #114698
RGB
CMYK
RGB Variations
Color information
#114698 (or 0x114698) is known color: Cobalt. HEX triplet: 11, 46 and 98. RGB value is (17,70,152). Sum of RGB (Red+Green+Blue) = 17+70+152=239 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.11% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 152 (59.77% from 255 or 63.60% from 239); Max value from RGB is 152 - color contains mainly: blue. Hex color #114698 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114698 is #EEB967. Grayscale: #3F3F3F. Windows color (decimal): -15645032 or 9979409. OLE color: 9979409.
HSL color Cylindrical-coordinate representation of color #114698: hue angle of 216.44º 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 #114698 is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 17 | 70 | 152 | - |
| CMYK | 0.89 | 0.54 | 0 | 0.40 |
| HSL | 216.44º | 0.8% | 0.33% | - |
| HSV(B) | 216.44º | 0.89% | 0.6% | - |
| XYZ | 8.09 | 6.77 | 30.59 | - |
| YUV | 63.5 | 177.94 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 70 | 152 | 0.89 | 0.54 | 0 | 0.40 | 216.44 | 0.8 | 0.33 |
| Hex | 11 | 46 | 98 | 59 | 36 | 0 | 28 | D8 | 50 | 21 |
| Octal | 21 | 106 | 230 | 131 | 66 | 0 | 50 | 330 | 120 | 41 |
| Binary | 10001 | 1000110 | 10011000 | 1011001 | 110110 | 0 | 101000 | 11011000 | 1010000 | 100001 |
Color Harmonies of #114698
Complementary color
Monochromatic Colors of #114698
Black with #114698
Text Example
Text Example
White with #114698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114698; }
p { color: rgb(17,70,152); }
H1.HeaderClassName
{
color: #114698;
}
.AnyTagClassName
{
color: #114698;
}
</style>
background-color css
<style>
a { background-color: #114698; }
a { background-color: rgb(17,70,152); }
div.DivClassName
{
background-color: #114698;
}
.BgClassName
{
background-color: #114698;
}
</style>
border-color css
<style>
span { border-color: #114698; }
span { border-color: rgb(17,70,152); }
td.TdClassName
{
border-color: #114698;
}
.TagClassName
{
border-color: #114698;
}
</style>