Shades of Blue Lagoon #09596F
Tints of Blue Lagoon #09596F
RGB
CMYK
RGB Variations
Color information
#09596F (or 0x09596F) is known color: Blue Lagoon. HEX triplet: 09, 59 and 6F. RGB value is (9,89,111). Sum of RGB (Red+Green+Blue) = 9+89+111=209 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.31% from 209); Green value is 89 (35.16% from 255 or 42.58% from 209); Blue value is 111 (43.75% from 255 or 53.11% from 209); Max value from RGB is 111 - color contains mainly: blue. Hex color #09596F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09596F is #F6A690. Grayscale: #434343. Windows color (decimal): -16164497 or 7297289. OLE color: 7297289.
HSL color Cylindrical-coordinate representation of color #09596F: hue angle of 192.94º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09596F is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 89 | 111 | - |
| CMYK | 0.92 | 0.20 | 0 | 0.56 |
| HSL | 192.94º | 0.85% | 0.24% | - |
| HSV(B) | 192.94º | 0.92% | 0.44% | - |
| XYZ | 6.55 | 8.35 | 16.31 | - |
| YUV | 67.59 | 152.5 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 89 | 111 | 0.92 | 0.20 | 0 | 0.56 | 192.94 | 0.85 | 0.24 |
| Hex | 9 | 59 | 6F | 5C | 14 | 0 | 38 | C1 | 55 | 18 |
| Octal | 11 | 131 | 157 | 134 | 24 | 0 | 70 | 301 | 125 | 30 |
| Binary | 1001 | 1011001 | 1101111 | 1011100 | 10100 | 0 | 111000 | 11000001 | 1010101 | 11000 |
Color Harmonies of #09596F
Complementary color
Monochromatic Colors of #09596F
Black with #09596F
Text Example
Text Example
White with #09596F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09596F; }
p { color: rgb(9,89,111); }
H1.HeaderClassName
{
color: #09596F;
}
.AnyTagClassName
{
color: #09596F;
}
</style>
background-color css
<style>
a { background-color: #09596F; }
a { background-color: rgb(9,89,111); }
div.DivClassName
{
background-color: #09596F;
}
.BgClassName
{
background-color: #09596F;
}
</style>
border-color css
<style>
span { border-color: #09596F; }
span { border-color: rgb(9,89,111); }
td.TdClassName
{
border-color: #09596F;
}
.TagClassName
{
border-color: #09596F;
}
</style>