Shades of Blue Lagoon #116072
Tints of Blue Lagoon #116072
RGB
CMYK
RGB Variations
Color information
#116072 (or 0x116072) is known color: Blue Lagoon. HEX triplet: 11, 60 and 72. RGB value is (17,96,114). Sum of RGB (Red+Green+Blue) = 17+96+114=227 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.49% from 227); Green value is 96 (37.89% from 255 or 42.29% from 227); Blue value is 114 (44.92% from 255 or 50.22% from 227); Max value from RGB is 114 - color contains mainly: blue. Hex color #116072 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116072 is #EE9F8D. Grayscale: #4A4A4A. Windows color (decimal): -15638414 or 7495697. OLE color: 7495697.
HSL color Cylindrical-coordinate representation of color #116072: hue angle of 191.13º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #116072 is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 96 | 114 | - |
| CMYK | 0.85 | 0.16 | 0 | 0.55 |
| HSL | 191.13º | 0.74% | 0.26% | - |
| HSV(B) | 191.13º | 0.85% | 0.45% | - |
| XYZ | 7.45 | 9.7 | 17.4 | - |
| YUV | 74.43 | 150.33 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 96 | 114 | 0.85 | 0.16 | 0 | 0.55 | 191.13 | 0.74 | 0.26 |
| Hex | 11 | 60 | 72 | 55 | 10 | 0 | 37 | BF | 4A | 1A |
| Octal | 21 | 140 | 162 | 125 | 20 | 0 | 67 | 277 | 112 | 32 |
| Binary | 10001 | 1100000 | 1110010 | 1010101 | 10000 | 0 | 110111 | 10111111 | 1001010 | 11010 |
Color Harmonies of #116072
Complementary color
Monochromatic Colors of #116072
Black with #116072
Text Example
Text Example
White with #116072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116072; }
p { color: rgb(17,96,114); }
H1.HeaderClassName
{
color: #116072;
}
.AnyTagClassName
{
color: #116072;
}
</style>
background-color css
<style>
a { background-color: #116072; }
a { background-color: rgb(17,96,114); }
div.DivClassName
{
background-color: #116072;
}
.BgClassName
{
background-color: #116072;
}
</style>
border-color css
<style>
span { border-color: #116072; }
span { border-color: rgb(17,96,114); }
td.TdClassName
{
border-color: #116072;
}
.TagClassName
{
border-color: #116072;
}
</style>