Shades of Blue Lagoon #085D7A
Tints of Blue Lagoon #085D7A
RGB
CMYK
RGB Variations
Color information
#085D7A (or 0x085D7A) is known color: Blue Lagoon. HEX triplet: 08, 5D and 7A. RGB value is (8,93,122). Sum of RGB (Red+Green+Blue) = 8+93+122=223 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.59% from 223); Green value is 93 (36.72% from 255 or 41.70% from 223); Blue value is 122 (48.05% from 255 or 54.71% from 223); Max value from RGB is 122 - color contains mainly: blue. Hex color #085D7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085D7A is #F7A285. Grayscale: #464646. Windows color (decimal): -16228998 or 8019208. OLE color: 8019208.
HSL color Cylindrical-coordinate representation of color #085D7A: hue angle of 195.26º 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 #085D7A is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 93 | 122 | - |
| CMYK | 0.93 | 0.24 | 0 | 0.52 |
| HSL | 195.26º | 0.88% | 0.25% | - |
| HSV(B) | 195.26º | 0.93% | 0.48% | - |
| XYZ | 7.53 | 9.29 | 19.81 | - |
| YUV | 70.89 | 156.84 | 83.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 93 | 122 | 0.93 | 0.24 | 0 | 0.52 | 195.26 | 0.88 | 0.25 |
| Hex | 8 | 5D | 7A | 5D | 18 | 0 | 34 | C3 | 58 | 19 |
| Octal | 10 | 135 | 172 | 135 | 30 | 0 | 64 | 303 | 130 | 31 |
| Binary | 1000 | 1011101 | 1111010 | 1011101 | 11000 | 0 | 110100 | 11000011 | 1011000 | 11001 |
Color Harmonies of #085D7A
Complementary color
Monochromatic Colors of #085D7A
Black with #085D7A
Text Example
Text Example
White with #085D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085D7A; }
p { color: rgb(8,93,122); }
H1.HeaderClassName
{
color: #085D7A;
}
.AnyTagClassName
{
color: #085D7A;
}
</style>
background-color css
<style>
a { background-color: #085D7A; }
a { background-color: rgb(8,93,122); }
div.DivClassName
{
background-color: #085D7A;
}
.BgClassName
{
background-color: #085D7A;
}
</style>
border-color css
<style>
span { border-color: #085D7A; }
span { border-color: rgb(8,93,122); }
td.TdClassName
{
border-color: #085D7A;
}
.TagClassName
{
border-color: #085D7A;
}
</style>