Shades of Blue Lagoon #095E7A
Tints of Blue Lagoon #095E7A
RGB
CMYK
RGB Variations
Color information
#095E7A (or 0x095E7A) is known color: Blue Lagoon. HEX triplet: 09, 5E and 7A. RGB value is (9,94,122). Sum of RGB (Red+Green+Blue) = 9+94+122=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 94 (37.11% from 255 or 41.78% from 225); Blue value is 122 (48.05% from 255 or 54.22% from 225); Max value from RGB is 122 - color contains mainly: blue. Hex color #095E7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095E7A is #F6A185. Grayscale: #474747. Windows color (decimal): -16163206 or 8019465. OLE color: 8019465.
HSL color Cylindrical-coordinate representation of color #095E7A: hue angle of 194.87º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #095E7A is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 9 | 94 | 122 | - |
| CMYK | 0.93 | 0.23 | 0 | 0.52 |
| HSL | 194.87º | 0.86% | 0.26% | - |
| HSV(B) | 194.87º | 0.93% | 0.48% | - |
| XYZ | 7.63 | 9.47 | 19.84 | - |
| YUV | 71.78 | 156.34 | 83.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 94 | 122 | 0.93 | 0.23 | 0 | 0.52 | 194.87 | 0.86 | 0.26 |
| Hex | 9 | 5E | 7A | 5D | 17 | 0 | 34 | C3 | 56 | 1A |
| Octal | 11 | 136 | 172 | 135 | 27 | 0 | 64 | 303 | 126 | 32 |
| Binary | 1001 | 1011110 | 1111010 | 1011101 | 10111 | 0 | 110100 | 11000011 | 1010110 | 11010 |
Color Harmonies of #095E7A
Complementary color
Monochromatic Colors of #095E7A
Black with #095E7A
Text Example
Text Example
White with #095E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095E7A; }
p { color: rgb(9,94,122); }
H1.HeaderClassName
{
color: #095E7A;
}
.AnyTagClassName
{
color: #095E7A;
}
</style>
background-color css
<style>
a { background-color: #095E7A; }
a { background-color: rgb(9,94,122); }
div.DivClassName
{
background-color: #095E7A;
}
.BgClassName
{
background-color: #095E7A;
}
</style>
border-color css
<style>
span { border-color: #095E7A; }
span { border-color: rgb(9,94,122); }
td.TdClassName
{
border-color: #095E7A;
}
.TagClassName
{
border-color: #095E7A;
}
</style>