Shades of Blue Lagoon #105668
Tints of Blue Lagoon #105668
RGB
CMYK
RGB Variations
Color information
#105668 (or 0x105668) is known color: Blue Lagoon. HEX triplet: 10, 56 and 68. RGB value is (16,86,104). Sum of RGB (Red+Green+Blue) = 16+86+104=206 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.77% from 206); Green value is 86 (33.98% from 255 or 41.75% from 206); Blue value is 104 (41.02% from 255 or 50.49% from 206); Max value from RGB is 104 - color contains mainly: blue. Hex color #105668 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105668 is #EFA997. Grayscale: #424242. Windows color (decimal): -15706520 or 6837776. OLE color: 6837776.
HSL color Cylindrical-coordinate representation of color #105668: hue angle of 192.27º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #105668 is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 16 | 86 | 104 | - |
| CMYK | 0.85 | 0.17 | 0 | 0.59 |
| HSL | 192.27º | 0.73% | 0.24% | - |
| HSV(B) | 192.27º | 0.85% | 0.41% | - |
| XYZ | 6.04 | 7.77 | 14.28 | - |
| YUV | 67.12 | 148.81 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 86 | 104 | 0.85 | 0.17 | 0 | 0.59 | 192.27 | 0.73 | 0.24 |
| Hex | 10 | 56 | 68 | 55 | 11 | 0 | 3B | C0 | 49 | 18 |
| Octal | 20 | 126 | 150 | 125 | 21 | 0 | 73 | 300 | 111 | 30 |
| Binary | 10000 | 1010110 | 1101000 | 1010101 | 10001 | 0 | 111011 | 11000000 | 1001001 | 11000 |
Color Harmonies of #105668
Complementary color
Monochromatic Colors of #105668
Black with #105668
Text Example
Text Example
White with #105668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105668; }
p { color: rgb(16,86,104); }
H1.HeaderClassName
{
color: #105668;
}
.AnyTagClassName
{
color: #105668;
}
</style>
background-color css
<style>
a { background-color: #105668; }
a { background-color: rgb(16,86,104); }
div.DivClassName
{
background-color: #105668;
}
.BgClassName
{
background-color: #105668;
}
</style>
border-color css
<style>
span { border-color: #105668; }
span { border-color: rgb(16,86,104); }
td.TdClassName
{
border-color: #105668;
}
.TagClassName
{
border-color: #105668;
}
</style>