Shades of Blue Lagoon #096A72
Tints of Blue Lagoon #096A72
RGB
CMYK
RGB Variations
Color information
#096A72 (or 0x096A72) is known color: Blue Lagoon. HEX triplet: 09, 6A and 72. RGB value is (9,106,114). Sum of RGB (Red+Green+Blue) = 9+106+114=229 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.93% from 229); Green value is 106 (41.80% from 255 or 46.29% from 229); Blue value is 114 (44.92% from 255 or 49.78% from 229); Max value from RGB is 114 - color contains mainly: blue. Hex color #096A72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096A72 is #F6958D. Grayscale: #4D4D4D. Windows color (decimal): -16160142 or 7498249. OLE color: 7498249.
HSL color Cylindrical-coordinate representation of color #096A72: hue angle of 184.57º 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 #096A72 is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 106 | 114 | - |
| CMYK | 0.92 | 0.07 | 0 | 0.55 |
| HSL | 184.57º | 0.85% | 0.24% | - |
| HSV(B) | 184.57º | 0.92% | 0.45% | - |
| XYZ | 8.3 | 11.58 | 17.72 | - |
| YUV | 77.91 | 148.36 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 106 | 114 | 0.92 | 0.07 | 0 | 0.55 | 184.57 | 0.85 | 0.24 |
| Hex | 9 | 6A | 72 | 5C | 7 | 0 | 37 | B9 | 55 | 18 |
| Octal | 11 | 152 | 162 | 134 | 7 | 0 | 67 | 271 | 125 | 30 |
| Binary | 1001 | 1101010 | 1110010 | 1011100 | 111 | 0 | 110111 | 10111001 | 1010101 | 11000 |
Color Harmonies of #096A72
Complementary color
Monochromatic Colors of #096A72
Black with #096A72
Text Example
Text Example
White with #096A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096A72; }
p { color: rgb(9,106,114); }
H1.HeaderClassName
{
color: #096A72;
}
.AnyTagClassName
{
color: #096A72;
}
</style>
background-color css
<style>
a { background-color: #096A72; }
a { background-color: rgb(9,106,114); }
div.DivClassName
{
background-color: #096A72;
}
.BgClassName
{
background-color: #096A72;
}
</style>
border-color css
<style>
span { border-color: #096A72; }
span { border-color: rgb(9,106,114); }
td.TdClassName
{
border-color: #096A72;
}
.TagClassName
{
border-color: #096A72;
}
</style>