Shades of Blue Lagoon #11626C
Tints of Blue Lagoon #11626C
RGB
CMYK
RGB Variations
Color information
#11626C (or 0x11626C) is known color: Blue Lagoon. HEX triplet: 11, 62 and 6C. RGB value is (17,98,108). Sum of RGB (Red+Green+Blue) = 17+98+108=223 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.62% from 223); Green value is 98 (38.67% from 255 or 43.95% from 223); Blue value is 108 (42.58% from 255 or 48.43% from 223); Max value from RGB is 108 - color contains mainly: blue. Hex color #11626C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11626C is #EE9D93. Grayscale: #4A4A4A. Windows color (decimal): -15637908 or 7102993. OLE color: 7102993.
HSL color Cylindrical-coordinate representation of color #11626C: hue angle of 186.59º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11626C is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 98 | 108 | - |
| CMYK | 0.84 | 0.09 | 0 | 0.58 |
| HSL | 186.59º | 0.73% | 0.25% | - |
| HSV(B) | 186.59º | 0.84% | 0.42% | - |
| XYZ | 7.31 | 9.94 | 15.72 | - |
| YUV | 74.92 | 146.66 | 86.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 98 | 108 | 0.84 | 0.09 | 0 | 0.58 | 186.59 | 0.73 | 0.25 |
| Hex | 11 | 62 | 6C | 54 | 9 | 0 | 3A | BB | 49 | 19 |
| Octal | 21 | 142 | 154 | 124 | 11 | 0 | 72 | 273 | 111 | 31 |
| Binary | 10001 | 1100010 | 1101100 | 1010100 | 1001 | 0 | 111010 | 10111011 | 1001001 | 11001 |
Color Harmonies of #11626C
Complementary color
Monochromatic Colors of #11626C
Black with #11626C
Text Example
Text Example
White with #11626C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11626C; }
p { color: rgb(17,98,108); }
H1.HeaderClassName
{
color: #11626C;
}
.AnyTagClassName
{
color: #11626C;
}
</style>
background-color css
<style>
a { background-color: #11626C; }
a { background-color: rgb(17,98,108); }
div.DivClassName
{
background-color: #11626C;
}
.BgClassName
{
background-color: #11626C;
}
</style>
border-color css
<style>
span { border-color: #11626C; }
span { border-color: rgb(17,98,108); }
td.TdClassName
{
border-color: #11626C;
}
.TagClassName
{
border-color: #11626C;
}
</style>