Shades of Blue Lagoon #106470
Tints of Blue Lagoon #106470
RGB
CMYK
RGB Variations
Color information
#106470 (or 0x106470) is known color: Blue Lagoon. HEX triplet: 10, 64 and 70. RGB value is (16,100,112). Sum of RGB (Red+Green+Blue) = 16+100+112=228 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.02% from 228); Green value is 100 (39.45% from 255 or 43.86% from 228); Blue value is 112 (44.14% from 255 or 49.12% from 228); Max value from RGB is 112 - color contains mainly: blue. Hex color #106470 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106470 is #EF9B8F. Grayscale: #4C4C4C. Windows color (decimal): -15702928 or 7365648. OLE color: 7365648.
HSL color Cylindrical-coordinate representation of color #106470: hue angle of 187.5º 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 #106470 is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 100 | 112 | - |
| CMYK | 0.86 | 0.11 | 0 | 0.56 |
| HSL | 187.5º | 0.75% | 0.25% | - |
| HSV(B) | 187.5º | 0.86% | 0.44% | - |
| XYZ | 7.7 | 10.39 | 16.93 | - |
| YUV | 76.25 | 148.17 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 100 | 112 | 0.86 | 0.11 | 0 | 0.56 | 187.5 | 0.75 | 0.25 |
| Hex | 10 | 64 | 70 | 56 | B | 0 | 38 | BC | 4B | 19 |
| Octal | 20 | 144 | 160 | 126 | 13 | 0 | 70 | 274 | 113 | 31 |
| Binary | 10000 | 1100100 | 1110000 | 1010110 | 1011 | 0 | 111000 | 10111100 | 1001011 | 11001 |
Color Harmonies of #106470
Complementary color
Monochromatic Colors of #106470
Black with #106470
Text Example
Text Example
White with #106470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106470; }
p { color: rgb(16,100,112); }
H1.HeaderClassName
{
color: #106470;
}
.AnyTagClassName
{
color: #106470;
}
</style>
background-color css
<style>
a { background-color: #106470; }
a { background-color: rgb(16,100,112); }
div.DivClassName
{
background-color: #106470;
}
.BgClassName
{
background-color: #106470;
}
</style>
border-color css
<style>
span { border-color: #106470; }
span { border-color: rgb(16,100,112); }
td.TdClassName
{
border-color: #106470;
}
.TagClassName
{
border-color: #106470;
}
</style>