Shades of Blue Lagoon #095B6F
Tints of Blue Lagoon #095B6F
RGB
CMYK
RGB Variations
Color information
#095B6F (or 0x095B6F) is known color: Blue Lagoon. HEX triplet: 09, 5B and 6F. RGB value is (9,91,111). Sum of RGB (Red+Green+Blue) = 9+91+111=211 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.27% from 211); Green value is 91 (35.94% from 255 or 43.13% from 211); Blue value is 111 (43.75% from 255 or 52.61% from 211); Max value from RGB is 111 - color contains mainly: blue. Hex color #095B6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095B6F is #F6A490. Grayscale: #444444. Windows color (decimal): -16163985 or 7297801. OLE color: 7297801.
HSL color Cylindrical-coordinate representation of color #095B6F: hue angle of 191.76º 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 #095B6F is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 91 | 111 | - |
| CMYK | 0.92 | 0.18 | 0 | 0.56 |
| HSL | 191.76º | 0.85% | 0.24% | - |
| HSV(B) | 191.76º | 0.92% | 0.44% | - |
| XYZ | 6.72 | 8.69 | 16.36 | - |
| YUV | 68.76 | 151.83 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 91 | 111 | 0.92 | 0.18 | 0 | 0.56 | 191.76 | 0.85 | 0.24 |
| Hex | 9 | 5B | 6F | 5C | 12 | 0 | 38 | C0 | 55 | 18 |
| Octal | 11 | 133 | 157 | 134 | 22 | 0 | 70 | 300 | 125 | 30 |
| Binary | 1001 | 1011011 | 1101111 | 1011100 | 10010 | 0 | 111000 | 11000000 | 1010101 | 11000 |
Color Harmonies of #095B6F
Complementary color
Monochromatic Colors of #095B6F
Black with #095B6F
Text Example
Text Example
White with #095B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095B6F; }
p { color: rgb(9,91,111); }
H1.HeaderClassName
{
color: #095B6F;
}
.AnyTagClassName
{
color: #095B6F;
}
</style>
background-color css
<style>
a { background-color: #095B6F; }
a { background-color: rgb(9,91,111); }
div.DivClassName
{
background-color: #095B6F;
}
.BgClassName
{
background-color: #095B6F;
}
</style>
border-color css
<style>
span { border-color: #095B6F; }
span { border-color: rgb(9,91,111); }
td.TdClassName
{
border-color: #095B6F;
}
.TagClassName
{
border-color: #095B6F;
}
</style>