Shades of Blue Lagoon #096772
Tints of Blue Lagoon #096772
RGB
CMYK
RGB Variations
Color information
#096772 (or 0x096772) is known color: Blue Lagoon. HEX triplet: 09, 67 and 72. RGB value is (9,103,114). Sum of RGB (Red+Green+Blue) = 9+103+114=226 (29% of max value = 765). Red value is 9 (3.91% from 255 or 3.98% from 226); Green value is 103 (40.62% from 255 or 45.58% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #096772 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096772 is #F6988D. Grayscale: #4C4C4C. Windows color (decimal): -16160910 or 7497481. OLE color: 7497481.
HSL color Cylindrical-coordinate representation of color #096772: hue angle of 186.29º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096772 is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 103 | 114 | - |
| CMYK | 0.92 | 0.10 | 0 | 0.55 |
| HSL | 186.29º | 0.85% | 0.24% | - |
| HSV(B) | 186.29º | 0.92% | 0.45% | - |
| XYZ | 8 | 10.97 | 17.62 | - |
| YUV | 76.15 | 149.36 | 80.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 103 | 114 | 0.92 | 0.10 | 0 | 0.55 | 186.29 | 0.85 | 0.24 |
| Hex | 9 | 67 | 72 | 5C | A | 0 | 37 | BA | 55 | 18 |
| Octal | 11 | 147 | 162 | 134 | 12 | 0 | 67 | 272 | 125 | 30 |
| Binary | 1001 | 1100111 | 1110010 | 1011100 | 1010 | 0 | 110111 | 10111010 | 1010101 | 11000 |
Color Harmonies of #096772
Complementary color
Monochromatic Colors of #096772
Black with #096772
Text Example
Text Example
White with #096772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096772; }
p { color: rgb(9,103,114); }
H1.HeaderClassName
{
color: #096772;
}
.AnyTagClassName
{
color: #096772;
}
</style>
background-color css
<style>
a { background-color: #096772; }
a { background-color: rgb(9,103,114); }
div.DivClassName
{
background-color: #096772;
}
.BgClassName
{
background-color: #096772;
}
</style>
border-color css
<style>
span { border-color: #096772; }
span { border-color: rgb(9,103,114); }
td.TdClassName
{
border-color: #096772;
}
.TagClassName
{
border-color: #096772;
}
</style>