Shades of Blue Lagoon #105770
Tints of Blue Lagoon #105770
RGB
CMYK
RGB Variations
Color information
#105770 (or 0x105770) is known color: Blue Lagoon. HEX triplet: 10, 57 and 70. RGB value is (16,87,112). Sum of RGB (Red+Green+Blue) = 16+87+112=215 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.44% from 215); Green value is 87 (34.38% from 255 or 40.47% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #105770 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105770 is #EFA88F. Grayscale: #444444. Windows color (decimal): -15706256 or 7362320. OLE color: 7362320.
HSL color Cylindrical-coordinate representation of color #105770: hue angle of 195.62º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #105770 is Cyan = 0.86, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 87 | 112 | - |
| CMYK | 0.86 | 0.22 | 0 | 0.56 |
| HSL | 195.63º | 0.75% | 0.25% | - |
| HSV(B) | 195.63º | 0.86% | 0.44% | - |
| XYZ | 6.55 | 8.1 | 16.55 | - |
| YUV | 68.62 | 152.48 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 87 | 112 | 0.86 | 0.22 | 0 | 0.56 | 195.63 | 0.75 | 0.25 |
| Hex | 10 | 57 | 70 | 56 | 16 | 0 | 38 | C4 | 4B | 19 |
| Octal | 20 | 127 | 160 | 126 | 26 | 0 | 70 | 304 | 113 | 31 |
| Binary | 10000 | 1010111 | 1110000 | 1010110 | 10110 | 0 | 111000 | 11000100 | 1001011 | 11001 |
Color Harmonies of #105770
Complementary color
Monochromatic Colors of #105770
Black with #105770
Text Example
Text Example
White with #105770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105770; }
p { color: rgb(16,87,112); }
H1.HeaderClassName
{
color: #105770;
}
.AnyTagClassName
{
color: #105770;
}
</style>
background-color css
<style>
a { background-color: #105770; }
a { background-color: rgb(16,87,112); }
div.DivClassName
{
background-color: #105770;
}
.BgClassName
{
background-color: #105770;
}
</style>
border-color css
<style>
span { border-color: #105770; }
span { border-color: rgb(16,87,112); }
td.TdClassName
{
border-color: #105770;
}
.TagClassName
{
border-color: #105770;
}
</style>