Shades of Blue Lagoon #116273
Tints of Blue Lagoon #116273
RGB
CMYK
RGB Variations
Color information
#116273 (or 0x116273) is known color: Blue Lagoon. HEX triplet: 11, 62 and 73. RGB value is (17,98,115). Sum of RGB (Red+Green+Blue) = 17+98+115=230 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.39% from 230); Green value is 98 (38.67% from 255 or 42.61% from 230); Blue value is 115 (45.31% from 255 or 50% from 230); Max value from RGB is 115 - color contains mainly: blue. Hex color #116273 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116273 is #EE9D8C. Grayscale: #4B4B4B. Windows color (decimal): -15637901 or 7561745. OLE color: 7561745.
HSL color Cylindrical-coordinate representation of color #116273: hue angle of 190.41º 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 #116273 is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 98 | 115 | - |
| CMYK | 0.85 | 0.15 | 0 | 0.55 |
| HSL | 190.41º | 0.74% | 0.26% | - |
| HSV(B) | 190.41º | 0.85% | 0.45% | - |
| XYZ | 7.69 | 10.09 | 17.76 | - |
| YUV | 75.72 | 150.16 | 86.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 98 | 115 | 0.85 | 0.15 | 0 | 0.55 | 190.41 | 0.74 | 0.26 |
| Hex | 11 | 62 | 73 | 55 | F | 0 | 37 | BE | 4A | 1A |
| Octal | 21 | 142 | 163 | 125 | 17 | 0 | 67 | 276 | 112 | 32 |
| Binary | 10001 | 1100010 | 1110011 | 1010101 | 1111 | 0 | 110111 | 10111110 | 1001010 | 11010 |
Color Harmonies of #116273
Complementary color
Monochromatic Colors of #116273
Black with #116273
Text Example
Text Example
White with #116273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116273; }
p { color: rgb(17,98,115); }
H1.HeaderClassName
{
color: #116273;
}
.AnyTagClassName
{
color: #116273;
}
</style>
background-color css
<style>
a { background-color: #116273; }
a { background-color: rgb(17,98,115); }
div.DivClassName
{
background-color: #116273;
}
.BgClassName
{
background-color: #116273;
}
</style>
border-color css
<style>
span { border-color: #116273; }
span { border-color: rgb(17,98,115); }
td.TdClassName
{
border-color: #116273;
}
.TagClassName
{
border-color: #116273;
}
</style>