Shades of Blue Lagoon #095E80
Tints of Blue Lagoon #095E80
RGB
CMYK
RGB Variations
Color information
#095E80 (or 0x095E80) is known color: Blue Lagoon. HEX triplet: 09, 5E and 80. RGB value is (9,94,128). Sum of RGB (Red+Green+Blue) = 9+94+128=231 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.90% from 231); Green value is 94 (37.11% from 255 or 40.69% from 231); Blue value is 128 (50.39% from 255 or 55.41% from 231); Max value from RGB is 128 - color contains mainly: blue. Hex color #095E80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095E80 is #F6A17F. Grayscale: #484848. Windows color (decimal): -16163200 or 8412681. OLE color: 8412681.
HSL color Cylindrical-coordinate representation of color #095E80: hue angle of 197.14º 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 #095E80 is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 9 | 94 | 128 | - |
| CMYK | 0.93 | 0.27 | 0 | 0.50 |
| HSL | 197.14º | 0.87% | 0.27% | - |
| HSV(B) | 197.14º | 0.93% | 0.5% | - |
| XYZ | 8.01 | 9.62 | 21.86 | - |
| YUV | 72.46 | 159.34 | 82.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 94 | 128 | 0.93 | 0.27 | 0 | 0.50 | 197.14 | 0.87 | 0.27 |
| Hex | 9 | 5E | 80 | 5D | 1B | 0 | 32 | C5 | 57 | 1B |
| Octal | 11 | 136 | 200 | 135 | 33 | 0 | 62 | 305 | 127 | 33 |
| Binary | 1001 | 1011110 | 10000000 | 1011101 | 11011 | 0 | 110010 | 11000101 | 1010111 | 11011 |
Color Harmonies of #095E80
Complementary color
Monochromatic Colors of #095E80
Black with #095E80
Text Example
Text Example
White with #095E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095E80; }
p { color: rgb(9,94,128); }
H1.HeaderClassName
{
color: #095E80;
}
.AnyTagClassName
{
color: #095E80;
}
</style>
background-color css
<style>
a { background-color: #095E80; }
a { background-color: rgb(9,94,128); }
div.DivClassName
{
background-color: #095E80;
}
.BgClassName
{
background-color: #095E80;
}
</style>
border-color css
<style>
span { border-color: #095E80; }
span { border-color: rgb(9,94,128); }
td.TdClassName
{
border-color: #095E80;
}
.TagClassName
{
border-color: #095E80;
}
</style>