Shades of Blue Lagoon #11566D
Tints of Blue Lagoon #11566D
RGB
CMYK
RGB Variations
Color information
#11566D (or 0x11566D) is known color: Blue Lagoon. HEX triplet: 11, 56 and 6D. RGB value is (17,86,109). Sum of RGB (Red+Green+Blue) = 17+86+109=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 86 (33.98% from 255 or 40.57% from 212); Blue value is 109 (42.97% from 255 or 51.42% from 212); Max value from RGB is 109 - color contains mainly: blue. Hex color #11566D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11566D is #EEA992. Grayscale: #434343. Windows color (decimal): -15640979 or 7165457. OLE color: 7165457.
HSL color Cylindrical-coordinate representation of color #11566D: hue angle of 195º 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 #11566D is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 86 | 109 | - |
| CMYK | 0.84 | 0.21 | 0 | 0.57 |
| HSL | 195º | 0.73% | 0.25% | - |
| HSV(B) | 195º | 0.84% | 0.43% | - |
| XYZ | 6.32 | 7.88 | 15.66 | - |
| YUV | 67.99 | 151.14 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 86 | 109 | 0.84 | 0.21 | 0 | 0.57 | 195 | 0.73 | 0.25 |
| Hex | 11 | 56 | 6D | 54 | 15 | 0 | 39 | C3 | 49 | 19 |
| Octal | 21 | 126 | 155 | 124 | 25 | 0 | 71 | 303 | 111 | 31 |
| Binary | 10001 | 1010110 | 1101101 | 1010100 | 10101 | 0 | 111001 | 11000011 | 1001001 | 11001 |
Color Harmonies of #11566D
Complementary color
Monochromatic Colors of #11566D
Black with #11566D
Text Example
Text Example
White with #11566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11566D; }
p { color: rgb(17,86,109); }
H1.HeaderClassName
{
color: #11566D;
}
.AnyTagClassName
{
color: #11566D;
}
</style>
background-color css
<style>
a { background-color: #11566D; }
a { background-color: rgb(17,86,109); }
div.DivClassName
{
background-color: #11566D;
}
.BgClassName
{
background-color: #11566D;
}
</style>
border-color css
<style>
span { border-color: #11566D; }
span { border-color: rgb(17,86,109); }
td.TdClassName
{
border-color: #11566D;
}
.TagClassName
{
border-color: #11566D;
}
</style>