Shades of Blue Lagoon #105D76
Tints of Blue Lagoon #105D76
RGB
CMYK
RGB Variations
Color information
#105D76 (or 0x105D76) is known color: Blue Lagoon. HEX triplet: 10, 5D and 76. RGB value is (16,93,118). Sum of RGB (Red+Green+Blue) = 16+93+118=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 93 (36.72% from 255 or 40.97% from 227); Blue value is 118 (46.48% from 255 or 51.98% from 227); Max value from RGB is 118 - color contains mainly: blue. Hex color #105D76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105D76 is #EFA289. Grayscale: #484848. Windows color (decimal): -15704714 or 7757072. OLE color: 7757072.
HSL color Cylindrical-coordinate representation of color #105D76: hue angle of 194.71º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #105D76 is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 16 | 93 | 118 | - |
| CMYK | 0.86 | 0.21 | 0 | 0.54 |
| HSL | 194.71º | 0.76% | 0.26% | - |
| HSV(B) | 194.71º | 0.86% | 0.46% | - |
| XYZ | 7.4 | 9.25 | 18.53 | - |
| YUV | 72.83 | 153.49 | 87.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 93 | 118 | 0.86 | 0.21 | 0 | 0.54 | 194.71 | 0.76 | 0.26 |
| Hex | 10 | 5D | 76 | 56 | 15 | 0 | 36 | C3 | 4C | 1A |
| Octal | 20 | 135 | 166 | 126 | 25 | 0 | 66 | 303 | 114 | 32 |
| Binary | 10000 | 1011101 | 1110110 | 1010110 | 10101 | 0 | 110110 | 11000011 | 1001100 | 11010 |
Color Harmonies of #105D76
Complementary color
Monochromatic Colors of #105D76
Black with #105D76
Text Example
Text Example
White with #105D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105D76; }
p { color: rgb(16,93,118); }
H1.HeaderClassName
{
color: #105D76;
}
.AnyTagClassName
{
color: #105D76;
}
</style>
background-color css
<style>
a { background-color: #105D76; }
a { background-color: rgb(16,93,118); }
div.DivClassName
{
background-color: #105D76;
}
.BgClassName
{
background-color: #105D76;
}
</style>
border-color css
<style>
span { border-color: #105D76; }
span { border-color: rgb(16,93,118); }
td.TdClassName
{
border-color: #105D76;
}
.TagClassName
{
border-color: #105D76;
}
</style>