Shades of Blue Lagoon #116373
Tints of Blue Lagoon #116373
RGB
CMYK
RGB Variations
Color information
#116373 (or 0x116373) is known color: Blue Lagoon. HEX triplet: 11, 63 and 73. RGB value is (17,99,115). Sum of RGB (Red+Green+Blue) = 17+99+115=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 99 (39.06% from 255 or 42.86% from 231); Blue value is 115 (45.31% from 255 or 49.78% from 231); Max value from RGB is 115 - color contains mainly: blue. Hex color #116373 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116373 is #EE9C8C. Grayscale: #4C4C4C. Windows color (decimal): -15637645 or 7562001. OLE color: 7562001.
HSL color Cylindrical-coordinate representation of color #116373: hue angle of 189.8º 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 #116373 is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 99 | 115 | - |
| CMYK | 0.85 | 0.14 | 0 | 0.55 |
| HSL | 189.8º | 0.74% | 0.26% | - |
| HSV(B) | 189.8º | 0.85% | 0.45% | - |
| XYZ | 7.79 | 10.28 | 17.79 | - |
| YUV | 76.31 | 149.83 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 99 | 115 | 0.85 | 0.14 | 0 | 0.55 | 189.8 | 0.74 | 0.26 |
| Hex | 11 | 63 | 73 | 55 | E | 0 | 37 | BE | 4A | 1A |
| Octal | 21 | 143 | 163 | 125 | 16 | 0 | 67 | 276 | 112 | 32 |
| Binary | 10001 | 1100011 | 1110011 | 1010101 | 1110 | 0 | 110111 | 10111110 | 1001010 | 11010 |
Color Harmonies of #116373
Complementary color
Monochromatic Colors of #116373
Black with #116373
Text Example
Text Example
White with #116373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116373; }
p { color: rgb(17,99,115); }
H1.HeaderClassName
{
color: #116373;
}
.AnyTagClassName
{
color: #116373;
}
</style>
background-color css
<style>
a { background-color: #116373; }
a { background-color: rgb(17,99,115); }
div.DivClassName
{
background-color: #116373;
}
.BgClassName
{
background-color: #116373;
}
</style>
border-color css
<style>
span { border-color: #116373; }
span { border-color: rgb(17,99,115); }
td.TdClassName
{
border-color: #116373;
}
.TagClassName
{
border-color: #116373;
}
</style>