Shades of Blue Lagoon #096B77
Tints of Blue Lagoon #096B77
RGB
CMYK
RGB Variations
Color information
#096B77 (or 0x096B77) is known color: Blue Lagoon. HEX triplet: 09, 6B and 77. RGB value is (9,107,119). Sum of RGB (Red+Green+Blue) = 9+107+119=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 107 (42.19% from 255 or 45.53% from 235); Blue value is 119 (46.88% from 255 or 50.64% from 235); Max value from RGB is 119 - color contains mainly: blue. Hex color #096B77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096B77 is #F69488. Grayscale: #4E4E4E. Windows color (decimal): -16159881 or 7826185. OLE color: 7826185.
HSL color Cylindrical-coordinate representation of color #096B77: hue angle of 186.55º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096B77 is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 9 | 107 | 119 | - |
| CMYK | 0.92 | 0.10 | 0 | 0.53 |
| HSL | 186.55º | 0.86% | 0.25% | - |
| HSV(B) | 186.55º | 0.92% | 0.47% | - |
| XYZ | 8.7 | 11.91 | 19.29 | - |
| YUV | 79.07 | 150.53 | 78.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 107 | 119 | 0.92 | 0.10 | 0 | 0.53 | 186.55 | 0.86 | 0.25 |
| Hex | 9 | 6B | 77 | 5C | A | 0 | 35 | BB | 56 | 19 |
| Octal | 11 | 153 | 167 | 134 | 12 | 0 | 65 | 273 | 126 | 31 |
| Binary | 1001 | 1101011 | 1110111 | 1011100 | 1010 | 0 | 110101 | 10111011 | 1010110 | 11001 |
Color Harmonies of #096B77
Complementary color
Monochromatic Colors of #096B77
Black with #096B77
Text Example
Text Example
White with #096B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096B77; }
p { color: rgb(9,107,119); }
H1.HeaderClassName
{
color: #096B77;
}
.AnyTagClassName
{
color: #096B77;
}
</style>
background-color css
<style>
a { background-color: #096B77; }
a { background-color: rgb(9,107,119); }
div.DivClassName
{
background-color: #096B77;
}
.BgClassName
{
background-color: #096B77;
}
</style>
border-color css
<style>
span { border-color: #096B77; }
span { border-color: rgb(9,107,119); }
td.TdClassName
{
border-color: #096B77;
}
.TagClassName
{
border-color: #096B77;
}
</style>