Shades of Blue Lagoon #11636E
Tints of Blue Lagoon #11636E
RGB
CMYK
RGB Variations
Color information
#11636E (or 0x11636E) is known color: Blue Lagoon. HEX triplet: 11, 63 and 6E. RGB value is (17,99,110). Sum of RGB (Red+Green+Blue) = 17+99+110=226 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.52% from 226); Green value is 99 (39.06% from 255 or 43.81% from 226); Blue value is 110 (43.36% from 255 or 48.67% from 226); Max value from RGB is 110 - color contains mainly: blue. Hex color #11636E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11636E is #EE9C91. Grayscale: #4B4B4B. Windows color (decimal): -15637650 or 7234321. OLE color: 7234321.
HSL color Cylindrical-coordinate representation of color #11636E: hue angle of 187.1º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11636E is Cyan = 0.85, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 99 | 110 | - |
| CMYK | 0.85 | 0.1 | 0 | 0.57 |
| HSL | 187.1º | 0.73% | 0.25% | - |
| HSV(B) | 187.1º | 0.85% | 0.43% | - |
| XYZ | 7.51 | 10.17 | 16.32 | - |
| YUV | 75.74 | 147.33 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 99 | 110 | 0.85 | 0.1 | 0 | 0.57 | 187.1 | 0.73 | 0.25 |
| Hex | 11 | 63 | 6E | 55 | A | 0 | 39 | BB | 49 | 19 |
| Octal | 21 | 143 | 156 | 125 | 12 | 0 | 71 | 273 | 111 | 31 |
| Binary | 10001 | 1100011 | 1101110 | 1010101 | 1010 | 0 | 111001 | 10111011 | 1001001 | 11001 |
Color Harmonies of #11636E
Complementary color
Monochromatic Colors of #11636E
Black with #11636E
Text Example
Text Example
White with #11636E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11636E; }
p { color: rgb(17,99,110); }
H1.HeaderClassName
{
color: #11636E;
}
.AnyTagClassName
{
color: #11636E;
}
</style>
background-color css
<style>
a { background-color: #11636E; }
a { background-color: rgb(17,99,110); }
div.DivClassName
{
background-color: #11636E;
}
.BgClassName
{
background-color: #11636E;
}
</style>
border-color css
<style>
span { border-color: #11636E; }
span { border-color: rgb(17,99,110); }
td.TdClassName
{
border-color: #11636E;
}
.TagClassName
{
border-color: #11636E;
}
</style>