Shades of Blue Lagoon #115E6D
Tints of Blue Lagoon #115E6D
RGB
CMYK
RGB Variations
Color information
#115E6D (or 0x115E6D) is known color: Blue Lagoon. HEX triplet: 11, 5E and 6D. RGB value is (17,94,109). Sum of RGB (Red+Green+Blue) = 17+94+109=220 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.73% from 220); Green value is 94 (37.11% from 255 or 42.73% from 220); Blue value is 109 (42.97% from 255 or 49.55% from 220); Max value from RGB is 109 - color contains mainly: blue. Hex color #115E6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115E6D is #EEA192. Grayscale: #484848. Windows color (decimal): -15638931 or 7167505. OLE color: 7167505.
HSL color Cylindrical-coordinate representation of color #115E6D: hue angle of 189.78º 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 #115E6D is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 94 | 109 | - |
| CMYK | 0.84 | 0.14 | 0 | 0.57 |
| HSL | 189.78º | 0.73% | 0.25% | - |
| HSV(B) | 189.78º | 0.84% | 0.43% | - |
| XYZ | 6.99 | 9.23 | 15.88 | - |
| YUV | 72.69 | 148.49 | 88.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 94 | 109 | 0.84 | 0.14 | 0 | 0.57 | 189.78 | 0.73 | 0.25 |
| Hex | 11 | 5E | 6D | 54 | E | 0 | 39 | BE | 49 | 19 |
| Octal | 21 | 136 | 155 | 124 | 16 | 0 | 71 | 276 | 111 | 31 |
| Binary | 10001 | 1011110 | 1101101 | 1010100 | 1110 | 0 | 111001 | 10111110 | 1001001 | 11001 |
Color Harmonies of #115E6D
Complementary color
Monochromatic Colors of #115E6D
Black with #115E6D
Text Example
Text Example
White with #115E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115E6D; }
p { color: rgb(17,94,109); }
H1.HeaderClassName
{
color: #115E6D;
}
.AnyTagClassName
{
color: #115E6D;
}
</style>
background-color css
<style>
a { background-color: #115E6D; }
a { background-color: rgb(17,94,109); }
div.DivClassName
{
background-color: #115E6D;
}
.BgClassName
{
background-color: #115E6D;
}
</style>
border-color css
<style>
span { border-color: #115E6D; }
span { border-color: rgb(17,94,109); }
td.TdClassName
{
border-color: #115E6D;
}
.TagClassName
{
border-color: #115E6D;
}
</style>