Shades of Blue Lagoon #105C68
Tints of Blue Lagoon #105C68
RGB
CMYK
RGB Variations
Color information
#105C68 (or 0x105C68) is known color: Blue Lagoon. HEX triplet: 10, 5C and 68. RGB value is (16,92,104). Sum of RGB (Red+Green+Blue) = 16+92+104=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 92 (36.33% from 255 or 43.40% from 212); Blue value is 104 (41.02% from 255 or 49.06% from 212); Max value from RGB is 104 - color contains mainly: blue. Hex color #105C68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105C68 is #EFA397. Grayscale: #464646. Windows color (decimal): -15704984 or 6839312. OLE color: 6839312.
HSL color Cylindrical-coordinate representation of color #105C68: hue angle of 188.18º 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 #105C68 is Cyan = 0.85, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 16 | 92 | 104 | - |
| CMYK | 0.85 | 0.12 | 0 | 0.59 |
| HSL | 188.18º | 0.73% | 0.24% | - |
| HSV(B) | 188.18º | 0.85% | 0.41% | - |
| XYZ | 6.54 | 8.76 | 14.44 | - |
| YUV | 70.64 | 146.82 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 92 | 104 | 0.85 | 0.12 | 0 | 0.59 | 188.18 | 0.73 | 0.24 |
| Hex | 10 | 5C | 68 | 55 | C | 0 | 3B | BC | 49 | 18 |
| Octal | 20 | 134 | 150 | 125 | 14 | 0 | 73 | 274 | 111 | 30 |
| Binary | 10000 | 1011100 | 1101000 | 1010101 | 1100 | 0 | 111011 | 10111100 | 1001001 | 11000 |
Color Harmonies of #105C68
Complementary color
Monochromatic Colors of #105C68
Black with #105C68
Text Example
Text Example
White with #105C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105C68; }
p { color: rgb(16,92,104); }
H1.HeaderClassName
{
color: #105C68;
}
.AnyTagClassName
{
color: #105C68;
}
</style>
background-color css
<style>
a { background-color: #105C68; }
a { background-color: rgb(16,92,104); }
div.DivClassName
{
background-color: #105C68;
}
.BgClassName
{
background-color: #105C68;
}
</style>
border-color css
<style>
span { border-color: #105C68; }
span { border-color: rgb(16,92,104); }
td.TdClassName
{
border-color: #105C68;
}
.TagClassName
{
border-color: #105C68;
}
</style>