Shades of Blue Lagoon #116573
Tints of Blue Lagoon #116573
RGB
CMYK
RGB Variations
Color information
#116573 (or 0x116573) is known color: Blue Lagoon. HEX triplet: 11, 65 and 73. RGB value is (17,101,115). Sum of RGB (Red+Green+Blue) = 17+101+115=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 101 (39.84% from 255 or 43.35% from 233); Blue value is 115 (45.31% from 255 or 49.36% from 233); Max value from RGB is 115 - color contains mainly: blue. Hex color #116573 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116573 is #EE9A8C. Grayscale: #4D4D4D. Windows color (decimal): -15637133 or 7562513. OLE color: 7562513.
HSL color Cylindrical-coordinate representation of color #116573: hue angle of 188.57º 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 #116573 is Cyan = 0.85, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 101 | 115 | - |
| CMYK | 0.85 | 0.12 | 0 | 0.55 |
| HSL | 188.57º | 0.74% | 0.26% | - |
| HSV(B) | 188.57º | 0.85% | 0.45% | - |
| XYZ | 7.98 | 10.66 | 17.86 | - |
| YUV | 77.48 | 149.17 | 84.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 101 | 115 | 0.85 | 0.12 | 0 | 0.55 | 188.57 | 0.74 | 0.26 |
| Hex | 11 | 65 | 73 | 55 | C | 0 | 37 | BD | 4A | 1A |
| Octal | 21 | 145 | 163 | 125 | 14 | 0 | 67 | 275 | 112 | 32 |
| Binary | 10001 | 1100101 | 1110011 | 1010101 | 1100 | 0 | 110111 | 10111101 | 1001010 | 11010 |
Color Harmonies of #116573
Complementary color
Monochromatic Colors of #116573
Black with #116573
Text Example
Text Example
White with #116573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116573; }
p { color: rgb(17,101,115); }
H1.HeaderClassName
{
color: #116573;
}
.AnyTagClassName
{
color: #116573;
}
</style>
background-color css
<style>
a { background-color: #116573; }
a { background-color: rgb(17,101,115); }
div.DivClassName
{
background-color: #116573;
}
.BgClassName
{
background-color: #116573;
}
</style>
border-color css
<style>
span { border-color: #116573; }
span { border-color: rgb(17,101,115); }
td.TdClassName
{
border-color: #116573;
}
.TagClassName
{
border-color: #116573;
}
</style>