Shades of Blue Lagoon #116870
Tints of Blue Lagoon #116870
RGB
CMYK
RGB Variations
Color information
#116870 (or 0x116870) is known color: Blue Lagoon. HEX triplet: 11, 68 and 70. RGB value is (17,104,112). Sum of RGB (Red+Green+Blue) = 17+104+112=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 104 (41.02% from 255 or 44.64% from 233); Blue value is 112 (44.14% from 255 or 48.07% from 233); Max value from RGB is 112 - color contains mainly: blue. Hex color #116870 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116870 is #EE978F. Grayscale: #4E4E4E. Windows color (decimal): -15636368 or 7366673. OLE color: 7366673.
HSL color Cylindrical-coordinate representation of color #116870: hue angle of 185.05º 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 #116870 is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 104 | 112 | - |
| CMYK | 0.85 | 0.07 | 0 | 0.56 |
| HSL | 185.05º | 0.74% | 0.25% | - |
| HSV(B) | 185.05º | 0.85% | 0.44% | - |
| XYZ | 8.11 | 11.19 | 17.06 | - |
| YUV | 78.9 | 146.68 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 104 | 112 | 0.85 | 0.07 | 0 | 0.56 | 185.05 | 0.74 | 0.25 |
| Hex | 11 | 68 | 70 | 55 | 7 | 0 | 38 | B9 | 4A | 19 |
| Octal | 21 | 150 | 160 | 125 | 7 | 0 | 70 | 271 | 112 | 31 |
| Binary | 10001 | 1101000 | 1110000 | 1010101 | 111 | 0 | 111000 | 10111001 | 1001010 | 11001 |
Color Harmonies of #116870
Complementary color
Monochromatic Colors of #116870
Black with #116870
Text Example
Text Example
White with #116870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116870; }
p { color: rgb(17,104,112); }
H1.HeaderClassName
{
color: #116870;
}
.AnyTagClassName
{
color: #116870;
}
</style>
background-color css
<style>
a { background-color: #116870; }
a { background-color: rgb(17,104,112); }
div.DivClassName
{
background-color: #116870;
}
.BgClassName
{
background-color: #116870;
}
</style>
border-color css
<style>
span { border-color: #116870; }
span { border-color: rgb(17,104,112); }
td.TdClassName
{
border-color: #116870;
}
.TagClassName
{
border-color: #116870;
}
</style>