Shades of Blue Lagoon #115B73
Tints of Blue Lagoon #115B73
RGB
CMYK
RGB Variations
Color information
#115B73 (or 0x115B73) is known color: Blue Lagoon. HEX triplet: 11, 5B and 73. RGB value is (17,91,115). Sum of RGB (Red+Green+Blue) = 17+91+115=223 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.62% from 223); Green value is 91 (35.94% from 255 or 40.81% from 223); Blue value is 115 (45.31% from 255 or 51.57% from 223); Max value from RGB is 115 - color contains mainly: blue. Hex color #115B73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115B73 is #EEA48C. Grayscale: #474747. Windows color (decimal): -15639693 or 7559953. OLE color: 7559953.
HSL color Cylindrical-coordinate representation of color #115B73: hue angle of 194.69º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #115B73 is Cyan = 0.85, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 91 | 115 | - |
| CMYK | 0.85 | 0.21 | 0 | 0.55 |
| HSL | 194.69º | 0.74% | 0.26% | - |
| HSV(B) | 194.69º | 0.85% | 0.45% | - |
| XYZ | 7.07 | 8.84 | 17.55 | - |
| YUV | 71.61 | 152.48 | 89.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 91 | 115 | 0.85 | 0.21 | 0 | 0.55 | 194.69 | 0.74 | 0.26 |
| Hex | 11 | 5B | 73 | 55 | 15 | 0 | 37 | C3 | 4A | 1A |
| Octal | 21 | 133 | 163 | 125 | 25 | 0 | 67 | 303 | 112 | 32 |
| Binary | 10001 | 1011011 | 1110011 | 1010101 | 10101 | 0 | 110111 | 11000011 | 1001010 | 11010 |
Color Harmonies of #115B73
Complementary color
Monochromatic Colors of #115B73
Black with #115B73
Text Example
Text Example
White with #115B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115B73; }
p { color: rgb(17,91,115); }
H1.HeaderClassName
{
color: #115B73;
}
.AnyTagClassName
{
color: #115B73;
}
</style>
background-color css
<style>
a { background-color: #115B73; }
a { background-color: rgb(17,91,115); }
div.DivClassName
{
background-color: #115B73;
}
.BgClassName
{
background-color: #115B73;
}
</style>
border-color css
<style>
span { border-color: #115B73; }
span { border-color: rgb(17,91,115); }
td.TdClassName
{
border-color: #115B73;
}
.TagClassName
{
border-color: #115B73;
}
</style>