Shades of Blue Lagoon #115769
Tints of Blue Lagoon #115769
RGB
CMYK
RGB Variations
Color information
#115769 (or 0x115769) is known color: Blue Lagoon. HEX triplet: 11, 57 and 69. RGB value is (17,87,105). Sum of RGB (Red+Green+Blue) = 17+87+105=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 87 (34.38% from 255 or 41.63% from 209); Blue value is 105 (41.41% from 255 or 50.24% from 209); Max value from RGB is 105 - color contains mainly: blue. Hex color #115769 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115769 is #EEA896. Grayscale: #434343. Windows color (decimal): -15640727 or 6903569. OLE color: 6903569.
HSL color Cylindrical-coordinate representation of color #115769: hue angle of 192.27º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #115769 is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 17 | 87 | 105 | - |
| CMYK | 0.84 | 0.17 | 0 | 0.59 |
| HSL | 192.27º | 0.72% | 0.24% | - |
| HSV(B) | 192.27º | 0.84% | 0.41% | - |
| XYZ | 6.19 | 7.96 | 14.57 | - |
| YUV | 68.12 | 148.81 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 87 | 105 | 0.84 | 0.17 | 0 | 0.59 | 192.27 | 0.72 | 0.24 |
| Hex | 11 | 57 | 69 | 54 | 11 | 0 | 3B | C0 | 48 | 18 |
| Octal | 21 | 127 | 151 | 124 | 21 | 0 | 73 | 300 | 110 | 30 |
| Binary | 10001 | 1010111 | 1101001 | 1010100 | 10001 | 0 | 111011 | 11000000 | 1001000 | 11000 |
Color Harmonies of #115769
Complementary color
Monochromatic Colors of #115769
Black with #115769
Text Example
Text Example
White with #115769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115769; }
p { color: rgb(17,87,105); }
H1.HeaderClassName
{
color: #115769;
}
.AnyTagClassName
{
color: #115769;
}
</style>
background-color css
<style>
a { background-color: #115769; }
a { background-color: rgb(17,87,105); }
div.DivClassName
{
background-color: #115769;
}
.BgClassName
{
background-color: #115769;
}
</style>
border-color css
<style>
span { border-color: #115769; }
span { border-color: rgb(17,87,105); }
td.TdClassName
{
border-color: #115769;
}
.TagClassName
{
border-color: #115769;
}
</style>