Shades of Blue Lagoon #096175
Tints of Blue Lagoon #096175
RGB
CMYK
RGB Variations
Color information
#096175 (or 0x096175) is known color: Blue Lagoon. HEX triplet: 09, 61 and 75. RGB value is (9,97,117). Sum of RGB (Red+Green+Blue) = 9+97+117=223 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.04% from 223); Green value is 97 (38.28% from 255 or 43.50% from 223); Blue value is 117 (46.09% from 255 or 52.47% from 223); Max value from RGB is 117 - color contains mainly: blue. Hex color #096175 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096175 is #F69E8A. Grayscale: #484848. Windows color (decimal): -16162443 or 7692553. OLE color: 7692553.
HSL color Cylindrical-coordinate representation of color #096175: hue angle of 191.11º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096175 is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 9 | 97 | 117 | - |
| CMYK | 0.92 | 0.17 | 0 | 0.54 |
| HSL | 191.11º | 0.86% | 0.25% | - |
| HSV(B) | 191.11º | 0.92% | 0.46% | - |
| XYZ | 7.6 | 9.89 | 18.34 | - |
| YUV | 72.97 | 152.85 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 97 | 117 | 0.92 | 0.17 | 0 | 0.54 | 191.11 | 0.86 | 0.25 |
| Hex | 9 | 61 | 75 | 5C | 11 | 0 | 36 | BF | 56 | 19 |
| Octal | 11 | 141 | 165 | 134 | 21 | 0 | 66 | 277 | 126 | 31 |
| Binary | 1001 | 1100001 | 1110101 | 1011100 | 10001 | 0 | 110110 | 10111111 | 1010110 | 11001 |
Color Harmonies of #096175
Complementary color
Monochromatic Colors of #096175
Black with #096175
Text Example
Text Example
White with #096175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096175; }
p { color: rgb(9,97,117); }
H1.HeaderClassName
{
color: #096175;
}
.AnyTagClassName
{
color: #096175;
}
</style>
background-color css
<style>
a { background-color: #096175; }
a { background-color: rgb(9,97,117); }
div.DivClassName
{
background-color: #096175;
}
.BgClassName
{
background-color: #096175;
}
</style>
border-color css
<style>
span { border-color: #096175; }
span { border-color: rgb(9,97,117); }
td.TdClassName
{
border-color: #096175;
}
.TagClassName
{
border-color: #096175;
}
</style>