Shades of Blue Lagoon #106472
Tints of Blue Lagoon #106472
RGB
CMYK
RGB Variations
Color information
#106472 (or 0x106472) is known color: Blue Lagoon. HEX triplet: 10, 64 and 72. RGB value is (16,100,114). Sum of RGB (Red+Green+Blue) = 16+100+114=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 100 (39.45% from 255 or 43.48% from 230); Blue value is 114 (44.92% from 255 or 49.57% from 230); Max value from RGB is 114 - color contains mainly: blue. Hex color #106472 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106472 is #EF9B8D. Grayscale: #4C4C4C. Windows color (decimal): -15702926 or 7496720. OLE color: 7496720.
HSL color Cylindrical-coordinate representation of color #106472: hue angle of 188.57º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #106472 is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 100 | 114 | - |
| CMYK | 0.86 | 0.12 | 0 | 0.55 |
| HSL | 188.57º | 0.75% | 0.25% | - |
| HSV(B) | 188.57º | 0.86% | 0.45% | - |
| XYZ | 7.81 | 10.44 | 17.52 | - |
| YUV | 76.48 | 149.17 | 84.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 100 | 114 | 0.86 | 0.12 | 0 | 0.55 | 188.57 | 0.75 | 0.25 |
| Hex | 10 | 64 | 72 | 56 | C | 0 | 37 | BD | 4B | 19 |
| Octal | 20 | 144 | 162 | 126 | 14 | 0 | 67 | 275 | 113 | 31 |
| Binary | 10000 | 1100100 | 1110010 | 1010110 | 1100 | 0 | 110111 | 10111101 | 1001011 | 11001 |
Color Harmonies of #106472
Complementary color
Monochromatic Colors of #106472
Black with #106472
Text Example
Text Example
White with #106472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106472; }
p { color: rgb(16,100,114); }
H1.HeaderClassName
{
color: #106472;
}
.AnyTagClassName
{
color: #106472;
}
</style>
background-color css
<style>
a { background-color: #106472; }
a { background-color: rgb(16,100,114); }
div.DivClassName
{
background-color: #106472;
}
.BgClassName
{
background-color: #106472;
}
</style>
border-color css
<style>
span { border-color: #106472; }
span { border-color: rgb(16,100,114); }
td.TdClassName
{
border-color: #106472;
}
.TagClassName
{
border-color: #106472;
}
</style>