Shades of Blue Lagoon #106575
Tints of Blue Lagoon #106575
RGB
CMYK
RGB Variations
Color information
#106575 (or 0x106575) is known color: Blue Lagoon. HEX triplet: 10, 65 and 75. RGB value is (16,101,117). Sum of RGB (Red+Green+Blue) = 16+101+117=234 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.84% from 234); Green value is 101 (39.84% from 255 or 43.16% from 234); Blue value is 117 (46.09% from 255 or 50% from 234); Max value from RGB is 117 - color contains mainly: blue. Hex color #106575 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106575 is #EF9A8A. Grayscale: #4D4D4D. Windows color (decimal): -15702667 or 7693584. OLE color: 7693584.
HSL color Cylindrical-coordinate representation of color #106575: hue angle of 189.5º 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 #106575 is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 16 | 101 | 117 | - |
| CMYK | 0.86 | 0.14 | 0 | 0.54 |
| HSL | 189.5º | 0.76% | 0.26% | - |
| HSV(B) | 189.5º | 0.86% | 0.46% | - |
| XYZ | 8.08 | 10.7 | 18.47 | - |
| YUV | 77.41 | 150.34 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 101 | 117 | 0.86 | 0.14 | 0 | 0.54 | 189.5 | 0.76 | 0.26 |
| Hex | 10 | 65 | 75 | 56 | E | 0 | 36 | BE | 4C | 1A |
| Octal | 20 | 145 | 165 | 126 | 16 | 0 | 66 | 276 | 114 | 32 |
| Binary | 10000 | 1100101 | 1110101 | 1010110 | 1110 | 0 | 110110 | 10111110 | 1001100 | 11010 |
Color Harmonies of #106575
Complementary color
Monochromatic Colors of #106575
Black with #106575
Text Example
Text Example
White with #106575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106575; }
p { color: rgb(16,101,117); }
H1.HeaderClassName
{
color: #106575;
}
.AnyTagClassName
{
color: #106575;
}
</style>
background-color css
<style>
a { background-color: #106575; }
a { background-color: rgb(16,101,117); }
div.DivClassName
{
background-color: #106575;
}
.BgClassName
{
background-color: #106575;
}
</style>
border-color css
<style>
span { border-color: #106575; }
span { border-color: rgb(16,101,117); }
td.TdClassName
{
border-color: #106575;
}
.TagClassName
{
border-color: #106575;
}
</style>