Shades of Blue Lagoon #095E6D
Tints of Blue Lagoon #095E6D
RGB
CMYK
RGB Variations
Color information
#095E6D (or 0x095E6D) is known color: Blue Lagoon. HEX triplet: 09, 5E and 6D. RGB value is (9,94,109). Sum of RGB (Red+Green+Blue) = 9+94+109=212 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.25% from 212); Green value is 94 (37.11% from 255 or 44.34% from 212); Blue value is 109 (42.97% from 255 or 51.42% from 212); Max value from RGB is 109 - color contains mainly: blue. Hex color #095E6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095E6D is #F6A192. Grayscale: #464646. Windows color (decimal): -16163219 or 7167497. OLE color: 7167497.
HSL color Cylindrical-coordinate representation of color #095E6D: hue angle of 189º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #095E6D is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 9 | 94 | 109 | - |
| CMYK | 0.92 | 0.14 | 0 | 0.57 |
| HSL | 189º | 0.85% | 0.23% | - |
| HSV(B) | 189º | 0.92% | 0.43% | - |
| XYZ | 6.88 | 9.17 | 15.88 | - |
| YUV | 70.3 | 149.84 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 94 | 109 | 0.92 | 0.14 | 0 | 0.57 | 189 | 0.85 | 0.23 |
| Hex | 9 | 5E | 6D | 5C | E | 0 | 39 | BD | 55 | 17 |
| Octal | 11 | 136 | 155 | 134 | 16 | 0 | 71 | 275 | 125 | 27 |
| Binary | 1001 | 1011110 | 1101101 | 1011100 | 1110 | 0 | 111001 | 10111101 | 1010101 | 10111 |
Color Harmonies of #095E6D
Complementary color
Monochromatic Colors of #095E6D
Black with #095E6D
Text Example
Text Example
White with #095E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095E6D; }
p { color: rgb(9,94,109); }
H1.HeaderClassName
{
color: #095E6D;
}
.AnyTagClassName
{
color: #095E6D;
}
</style>
background-color css
<style>
a { background-color: #095E6D; }
a { background-color: rgb(9,94,109); }
div.DivClassName
{
background-color: #095E6D;
}
.BgClassName
{
background-color: #095E6D;
}
</style>
border-color css
<style>
span { border-color: #095E6D; }
span { border-color: rgb(9,94,109); }
td.TdClassName
{
border-color: #095E6D;
}
.TagClassName
{
border-color: #095E6D;
}
</style>