Shades of Blue Lagoon #095E7F
Tints of Blue Lagoon #095E7F
RGB
CMYK
RGB Variations
Color information
#095E7F (or 0x095E7F) is known color: Blue Lagoon. HEX triplet: 09, 5E and 7F. RGB value is (9,94,127). Sum of RGB (Red+Green+Blue) = 9+94+127=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 94 (37.11% from 255 or 40.87% from 230); Blue value is 127 (50% from 255 or 55.22% from 230); Max value from RGB is 127 - color contains mainly: blue. Hex color #095E7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095E7F is #F6A180. Grayscale: #484848. Windows color (decimal): -16163201 or 8347145. OLE color: 8347145.
HSL color Cylindrical-coordinate representation of color #095E7F: hue angle of 196.78º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #095E7F is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 9 | 94 | 127 | - |
| CMYK | 0.93 | 0.26 | 0 | 0.50 |
| HSL | 196.78º | 0.87% | 0.27% | - |
| HSV(B) | 196.78º | 0.93% | 0.5% | - |
| XYZ | 7.95 | 9.6 | 21.51 | - |
| YUV | 72.35 | 158.84 | 82.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 94 | 127 | 0.93 | 0.26 | 0 | 0.50 | 196.78 | 0.87 | 0.27 |
| Hex | 9 | 5E | 7F | 5D | 1A | 0 | 32 | C5 | 57 | 1B |
| Octal | 11 | 136 | 177 | 135 | 32 | 0 | 62 | 305 | 127 | 33 |
| Binary | 1001 | 1011110 | 1111111 | 1011101 | 11010 | 0 | 110010 | 11000101 | 1010111 | 11011 |
Color Harmonies of #095E7F
Complementary color
Monochromatic Colors of #095E7F
Black with #095E7F
Text Example
Text Example
White with #095E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095E7F; }
p { color: rgb(9,94,127); }
H1.HeaderClassName
{
color: #095E7F;
}
.AnyTagClassName
{
color: #095E7F;
}
</style>
background-color css
<style>
a { background-color: #095E7F; }
a { background-color: rgb(9,94,127); }
div.DivClassName
{
background-color: #095E7F;
}
.BgClassName
{
background-color: #095E7F;
}
</style>
border-color css
<style>
span { border-color: #095E7F; }
span { border-color: rgb(9,94,127); }
td.TdClassName
{
border-color: #095E7F;
}
.TagClassName
{
border-color: #095E7F;
}
</style>