Shades of Blue Lagoon #115F6D
Tints of Blue Lagoon #115F6D
RGB
CMYK
RGB Variations
Color information
#115F6D (or 0x115F6D) is known color: Blue Lagoon. HEX triplet: 11, 5F and 6D. RGB value is (17,95,109). Sum of RGB (Red+Green+Blue) = 17+95+109=221 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.69% from 221); Green value is 95 (37.5% from 255 or 42.99% from 221); Blue value is 109 (42.97% from 255 or 49.32% from 221); Max value from RGB is 109 - color contains mainly: blue. Hex color #115F6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115F6D is #EEA092. Grayscale: #494949. Windows color (decimal): -15638675 or 7167761. OLE color: 7167761.
HSL color Cylindrical-coordinate representation of color #115F6D: hue angle of 189.13º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #115F6D is Cyan = 0.84, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 95 | 109 | - |
| CMYK | 0.84 | 0.13 | 0 | 0.57 |
| HSL | 189.13º | 0.73% | 0.25% | - |
| HSV(B) | 189.13º | 0.84% | 0.43% | - |
| XYZ | 7.08 | 9.41 | 15.91 | - |
| YUV | 73.27 | 148.16 | 87.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 95 | 109 | 0.84 | 0.13 | 0 | 0.57 | 189.13 | 0.73 | 0.25 |
| Hex | 11 | 5F | 6D | 54 | D | 0 | 39 | BD | 49 | 19 |
| Octal | 21 | 137 | 155 | 124 | 15 | 0 | 71 | 275 | 111 | 31 |
| Binary | 10001 | 1011111 | 1101101 | 1010100 | 1101 | 0 | 111001 | 10111101 | 1001001 | 11001 |
Color Harmonies of #115F6D
Complementary color
Monochromatic Colors of #115F6D
Black with #115F6D
Text Example
Text Example
White with #115F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115F6D; }
p { color: rgb(17,95,109); }
H1.HeaderClassName
{
color: #115F6D;
}
.AnyTagClassName
{
color: #115F6D;
}
</style>
background-color css
<style>
a { background-color: #115F6D; }
a { background-color: rgb(17,95,109); }
div.DivClassName
{
background-color: #115F6D;
}
.BgClassName
{
background-color: #115F6D;
}
</style>
border-color css
<style>
span { border-color: #115F6D; }
span { border-color: rgb(17,95,109); }
td.TdClassName
{
border-color: #115F6D;
}
.TagClassName
{
border-color: #115F6D;
}
</style>