Shades of Blue Lagoon #115C73
Tints of Blue Lagoon #115C73
RGB
CMYK
RGB Variations
Color information
#115C73 (or 0x115C73) is known color: Blue Lagoon. HEX triplet: 11, 5C and 73. RGB value is (17,92,115). Sum of RGB (Red+Green+Blue) = 17+92+115=224 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.59% from 224); Green value is 92 (36.33% from 255 or 41.07% from 224); Blue value is 115 (45.31% from 255 or 51.34% from 224); Max value from RGB is 115 - color contains mainly: blue. Hex color #115C73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115C73 is #EEA38C. Grayscale: #484848. Windows color (decimal): -15639437 or 7560209. OLE color: 7560209.
HSL color Cylindrical-coordinate representation of color #115C73: hue angle of 194.08º 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 #115C73 is Cyan = 0.85, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 92 | 115 | - |
| CMYK | 0.85 | 0.20 | 0 | 0.55 |
| HSL | 194.08º | 0.74% | 0.26% | - |
| HSV(B) | 194.08º | 0.85% | 0.45% | - |
| XYZ | 7.15 | 9.01 | 17.58 | - |
| YUV | 72.2 | 152.15 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 92 | 115 | 0.85 | 0.20 | 0 | 0.55 | 194.08 | 0.74 | 0.26 |
| Hex | 11 | 5C | 73 | 55 | 14 | 0 | 37 | C2 | 4A | 1A |
| Octal | 21 | 134 | 163 | 125 | 24 | 0 | 67 | 302 | 112 | 32 |
| Binary | 10001 | 1011100 | 1110011 | 1010101 | 10100 | 0 | 110111 | 11000010 | 1001010 | 11010 |
Color Harmonies of #115C73
Complementary color
Monochromatic Colors of #115C73
Black with #115C73
Text Example
Text Example
White with #115C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115C73; }
p { color: rgb(17,92,115); }
H1.HeaderClassName
{
color: #115C73;
}
.AnyTagClassName
{
color: #115C73;
}
</style>
background-color css
<style>
a { background-color: #115C73; }
a { background-color: rgb(17,92,115); }
div.DivClassName
{
background-color: #115C73;
}
.BgClassName
{
background-color: #115C73;
}
</style>
border-color css
<style>
span { border-color: #115C73; }
span { border-color: rgb(17,92,115); }
td.TdClassName
{
border-color: #115C73;
}
.TagClassName
{
border-color: #115C73;
}
</style>