Shades of Blue Lagoon #106574
Tints of Blue Lagoon #106574
RGB
CMYK
RGB Variations
Color information
#106574 (or 0x106574) is known color: Blue Lagoon. HEX triplet: 10, 65 and 74. RGB value is (16,101,116). Sum of RGB (Red+Green+Blue) = 16+101+116=233 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.87% from 233); Green value is 101 (39.84% from 255 or 43.35% from 233); Blue value is 116 (45.70% from 255 or 49.79% from 233); Max value from RGB is 116 - color contains mainly: blue. Hex color #106574 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106574 is #EF9A8B. Grayscale: #4D4D4D. Windows color (decimal): -15702668 or 7628048. OLE color: 7628048.
HSL color Cylindrical-coordinate representation of color #106574: hue angle of 189º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #106574 is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 101 | 116 | - |
| CMYK | 0.86 | 0.13 | 0 | 0.55 |
| HSL | 189º | 0.76% | 0.26% | - |
| HSV(B) | 189º | 0.86% | 0.45% | - |
| XYZ | 8.02 | 10.68 | 18.16 | - |
| YUV | 77.3 | 149.84 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 101 | 116 | 0.86 | 0.13 | 0 | 0.55 | 189 | 0.76 | 0.26 |
| Hex | 10 | 65 | 74 | 56 | D | 0 | 37 | BD | 4C | 1A |
| Octal | 20 | 145 | 164 | 126 | 15 | 0 | 67 | 275 | 114 | 32 |
| Binary | 10000 | 1100101 | 1110100 | 1010110 | 1101 | 0 | 110111 | 10111101 | 1001100 | 11010 |
Color Harmonies of #106574
Complementary color
Monochromatic Colors of #106574
Black with #106574
Text Example
Text Example
White with #106574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106574; }
p { color: rgb(16,101,116); }
H1.HeaderClassName
{
color: #106574;
}
.AnyTagClassName
{
color: #106574;
}
</style>
background-color css
<style>
a { background-color: #106574; }
a { background-color: rgb(16,101,116); }
div.DivClassName
{
background-color: #106574;
}
.BgClassName
{
background-color: #106574;
}
</style>
border-color css
<style>
span { border-color: #106574; }
span { border-color: rgb(16,101,116); }
td.TdClassName
{
border-color: #106574;
}
.TagClassName
{
border-color: #106574;
}
</style>