Shades of Blue Lagoon #115970
Tints of Blue Lagoon #115970
RGB
CMYK
RGB Variations
Color information
#115970 (or 0x115970) is known color: Blue Lagoon. HEX triplet: 11, 59 and 70. RGB value is (17,89,112). Sum of RGB (Red+Green+Blue) = 17+89+112=218 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.80% from 218); Green value is 89 (35.16% from 255 or 40.83% from 218); Blue value is 112 (44.14% from 255 or 51.38% from 218); Max value from RGB is 112 - color contains mainly: blue. Hex color #115970 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115970 is #EEA68F. Grayscale: #454545. Windows color (decimal): -15640208 or 7362833. OLE color: 7362833.
HSL color Cylindrical-coordinate representation of color #115970: hue angle of 194.53º degrees, saturation: 0.74, 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 #115970 is Cyan = 0.85, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 89 | 112 | - |
| CMYK | 0.85 | 0.21 | 0 | 0.56 |
| HSL | 194.53º | 0.74% | 0.25% | - |
| HSV(B) | 194.53º | 0.85% | 0.44% | - |
| XYZ | 6.73 | 8.43 | 16.6 | - |
| YUV | 70.09 | 151.65 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 89 | 112 | 0.85 | 0.21 | 0 | 0.56 | 194.53 | 0.74 | 0.25 |
| Hex | 11 | 59 | 70 | 55 | 15 | 0 | 38 | C3 | 4A | 19 |
| Octal | 21 | 131 | 160 | 125 | 25 | 0 | 70 | 303 | 112 | 31 |
| Binary | 10001 | 1011001 | 1110000 | 1010101 | 10101 | 0 | 111000 | 11000011 | 1001010 | 11001 |
Color Harmonies of #115970
Complementary color
Monochromatic Colors of #115970
Black with #115970
Text Example
Text Example
White with #115970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115970; }
p { color: rgb(17,89,112); }
H1.HeaderClassName
{
color: #115970;
}
.AnyTagClassName
{
color: #115970;
}
</style>
background-color css
<style>
a { background-color: #115970; }
a { background-color: rgb(17,89,112); }
div.DivClassName
{
background-color: #115970;
}
.BgClassName
{
background-color: #115970;
}
</style>
border-color css
<style>
span { border-color: #115970; }
span { border-color: rgb(17,89,112); }
td.TdClassName
{
border-color: #115970;
}
.TagClassName
{
border-color: #115970;
}
</style>