Shades of Blue Lagoon #085E7A
Tints of Blue Lagoon #085E7A
RGB
CMYK
RGB Variations
Color information
#085E7A (or 0x085E7A) is known color: Blue Lagoon. HEX triplet: 08, 5E and 7A. RGB value is (8,94,122). Sum of RGB (Red+Green+Blue) = 8+94+122=224 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.57% from 224); Green value is 94 (37.11% from 255 or 41.96% from 224); Blue value is 122 (48.05% from 255 or 54.46% from 224); Max value from RGB is 122 - color contains mainly: blue. Hex color #085E7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085E7A is #F7A185. Grayscale: #474747. Windows color (decimal): -16228742 or 8019464. OLE color: 8019464.
HSL color Cylindrical-coordinate representation of color #085E7A: hue angle of 194.74º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #085E7A is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 94 | 122 | - |
| CMYK | 0.93 | 0.23 | 0 | 0.52 |
| HSL | 194.74º | 0.88% | 0.25% | - |
| HSV(B) | 194.74º | 0.93% | 0.48% | - |
| XYZ | 7.62 | 9.46 | 19.84 | - |
| YUV | 71.48 | 156.51 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 94 | 122 | 0.93 | 0.23 | 0 | 0.52 | 194.74 | 0.88 | 0.25 |
| Hex | 8 | 5E | 7A | 5D | 17 | 0 | 34 | C3 | 58 | 19 |
| Octal | 10 | 136 | 172 | 135 | 27 | 0 | 64 | 303 | 130 | 31 |
| Binary | 1000 | 1011110 | 1111010 | 1011101 | 10111 | 0 | 110100 | 11000011 | 1011000 | 11001 |
Color Harmonies of #085E7A
Complementary color
Monochromatic Colors of #085E7A
Black with #085E7A
Text Example
Text Example
White with #085E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085E7A; }
p { color: rgb(8,94,122); }
H1.HeaderClassName
{
color: #085E7A;
}
.AnyTagClassName
{
color: #085E7A;
}
</style>
background-color css
<style>
a { background-color: #085E7A; }
a { background-color: rgb(8,94,122); }
div.DivClassName
{
background-color: #085E7A;
}
.BgClassName
{
background-color: #085E7A;
}
</style>
border-color css
<style>
span { border-color: #085E7A; }
span { border-color: rgb(8,94,122); }
td.TdClassName
{
border-color: #085E7A;
}
.TagClassName
{
border-color: #085E7A;
}
</style>