Shades of Blue Lagoon #115B6C
Tints of Blue Lagoon #115B6C
RGB
CMYK
RGB Variations
Color information
#115B6C (or 0x115B6C) is known color: Blue Lagoon. HEX triplet: 11, 5B and 6C. RGB value is (17,91,108). Sum of RGB (Red+Green+Blue) = 17+91+108=216 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.87% from 216); Green value is 91 (35.94% from 255 or 42.13% from 216); Blue value is 108 (42.58% from 255 or 50% from 216); Max value from RGB is 108 - color contains mainly: blue. Hex color #115B6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115B6C is #EEA493. Grayscale: #464646. Windows color (decimal): -15639700 or 7101201. OLE color: 7101201.
HSL color Cylindrical-coordinate representation of color #115B6C: hue angle of 191.21º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #115B6C is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 91 | 108 | - |
| CMYK | 0.84 | 0.16 | 0 | 0.58 |
| HSL | 191.21º | 0.73% | 0.25% | - |
| HSV(B) | 191.21º | 0.84% | 0.42% | - |
| XYZ | 6.68 | 8.68 | 15.51 | - |
| YUV | 70.81 | 148.98 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 91 | 108 | 0.84 | 0.16 | 0 | 0.58 | 191.21 | 0.73 | 0.25 |
| Hex | 11 | 5B | 6C | 54 | 10 | 0 | 3A | BF | 49 | 19 |
| Octal | 21 | 133 | 154 | 124 | 20 | 0 | 72 | 277 | 111 | 31 |
| Binary | 10001 | 1011011 | 1101100 | 1010100 | 10000 | 0 | 111010 | 10111111 | 1001001 | 11001 |
Color Harmonies of #115B6C
Complementary color
Monochromatic Colors of #115B6C
Black with #115B6C
Text Example
Text Example
White with #115B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115B6C; }
p { color: rgb(17,91,108); }
H1.HeaderClassName
{
color: #115B6C;
}
.AnyTagClassName
{
color: #115B6C;
}
</style>
background-color css
<style>
a { background-color: #115B6C; }
a { background-color: rgb(17,91,108); }
div.DivClassName
{
background-color: #115B6C;
}
.BgClassName
{
background-color: #115B6C;
}
</style>
border-color css
<style>
span { border-color: #115B6C; }
span { border-color: rgb(17,91,108); }
td.TdClassName
{
border-color: #115B6C;
}
.TagClassName
{
border-color: #115B6C;
}
</style>