Shades of Blue Lagoon #115B71
Tints of Blue Lagoon #115B71
RGB
CMYK
RGB Variations
Color information
#115B71 (or 0x115B71) is known color: Blue Lagoon. HEX triplet: 11, 5B and 71. RGB value is (17,91,113). Sum of RGB (Red+Green+Blue) = 17+91+113=221 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.69% from 221); Green value is 91 (35.94% from 255 or 41.18% from 221); Blue value is 113 (44.53% from 255 or 51.13% from 221); Max value from RGB is 113 - color contains mainly: blue. Hex color #115B71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115B71 is #EEA48E. Grayscale: #474747. Windows color (decimal): -15639695 or 7428881. OLE color: 7428881.
HSL color Cylindrical-coordinate representation of color #115B71: hue angle of 193.75º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #115B71 is Cyan = 0.85, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 91 | 113 | - |
| CMYK | 0.85 | 0.19 | 0 | 0.56 |
| HSL | 193.75º | 0.74% | 0.25% | - |
| HSV(B) | 193.75º | 0.85% | 0.44% | - |
| XYZ | 6.95 | 8.79 | 16.95 | - |
| YUV | 71.38 | 151.48 | 89.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 91 | 113 | 0.85 | 0.19 | 0 | 0.56 | 193.75 | 0.74 | 0.25 |
| Hex | 11 | 5B | 71 | 55 | 13 | 0 | 38 | C2 | 4A | 19 |
| Octal | 21 | 133 | 161 | 125 | 23 | 0 | 70 | 302 | 112 | 31 |
| Binary | 10001 | 1011011 | 1110001 | 1010101 | 10011 | 0 | 111000 | 11000010 | 1001010 | 11001 |
Color Harmonies of #115B71
Complementary color
Monochromatic Colors of #115B71
Black with #115B71
Text Example
Text Example
White with #115B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115B71; }
p { color: rgb(17,91,113); }
H1.HeaderClassName
{
color: #115B71;
}
.AnyTagClassName
{
color: #115B71;
}
</style>
background-color css
<style>
a { background-color: #115B71; }
a { background-color: rgb(17,91,113); }
div.DivClassName
{
background-color: #115B71;
}
.BgClassName
{
background-color: #115B71;
}
</style>
border-color css
<style>
span { border-color: #115B71; }
span { border-color: rgb(17,91,113); }
td.TdClassName
{
border-color: #115B71;
}
.TagClassName
{
border-color: #115B71;
}
</style>