Shades of Blue Lagoon #096975
Tints of Blue Lagoon #096975
RGB
CMYK
RGB Variations
Color information
#096975 (or 0x096975) is known color: Blue Lagoon. HEX triplet: 09, 69 and 75. RGB value is (9,105,117). Sum of RGB (Red+Green+Blue) = 9+105+117=231 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.90% from 231); Green value is 105 (41.41% from 255 or 45.45% from 231); Blue value is 117 (46.09% from 255 or 50.65% from 231); Max value from RGB is 117 - color contains mainly: blue. Hex color #096975 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096975 is #F6968A. Grayscale: #4D4D4D. Windows color (decimal): -16160395 or 7694601. OLE color: 7694601.
HSL color Cylindrical-coordinate representation of color #096975: hue angle of 186.67º 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 #096975 is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 9 | 105 | 117 | - |
| CMYK | 0.92 | 0.10 | 0 | 0.54 |
| HSL | 186.67º | 0.86% | 0.25% | - |
| HSV(B) | 186.67º | 0.92% | 0.46% | - |
| XYZ | 8.38 | 11.45 | 18.6 | - |
| YUV | 77.66 | 150.2 | 79.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 105 | 117 | 0.92 | 0.10 | 0 | 0.54 | 186.67 | 0.86 | 0.25 |
| Hex | 9 | 69 | 75 | 5C | A | 0 | 36 | BB | 56 | 19 |
| Octal | 11 | 151 | 165 | 134 | 12 | 0 | 66 | 273 | 126 | 31 |
| Binary | 1001 | 1101001 | 1110101 | 1011100 | 1010 | 0 | 110110 | 10111011 | 1010110 | 11001 |
Color Harmonies of #096975
Complementary color
Monochromatic Colors of #096975
Black with #096975
Text Example
Text Example
White with #096975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096975; }
p { color: rgb(9,105,117); }
H1.HeaderClassName
{
color: #096975;
}
.AnyTagClassName
{
color: #096975;
}
</style>
background-color css
<style>
a { background-color: #096975; }
a { background-color: rgb(9,105,117); }
div.DivClassName
{
background-color: #096975;
}
.BgClassName
{
background-color: #096975;
}
</style>
border-color css
<style>
span { border-color: #096975; }
span { border-color: rgb(9,105,117); }
td.TdClassName
{
border-color: #096975;
}
.TagClassName
{
border-color: #096975;
}
</style>