Shades of Blue Lagoon #116773
Tints of Blue Lagoon #116773
RGB
CMYK
RGB Variations
Color information
#116773 (or 0x116773) is known color: Blue Lagoon. HEX triplet: 11, 67 and 73. RGB value is (17,103,115). Sum of RGB (Red+Green+Blue) = 17+103+115=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 103 (40.62% from 255 or 43.83% from 235); Blue value is 115 (45.31% from 255 or 48.94% from 235); Max value from RGB is 115 - color contains mainly: blue. Hex color #116773 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116773 is #EE988C. Grayscale: #4E4E4E. Windows color (decimal): -15636621 or 7563025. OLE color: 7563025.
HSL color Cylindrical-coordinate representation of color #116773: hue angle of 187.35º 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 #116773 is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 103 | 115 | - |
| CMYK | 0.85 | 0.10 | 0 | 0.55 |
| HSL | 187.35º | 0.74% | 0.26% | - |
| HSV(B) | 187.35º | 0.85% | 0.45% | - |
| XYZ | 8.18 | 11.06 | 17.92 | - |
| YUV | 78.65 | 148.51 | 84.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 103 | 115 | 0.85 | 0.10 | 0 | 0.55 | 187.35 | 0.74 | 0.26 |
| Hex | 11 | 67 | 73 | 55 | A | 0 | 37 | BB | 4A | 1A |
| Octal | 21 | 147 | 163 | 125 | 12 | 0 | 67 | 273 | 112 | 32 |
| Binary | 10001 | 1100111 | 1110011 | 1010101 | 1010 | 0 | 110111 | 10111011 | 1001010 | 11010 |
Color Harmonies of #116773
Complementary color
Monochromatic Colors of #116773
Black with #116773
Text Example
Text Example
White with #116773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116773; }
p { color: rgb(17,103,115); }
H1.HeaderClassName
{
color: #116773;
}
.AnyTagClassName
{
color: #116773;
}
</style>
background-color css
<style>
a { background-color: #116773; }
a { background-color: rgb(17,103,115); }
div.DivClassName
{
background-color: #116773;
}
.BgClassName
{
background-color: #116773;
}
</style>
border-color css
<style>
span { border-color: #116773; }
span { border-color: rgb(17,103,115); }
td.TdClassName
{
border-color: #116773;
}
.TagClassName
{
border-color: #116773;
}
</style>