Shades of Blue Lagoon #115868
Tints of Blue Lagoon #115868
RGB
CMYK
RGB Variations
Color information
#115868 (or 0x115868) is known color: Blue Lagoon. HEX triplet: 11, 58 and 68. RGB value is (17,88,104). Sum of RGB (Red+Green+Blue) = 17+88+104=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 88 (34.77% from 255 or 42.11% from 209); Blue value is 104 (41.02% from 255 or 49.76% from 209); Max value from RGB is 104 - color contains mainly: blue. Hex color #115868 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115868 is #EEA797. Grayscale: #444444. Windows color (decimal): -15640472 or 6838289. OLE color: 6838289.
HSL color Cylindrical-coordinate representation of color #115868: hue angle of 191.03º 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 #115868 is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 17 | 88 | 104 | - |
| CMYK | 0.84 | 0.15 | 0 | 0.59 |
| HSL | 191.03º | 0.72% | 0.24% | - |
| HSV(B) | 191.03º | 0.84% | 0.41% | - |
| XYZ | 6.22 | 8.1 | 14.33 | - |
| YUV | 68.6 | 147.98 | 91.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 88 | 104 | 0.84 | 0.15 | 0 | 0.59 | 191.03 | 0.72 | 0.24 |
| Hex | 11 | 58 | 68 | 54 | F | 0 | 3B | BF | 48 | 18 |
| Octal | 21 | 130 | 150 | 124 | 17 | 0 | 73 | 277 | 110 | 30 |
| Binary | 10001 | 1011000 | 1101000 | 1010100 | 1111 | 0 | 111011 | 10111111 | 1001000 | 11000 |
Color Harmonies of #115868
Complementary color
Monochromatic Colors of #115868
Black with #115868
Text Example
Text Example
White with #115868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115868; }
p { color: rgb(17,88,104); }
H1.HeaderClassName
{
color: #115868;
}
.AnyTagClassName
{
color: #115868;
}
</style>
background-color css
<style>
a { background-color: #115868; }
a { background-color: rgb(17,88,104); }
div.DivClassName
{
background-color: #115868;
}
.BgClassName
{
background-color: #115868;
}
</style>
border-color css
<style>
span { border-color: #115868; }
span { border-color: rgb(17,88,104); }
td.TdClassName
{
border-color: #115868;
}
.TagClassName
{
border-color: #115868;
}
</style>