Shades of Blue Lagoon #115768
Tints of Blue Lagoon #115768
RGB
CMYK
RGB Variations
Color information
#115768 (or 0x115768) is known color: Blue Lagoon. HEX triplet: 11, 57 and 68. RGB value is (17,87,104). Sum of RGB (Red+Green+Blue) = 17+87+104=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 87 (34.38% from 255 or 41.83% from 208); Blue value is 104 (41.02% from 255 or 50% from 208); Max value from RGB is 104 - color contains mainly: blue. Hex color #115768 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115768 is #EEA897. Grayscale: #434343. Windows color (decimal): -15640728 or 6838033. OLE color: 6838033.
HSL color Cylindrical-coordinate representation of color #115768: hue angle of 191.72º 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 #115768 is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 17 | 87 | 104 | - |
| CMYK | 0.84 | 0.16 | 0 | 0.59 |
| HSL | 191.72º | 0.72% | 0.24% | - |
| HSV(B) | 191.72º | 0.84% | 0.41% | - |
| XYZ | 6.14 | 7.94 | 14.3 | - |
| YUV | 68.01 | 148.31 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 87 | 104 | 0.84 | 0.16 | 0 | 0.59 | 191.72 | 0.72 | 0.24 |
| Hex | 11 | 57 | 68 | 54 | 10 | 0 | 3B | C0 | 48 | 18 |
| Octal | 21 | 127 | 150 | 124 | 20 | 0 | 73 | 300 | 110 | 30 |
| Binary | 10001 | 1010111 | 1101000 | 1010100 | 10000 | 0 | 111011 | 11000000 | 1001000 | 11000 |
Color Harmonies of #115768
Complementary color
Monochromatic Colors of #115768
Black with #115768
Text Example
Text Example
White with #115768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115768; }
p { color: rgb(17,87,104); }
H1.HeaderClassName
{
color: #115768;
}
.AnyTagClassName
{
color: #115768;
}
</style>
background-color css
<style>
a { background-color: #115768; }
a { background-color: rgb(17,87,104); }
div.DivClassName
{
background-color: #115768;
}
.BgClassName
{
background-color: #115768;
}
</style>
border-color css
<style>
span { border-color: #115768; }
span { border-color: rgb(17,87,104); }
td.TdClassName
{
border-color: #115768;
}
.TagClassName
{
border-color: #115768;
}
</style>