Shades of Blue Lagoon #115468
Tints of Blue Lagoon #115468
RGB
CMYK
RGB Variations
Color information
#115468 (or 0x115468) is known color: Blue Lagoon. HEX triplet: 11, 54 and 68. RGB value is (17,84,104). Sum of RGB (Red+Green+Blue) = 17+84+104=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 104 (41.02% from 255 or 50.73% from 205); Max value from RGB is 104 - color contains mainly: blue. Hex color #115468 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115468 is #EEAB97. Grayscale: #424242. Windows color (decimal): -15641496 or 6837265. OLE color: 6837265.
HSL color Cylindrical-coordinate representation of color #115468: hue angle of 193.79º 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 #115468 is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 17 | 84 | 104 | - |
| CMYK | 0.84 | 0.19 | 0 | 0.59 |
| HSL | 193.79º | 0.72% | 0.24% | - |
| HSV(B) | 193.79º | 0.84% | 0.41% | - |
| XYZ | 5.9 | 7.46 | 14.23 | - |
| YUV | 66.25 | 149.3 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 84 | 104 | 0.84 | 0.19 | 0 | 0.59 | 193.79 | 0.72 | 0.24 |
| Hex | 11 | 54 | 68 | 54 | 13 | 0 | 3B | C2 | 48 | 18 |
| Octal | 21 | 124 | 150 | 124 | 23 | 0 | 73 | 302 | 110 | 30 |
| Binary | 10001 | 1010100 | 1101000 | 1010100 | 10011 | 0 | 111011 | 11000010 | 1001000 | 11000 |
Color Harmonies of #115468
Complementary color
Monochromatic Colors of #115468
Black with #115468
Text Example
Text Example
White with #115468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115468; }
p { color: rgb(17,84,104); }
H1.HeaderClassName
{
color: #115468;
}
.AnyTagClassName
{
color: #115468;
}
</style>
background-color css
<style>
a { background-color: #115468; }
a { background-color: rgb(17,84,104); }
div.DivClassName
{
background-color: #115468;
}
.BgClassName
{
background-color: #115468;
}
</style>
border-color css
<style>
span { border-color: #115468; }
span { border-color: rgb(17,84,104); }
td.TdClassName
{
border-color: #115468;
}
.TagClassName
{
border-color: #115468;
}
</style>