Shades of Blue Lagoon #11596A
Tints of Blue Lagoon #11596A
RGB
CMYK
RGB Variations
Color information
#11596A (or 0x11596A) is known color: Blue Lagoon. HEX triplet: 11, 59 and 6A. RGB value is (17,89,106). Sum of RGB (Red+Green+Blue) = 17+89+106=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 89 (35.16% from 255 or 41.98% from 212); Blue value is 106 (41.80% from 255 or 50% from 212); Max value from RGB is 106 - color contains mainly: blue. Hex color #11596A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11596A is #EEA695. Grayscale: #454545. Windows color (decimal): -15640214 or 6969617. OLE color: 6969617.
HSL color Cylindrical-coordinate representation of color #11596A: hue angle of 191.46º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11596A is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 89 | 106 | - |
| CMYK | 0.84 | 0.16 | 0 | 0.58 |
| HSL | 191.46º | 0.72% | 0.24% | - |
| HSV(B) | 191.46º | 0.84% | 0.42% | - |
| XYZ | 6.41 | 8.3 | 14.9 | - |
| YUV | 69.41 | 148.65 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 89 | 106 | 0.84 | 0.16 | 0 | 0.58 | 191.46 | 0.72 | 0.24 |
| Hex | 11 | 59 | 6A | 54 | 10 | 0 | 3A | BF | 48 | 18 |
| Octal | 21 | 131 | 152 | 124 | 20 | 0 | 72 | 277 | 110 | 30 |
| Binary | 10001 | 1011001 | 1101010 | 1010100 | 10000 | 0 | 111010 | 10111111 | 1001000 | 11000 |
Color Harmonies of #11596A
Complementary color
Monochromatic Colors of #11596A
Black with #11596A
Text Example
Text Example
White with #11596A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11596A; }
p { color: rgb(17,89,106); }
H1.HeaderClassName
{
color: #11596A;
}
.AnyTagClassName
{
color: #11596A;
}
</style>
background-color css
<style>
a { background-color: #11596A; }
a { background-color: rgb(17,89,106); }
div.DivClassName
{
background-color: #11596A;
}
.BgClassName
{
background-color: #11596A;
}
</style>
border-color css
<style>
span { border-color: #11596A; }
span { border-color: rgb(17,89,106); }
td.TdClassName
{
border-color: #11596A;
}
.TagClassName
{
border-color: #11596A;
}
</style>