Shades of Blue Lagoon #105E6A
Tints of Blue Lagoon #105E6A
RGB
CMYK
RGB Variations
Color information
#105E6A (or 0x105E6A) is known color: Blue Lagoon. HEX triplet: 10, 5E and 6A. RGB value is (16,94,106). Sum of RGB (Red+Green+Blue) = 16+94+106=216 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.41% from 216); Green value is 94 (37.11% from 255 or 43.52% from 216); Blue value is 106 (41.80% from 255 or 49.07% from 216); Max value from RGB is 106 - color contains mainly: blue. Hex color #105E6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105E6A is #EFA195. Grayscale: #474747. Windows color (decimal): -15704470 or 6970896. OLE color: 6970896.
HSL color Cylindrical-coordinate representation of color #105E6A: hue angle of 188º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #105E6A is Cyan = 0.85, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 16 | 94 | 106 | - |
| CMYK | 0.85 | 0.11 | 0 | 0.58 |
| HSL | 188º | 0.74% | 0.24% | - |
| HSV(B) | 188º | 0.85% | 0.42% | - |
| XYZ | 6.82 | 9.16 | 15.04 | - |
| YUV | 72.05 | 147.16 | 88.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 94 | 106 | 0.85 | 0.11 | 0 | 0.58 | 188 | 0.74 | 0.24 |
| Hex | 10 | 5E | 6A | 55 | B | 0 | 3A | BC | 4A | 18 |
| Octal | 20 | 136 | 152 | 125 | 13 | 0 | 72 | 274 | 112 | 30 |
| Binary | 10000 | 1011110 | 1101010 | 1010101 | 1011 | 0 | 111010 | 10111100 | 1001010 | 11000 |
Color Harmonies of #105E6A
Complementary color
Monochromatic Colors of #105E6A
Black with #105E6A
Text Example
Text Example
White with #105E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105E6A; }
p { color: rgb(16,94,106); }
H1.HeaderClassName
{
color: #105E6A;
}
.AnyTagClassName
{
color: #105E6A;
}
</style>
background-color css
<style>
a { background-color: #105E6A; }
a { background-color: rgb(16,94,106); }
div.DivClassName
{
background-color: #105E6A;
}
.BgClassName
{
background-color: #105E6A;
}
</style>
border-color css
<style>
span { border-color: #105E6A; }
span { border-color: rgb(16,94,106); }
td.TdClassName
{
border-color: #105E6A;
}
.TagClassName
{
border-color: #105E6A;
}
</style>