Shades of Blue Lagoon #115D73
Tints of Blue Lagoon #115D73
RGB
CMYK
RGB Variations
Color information
#115D73 (or 0x115D73) is known color: Blue Lagoon. HEX triplet: 11, 5D and 73. RGB value is (17,93,115). Sum of RGB (Red+Green+Blue) = 17+93+115=225 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.56% from 225); Green value is 93 (36.72% from 255 or 41.33% from 225); Blue value is 115 (45.31% from 255 or 51.11% from 225); Max value from RGB is 115 - color contains mainly: blue. Hex color #115D73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115D73 is #EEA28C. Grayscale: #484848. Windows color (decimal): -15639181 or 7560465. OLE color: 7560465.
HSL color Cylindrical-coordinate representation of color #115D73: hue angle of 193.47º 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 #115D73 is Cyan = 0.85, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 93 | 115 | - |
| CMYK | 0.85 | 0.19 | 0 | 0.55 |
| HSL | 193.47º | 0.74% | 0.26% | - |
| HSV(B) | 193.47º | 0.85% | 0.45% | - |
| XYZ | 7.24 | 9.19 | 17.61 | - |
| YUV | 72.78 | 151.82 | 88.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 93 | 115 | 0.85 | 0.19 | 0 | 0.55 | 193.47 | 0.74 | 0.26 |
| Hex | 11 | 5D | 73 | 55 | 13 | 0 | 37 | C1 | 4A | 1A |
| Octal | 21 | 135 | 163 | 125 | 23 | 0 | 67 | 301 | 112 | 32 |
| Binary | 10001 | 1011101 | 1110011 | 1010101 | 10011 | 0 | 110111 | 11000001 | 1001010 | 11010 |
Color Harmonies of #115D73
Complementary color
Monochromatic Colors of #115D73
Black with #115D73
Text Example
Text Example
White with #115D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115D73; }
p { color: rgb(17,93,115); }
H1.HeaderClassName
{
color: #115D73;
}
.AnyTagClassName
{
color: #115D73;
}
</style>
background-color css
<style>
a { background-color: #115D73; }
a { background-color: rgb(17,93,115); }
div.DivClassName
{
background-color: #115D73;
}
.BgClassName
{
background-color: #115D73;
}
</style>
border-color css
<style>
span { border-color: #115D73; }
span { border-color: rgb(17,93,115); }
td.TdClassName
{
border-color: #115D73;
}
.TagClassName
{
border-color: #115D73;
}
</style>