Shades of Blue Lagoon #095F80
Tints of Blue Lagoon #095F80
RGB
CMYK
RGB Variations
Color information
#095F80 (or 0x095F80) is known color: Blue Lagoon. HEX triplet: 09, 5F and 80. RGB value is (9,95,128). Sum of RGB (Red+Green+Blue) = 9+95+128=232 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.88% from 232); Green value is 95 (37.5% from 255 or 40.95% from 232); Blue value is 128 (50.39% from 255 or 55.17% from 232); Max value from RGB is 128 - color contains mainly: blue. Hex color #095F80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095F80 is #F6A07F. Grayscale: #484848. Windows color (decimal): -16162944 or 8412937. OLE color: 8412937.
HSL color Cylindrical-coordinate representation of color #095F80: hue angle of 196.64º 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 #095F80 is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 9 | 95 | 128 | - |
| CMYK | 0.93 | 0.26 | 0 | 0.50 |
| HSL | 196.64º | 0.87% | 0.27% | - |
| HSV(B) | 196.64º | 0.93% | 0.5% | - |
| XYZ | 8.1 | 9.8 | 21.89 | - |
| YUV | 73.05 | 159.01 | 82.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 95 | 128 | 0.93 | 0.26 | 0 | 0.50 | 196.64 | 0.87 | 0.27 |
| Hex | 9 | 5F | 80 | 5D | 1A | 0 | 32 | C5 | 57 | 1B |
| Octal | 11 | 137 | 200 | 135 | 32 | 0 | 62 | 305 | 127 | 33 |
| Binary | 1001 | 1011111 | 10000000 | 1011101 | 11010 | 0 | 110010 | 11000101 | 1010111 | 11011 |
Color Harmonies of #095F80
Complementary color
Monochromatic Colors of #095F80
Black with #095F80
Text Example
Text Example
White with #095F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095F80; }
p { color: rgb(9,95,128); }
H1.HeaderClassName
{
color: #095F80;
}
.AnyTagClassName
{
color: #095F80;
}
</style>
background-color css
<style>
a { background-color: #095F80; }
a { background-color: rgb(9,95,128); }
div.DivClassName
{
background-color: #095F80;
}
.BgClassName
{
background-color: #095F80;
}
</style>
border-color css
<style>
span { border-color: #095F80; }
span { border-color: rgb(9,95,128); }
td.TdClassName
{
border-color: #095F80;
}
.TagClassName
{
border-color: #095F80;
}
</style>