Shades of Blue Lagoon #106672
Tints of Blue Lagoon #106672
RGB
CMYK
RGB Variations
Color information
#106672 (or 0x106672) is known color: Blue Lagoon. HEX triplet: 10, 66 and 72. RGB value is (16,102,114). Sum of RGB (Red+Green+Blue) = 16+102+114=232 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.90% from 232); Green value is 102 (40.23% from 255 or 43.97% from 232); Blue value is 114 (44.92% from 255 or 49.14% from 232); Max value from RGB is 114 - color contains mainly: blue. Hex color #106672 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106672 is #EF998D. Grayscale: #4D4D4D. Windows color (decimal): -15702414 or 7497232. OLE color: 7497232.
HSL color Cylindrical-coordinate representation of color #106672: hue angle of 187.35º 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 #106672 is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 102 | 114 | - |
| CMYK | 0.86 | 0.11 | 0 | 0.55 |
| HSL | 187.35º | 0.75% | 0.25% | - |
| HSV(B) | 187.35º | 0.86% | 0.45% | - |
| XYZ | 8 | 10.83 | 17.59 | - |
| YUV | 77.65 | 148.51 | 84.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 102 | 114 | 0.86 | 0.11 | 0 | 0.55 | 187.35 | 0.75 | 0.25 |
| Hex | 10 | 66 | 72 | 56 | B | 0 | 37 | BB | 4B | 19 |
| Octal | 20 | 146 | 162 | 126 | 13 | 0 | 67 | 273 | 113 | 31 |
| Binary | 10000 | 1100110 | 1110010 | 1010110 | 1011 | 0 | 110111 | 10111011 | 1001011 | 11001 |
Color Harmonies of #106672
Complementary color
Monochromatic Colors of #106672
Black with #106672
Text Example
Text Example
White with #106672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106672; }
p { color: rgb(16,102,114); }
H1.HeaderClassName
{
color: #106672;
}
.AnyTagClassName
{
color: #106672;
}
</style>
background-color css
<style>
a { background-color: #106672; }
a { background-color: rgb(16,102,114); }
div.DivClassName
{
background-color: #106672;
}
.BgClassName
{
background-color: #106672;
}
</style>
border-color css
<style>
span { border-color: #106672; }
span { border-color: rgb(16,102,114); }
td.TdClassName
{
border-color: #106672;
}
.TagClassName
{
border-color: #106672;
}
</style>