Shades of Blue Lagoon #11596D
Tints of Blue Lagoon #11596D
RGB
CMYK
RGB Variations
Color information
#11596D (or 0x11596D) is known color: Blue Lagoon. HEX triplet: 11, 59 and 6D. RGB value is (17,89,109). Sum of RGB (Red+Green+Blue) = 17+89+109=215 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.91% from 215); Green value is 89 (35.16% from 255 or 41.40% from 215); Blue value is 109 (42.97% from 255 or 50.70% from 215); Max value from RGB is 109 - color contains mainly: blue. Hex color #11596D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11596D is #EEA692. Grayscale: #454545. Windows color (decimal): -15640211 or 7166225. OLE color: 7166225.
HSL color Cylindrical-coordinate representation of color #11596D: hue angle of 193.04º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11596D is Cyan = 0.84, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 89 | 109 | - |
| CMYK | 0.84 | 0.18 | 0 | 0.57 |
| HSL | 193.04º | 0.73% | 0.25% | - |
| HSV(B) | 193.04º | 0.84% | 0.43% | - |
| XYZ | 6.56 | 8.37 | 15.74 | - |
| YUV | 69.75 | 150.15 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 89 | 109 | 0.84 | 0.18 | 0 | 0.57 | 193.04 | 0.73 | 0.25 |
| Hex | 11 | 59 | 6D | 54 | 12 | 0 | 39 | C1 | 49 | 19 |
| Octal | 21 | 131 | 155 | 124 | 22 | 0 | 71 | 301 | 111 | 31 |
| Binary | 10001 | 1011001 | 1101101 | 1010100 | 10010 | 0 | 111001 | 11000001 | 1001001 | 11001 |
Color Harmonies of #11596D
Complementary color
Monochromatic Colors of #11596D
Black with #11596D
Text Example
Text Example
White with #11596D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11596D; }
p { color: rgb(17,89,109); }
H1.HeaderClassName
{
color: #11596D;
}
.AnyTagClassName
{
color: #11596D;
}
</style>
background-color css
<style>
a { background-color: #11596D; }
a { background-color: rgb(17,89,109); }
div.DivClassName
{
background-color: #11596D;
}
.BgClassName
{
background-color: #11596D;
}
</style>
border-color css
<style>
span { border-color: #11596D; }
span { border-color: rgb(17,89,109); }
td.TdClassName
{
border-color: #11596D;
}
.TagClassName
{
border-color: #11596D;
}
</style>