Shades of Cobalt #115C9F
Tints of Cobalt #115C9F
RGB
CMYK
RGB Variations
Color information
#115C9F (or 0x115C9F) is known color: Cobalt. HEX triplet: 11, 5C and 9F. RGB value is (17,92,159). Sum of RGB (Red+Green+Blue) = 17+92+159=268 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.34% from 268); Green value is 92 (36.33% from 255 or 34.33% from 268); Blue value is 159 (62.5% from 255 or 59.33% from 268); Max value from RGB is 159 - color contains mainly: blue. Hex color #115C9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115C9F is #EEA360. Grayscale: #4C4C4C. Windows color (decimal): -15639393 or 10443793. OLE color: 10443793.
HSL color Cylindrical-coordinate representation of color #115C9F: hue angle of 208.31º 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 #115C9F is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 92 | 159 | - |
| CMYK | 0.89 | 0.42 | 0 | 0.38 |
| HSL | 208.31º | 0.81% | 0.35% | - |
| HSV(B) | 208.31º | 0.89% | 0.62% | - |
| XYZ | 10.32 | 10.28 | 34.24 | - |
| YUV | 77.21 | 174.15 | 85.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 92 | 159 | 0.89 | 0.42 | 0 | 0.38 | 208.31 | 0.81 | 0.35 |
| Hex | 11 | 5C | 9F | 59 | 2A | 0 | 26 | D0 | 51 | 23 |
| Octal | 21 | 134 | 237 | 131 | 52 | 0 | 46 | 320 | 121 | 43 |
| Binary | 10001 | 1011100 | 10011111 | 1011001 | 101010 | 0 | 100110 | 11010000 | 1010001 | 100011 |
Color Harmonies of #115C9F
Complementary color
Monochromatic Colors of #115C9F
Black with #115C9F
Text Example
Text Example
White with #115C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115C9F; }
p { color: rgb(17,92,159); }
H1.HeaderClassName
{
color: #115C9F;
}
.AnyTagClassName
{
color: #115C9F;
}
</style>
background-color css
<style>
a { background-color: #115C9F; }
a { background-color: rgb(17,92,159); }
div.DivClassName
{
background-color: #115C9F;
}
.BgClassName
{
background-color: #115C9F;
}
</style>
border-color css
<style>
span { border-color: #115C9F; }
span { border-color: rgb(17,92,159); }
td.TdClassName
{
border-color: #115C9F;
}
.TagClassName
{
border-color: #115C9F;
}
</style>