Shades of Blue Lagoon #115D6E
Tints of Blue Lagoon #115D6E
RGB
CMYK
RGB Variations
Color information
#115D6E (or 0x115D6E) is known color: Blue Lagoon. HEX triplet: 11, 5D and 6E. RGB value is (17,93,110). Sum of RGB (Red+Green+Blue) = 17+93+110=220 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.73% from 220); Green value is 93 (36.72% from 255 or 42.27% from 220); Blue value is 110 (43.36% from 255 or 50% from 220); Max value from RGB is 110 - color contains mainly: blue. Hex color #115D6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115D6E is #EEA291. Grayscale: #484848. Windows color (decimal): -15639186 or 7232785. OLE color: 7232785.
HSL color Cylindrical-coordinate representation of color #115D6E: hue angle of 190.97º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #115D6E is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 93 | 110 | - |
| CMYK | 0.85 | 0.15 | 0 | 0.57 |
| HSL | 190.97º | 0.73% | 0.25% | - |
| HSV(B) | 190.97º | 0.85% | 0.43% | - |
| XYZ | 6.96 | 9.07 | 16.14 | - |
| YUV | 72.21 | 149.32 | 88.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 93 | 110 | 0.85 | 0.15 | 0 | 0.57 | 190.97 | 0.73 | 0.25 |
| Hex | 11 | 5D | 6E | 55 | F | 0 | 39 | BF | 49 | 19 |
| Octal | 21 | 135 | 156 | 125 | 17 | 0 | 71 | 277 | 111 | 31 |
| Binary | 10001 | 1011101 | 1101110 | 1010101 | 1111 | 0 | 111001 | 10111111 | 1001001 | 11001 |
Color Harmonies of #115D6E
Complementary color
Monochromatic Colors of #115D6E
Black with #115D6E
Text Example
Text Example
White with #115D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115D6E; }
p { color: rgb(17,93,110); }
H1.HeaderClassName
{
color: #115D6E;
}
.AnyTagClassName
{
color: #115D6E;
}
</style>
background-color css
<style>
a { background-color: #115D6E; }
a { background-color: rgb(17,93,110); }
div.DivClassName
{
background-color: #115D6E;
}
.BgClassName
{
background-color: #115D6E;
}
</style>
border-color css
<style>
span { border-color: #115D6E; }
span { border-color: rgb(17,93,110); }
td.TdClassName
{
border-color: #115D6E;
}
.TagClassName
{
border-color: #115D6E;
}
</style>