Shades of Blue Lagoon #115E6F
Tints of Blue Lagoon #115E6F
RGB
CMYK
RGB Variations
Color information
#115E6F (or 0x115E6F) is known color: Blue Lagoon. HEX triplet: 11, 5E and 6F. RGB value is (17,94,111). Sum of RGB (Red+Green+Blue) = 17+94+111=222 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.66% from 222); Green value is 94 (37.11% from 255 or 42.34% from 222); Blue value is 111 (43.75% from 255 or 50% from 222); Max value from RGB is 111 - color contains mainly: blue. Hex color #115E6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115E6F is #EEA190. Grayscale: #484848. Windows color (decimal): -15638929 or 7298577. OLE color: 7298577.
HSL color Cylindrical-coordinate representation of color #115E6F: hue angle of 190.85º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #115E6F is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 94 | 111 | - |
| CMYK | 0.85 | 0.15 | 0 | 0.56 |
| HSL | 190.85º | 0.73% | 0.25% | - |
| HSV(B) | 190.85º | 0.85% | 0.44% | - |
| XYZ | 7.1 | 9.27 | 16.45 | - |
| YUV | 72.92 | 149.49 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 94 | 111 | 0.85 | 0.15 | 0 | 0.56 | 190.85 | 0.73 | 0.25 |
| Hex | 11 | 5E | 6F | 55 | F | 0 | 38 | BF | 49 | 19 |
| Octal | 21 | 136 | 157 | 125 | 17 | 0 | 70 | 277 | 111 | 31 |
| Binary | 10001 | 1011110 | 1101111 | 1010101 | 1111 | 0 | 111000 | 10111111 | 1001001 | 11001 |
Color Harmonies of #115E6F
Complementary color
Monochromatic Colors of #115E6F
Black with #115E6F
Text Example
Text Example
White with #115E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115E6F; }
p { color: rgb(17,94,111); }
H1.HeaderClassName
{
color: #115E6F;
}
.AnyTagClassName
{
color: #115E6F;
}
</style>
background-color css
<style>
a { background-color: #115E6F; }
a { background-color: rgb(17,94,111); }
div.DivClassName
{
background-color: #115E6F;
}
.BgClassName
{
background-color: #115E6F;
}
</style>
border-color css
<style>
span { border-color: #115E6F; }
span { border-color: rgb(17,94,111); }
td.TdClassName
{
border-color: #115E6F;
}
.TagClassName
{
border-color: #115E6F;
}
</style>