Shades of Blue Lagoon #095E6E
Tints of Blue Lagoon #095E6E
RGB
CMYK
RGB Variations
Color information
#095E6E (or 0x095E6E) is known color: Blue Lagoon. HEX triplet: 09, 5E and 6E. RGB value is (9,94,110). Sum of RGB (Red+Green+Blue) = 9+94+110=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 94 (37.11% from 255 or 44.13% from 213); Blue value is 110 (43.36% from 255 or 51.64% from 213); Max value from RGB is 110 - color contains mainly: blue. Hex color #095E6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095E6E is #F6A191. Grayscale: #464646. Windows color (decimal): -16163218 or 7233033. OLE color: 7233033.
HSL color Cylindrical-coordinate representation of color #095E6E: hue angle of 189.5º 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 #095E6E is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 9 | 94 | 110 | - |
| CMYK | 0.92 | 0.15 | 0 | 0.57 |
| HSL | 189.5º | 0.85% | 0.23% | - |
| HSV(B) | 189.5º | 0.92% | 0.43% | - |
| XYZ | 6.93 | 9.19 | 16.16 | - |
| YUV | 70.41 | 150.34 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 94 | 110 | 0.92 | 0.15 | 0 | 0.57 | 189.5 | 0.85 | 0.23 |
| Hex | 9 | 5E | 6E | 5C | F | 0 | 39 | BE | 55 | 17 |
| Octal | 11 | 136 | 156 | 134 | 17 | 0 | 71 | 276 | 125 | 27 |
| Binary | 1001 | 1011110 | 1101110 | 1011100 | 1111 | 0 | 111001 | 10111110 | 1010101 | 10111 |
Color Harmonies of #095E6E
Complementary color
Monochromatic Colors of #095E6E
Black with #095E6E
Text Example
Text Example
White with #095E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095E6E; }
p { color: rgb(9,94,110); }
H1.HeaderClassName
{
color: #095E6E;
}
.AnyTagClassName
{
color: #095E6E;
}
</style>
background-color css
<style>
a { background-color: #095E6E; }
a { background-color: rgb(9,94,110); }
div.DivClassName
{
background-color: #095E6E;
}
.BgClassName
{
background-color: #095E6E;
}
</style>
border-color css
<style>
span { border-color: #095E6E; }
span { border-color: rgb(9,94,110); }
td.TdClassName
{
border-color: #095E6E;
}
.TagClassName
{
border-color: #095E6E;
}
</style>