Shades of Blue Lagoon #105E6B
Tints of Blue Lagoon #105E6B
RGB
CMYK
RGB Variations
Color information
#105E6B (or 0x105E6B) is known color: Blue Lagoon. HEX triplet: 10, 5E and 6B. RGB value is (16,94,107). Sum of RGB (Red+Green+Blue) = 16+94+107=217 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.37% from 217); Green value is 94 (37.11% from 255 or 43.32% from 217); Blue value is 107 (42.19% from 255 or 49.31% from 217); Max value from RGB is 107 - color contains mainly: blue. Hex color #105E6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105E6B is #EFA194. Grayscale: #484848. Windows color (decimal): -15704469 or 7036432. OLE color: 7036432.
HSL color Cylindrical-coordinate representation of color #105E6B: hue angle of 188.57º 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 #105E6B is Cyan = 0.85, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 16 | 94 | 107 | - |
| CMYK | 0.85 | 0.12 | 0 | 0.58 |
| HSL | 188.57º | 0.74% | 0.24% | - |
| HSV(B) | 188.57º | 0.85% | 0.42% | - |
| XYZ | 6.87 | 9.18 | 15.32 | - |
| YUV | 72.16 | 147.66 | 87.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 94 | 107 | 0.85 | 0.12 | 0 | 0.58 | 188.57 | 0.74 | 0.24 |
| Hex | 10 | 5E | 6B | 55 | C | 0 | 3A | BD | 4A | 18 |
| Octal | 20 | 136 | 153 | 125 | 14 | 0 | 72 | 275 | 112 | 30 |
| Binary | 10000 | 1011110 | 1101011 | 1010101 | 1100 | 0 | 111010 | 10111101 | 1001010 | 11000 |
Color Harmonies of #105E6B
Complementary color
Monochromatic Colors of #105E6B
Black with #105E6B
Text Example
Text Example
White with #105E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105E6B; }
p { color: rgb(16,94,107); }
H1.HeaderClassName
{
color: #105E6B;
}
.AnyTagClassName
{
color: #105E6B;
}
</style>
background-color css
<style>
a { background-color: #105E6B; }
a { background-color: rgb(16,94,107); }
div.DivClassName
{
background-color: #105E6B;
}
.BgClassName
{
background-color: #105E6B;
}
</style>
border-color css
<style>
span { border-color: #105E6B; }
span { border-color: rgb(16,94,107); }
td.TdClassName
{
border-color: #105E6B;
}
.TagClassName
{
border-color: #105E6B;
}
</style>