Shades of Blue Lagoon #085E80
Tints of Blue Lagoon #085E80
RGB
CMYK
RGB Variations
Color information
#085E80 (or 0x085E80) is known color: Blue Lagoon. HEX triplet: 08, 5E and 80. RGB value is (8,94,128). Sum of RGB (Red+Green+Blue) = 8+94+128=230 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.48% from 230); Green value is 94 (37.11% from 255 or 40.87% from 230); Blue value is 128 (50.39% from 255 or 55.65% from 230); Max value from RGB is 128 - color contains mainly: blue. Hex color #085E80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085E80 is #F7A17F. Grayscale: #474747. Windows color (decimal): -16228736 or 8412680. OLE color: 8412680.
HSL color Cylindrical-coordinate representation of color #085E80: hue angle of 197º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #085E80 is Cyan = 0.94, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 8 | 94 | 128 | - |
| CMYK | 0.94 | 0.27 | 0 | 0.50 |
| HSL | 197º | 0.88% | 0.27% | - |
| HSV(B) | 197º | 0.94% | 0.5% | - |
| XYZ | 8 | 9.62 | 21.86 | - |
| YUV | 72.16 | 159.51 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 94 | 128 | 0.94 | 0.27 | 0 | 0.50 | 197 | 0.88 | 0.27 |
| Hex | 8 | 5E | 80 | 5E | 1B | 0 | 32 | C5 | 58 | 1B |
| Octal | 10 | 136 | 200 | 136 | 33 | 0 | 62 | 305 | 130 | 33 |
| Binary | 1000 | 1011110 | 10000000 | 1011110 | 11011 | 0 | 110010 | 11000101 | 1011000 | 11011 |
Color Harmonies of #085E80
Complementary color
Monochromatic Colors of #085E80
Black with #085E80
Text Example
Text Example
White with #085E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085E80; }
p { color: rgb(8,94,128); }
H1.HeaderClassName
{
color: #085E80;
}
.AnyTagClassName
{
color: #085E80;
}
</style>
background-color css
<style>
a { background-color: #085E80; }
a { background-color: rgb(8,94,128); }
div.DivClassName
{
background-color: #085E80;
}
.BgClassName
{
background-color: #085E80;
}
</style>
border-color css
<style>
span { border-color: #085E80; }
span { border-color: rgb(8,94,128); }
td.TdClassName
{
border-color: #085E80;
}
.TagClassName
{
border-color: #085E80;
}
</style>