Shades of Cobalt #114F9F
Tints of Cobalt #114F9F
RGB
CMYK
RGB Variations
Color information
#114F9F (or 0x114F9F) is known color: Cobalt. HEX triplet: 11, 4F and 9F. RGB value is (17,79,159). Sum of RGB (Red+Green+Blue) = 17+79+159=255 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.67% from 255); Green value is 79 (31.25% from 255 or 30.98% from 255); Blue value is 159 (62.5% from 255 or 62.35% from 255); Max value from RGB is 159 - color contains mainly: blue. Hex color #114F9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #114F9F is #EEB060. Grayscale: #454545. Windows color (decimal): -15642721 or 10440465. OLE color: 10440465.
HSL color Cylindrical-coordinate representation of color #114F9F: hue angle of 213.8º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #114F9F is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 79 | 159 | - |
| CMYK | 0.89 | 0.50 | 0 | 0.38 |
| HSL | 213.8º | 0.81% | 0.35% | - |
| HSV(B) | 213.8º | 0.89% | 0.62% | - |
| XYZ | 9.29 | 8.21 | 33.9 | - |
| YUV | 69.58 | 178.46 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 79 | 159 | 0.89 | 0.50 | 0 | 0.38 | 213.8 | 0.81 | 0.35 |
| Hex | 11 | 4F | 9F | 59 | 32 | 0 | 26 | D6 | 51 | 23 |
| Octal | 21 | 117 | 237 | 131 | 62 | 0 | 46 | 326 | 121 | 43 |
| Binary | 10001 | 1001111 | 10011111 | 1011001 | 110010 | 0 | 100110 | 11010110 | 1010001 | 100011 |
Color Harmonies of #114F9F
Complementary color
Monochromatic Colors of #114F9F
Black with #114F9F
Text Example
Text Example
White with #114F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114F9F; }
p { color: rgb(17,79,159); }
H1.HeaderClassName
{
color: #114F9F;
}
.AnyTagClassName
{
color: #114F9F;
}
</style>
background-color css
<style>
a { background-color: #114F9F; }
a { background-color: rgb(17,79,159); }
div.DivClassName
{
background-color: #114F9F;
}
.BgClassName
{
background-color: #114F9F;
}
</style>
border-color css
<style>
span { border-color: #114F9F; }
span { border-color: rgb(17,79,159); }
td.TdClassName
{
border-color: #114F9F;
}
.TagClassName
{
border-color: #114F9F;
}
</style>