Shades of Blue Lagoon #085E7B
Tints of Blue Lagoon #085E7B
RGB
CMYK
RGB Variations
Color information
#085E7B (or 0x085E7B) is known color: Blue Lagoon. HEX triplet: 08, 5E and 7B. RGB value is (8,94,123). Sum of RGB (Red+Green+Blue) = 8+94+123=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 94 (37.11% from 255 or 41.78% from 225); Blue value is 123 (48.44% from 255 or 54.67% from 225); Max value from RGB is 123 - color contains mainly: blue. Hex color #085E7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085E7B is #F7A184. Grayscale: #474747. Windows color (decimal): -16228741 or 8085000. OLE color: 8085000.
HSL color Cylindrical-coordinate representation of color #085E7B: hue angle of 195.13º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #085E7B is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 94 | 123 | - |
| CMYK | 0.93 | 0.24 | 0 | 0.52 |
| HSL | 195.13º | 0.88% | 0.26% | - |
| HSV(B) | 195.13º | 0.93% | 0.48% | - |
| XYZ | 7.68 | 9.49 | 20.17 | - |
| YUV | 71.59 | 157.01 | 82.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 94 | 123 | 0.93 | 0.24 | 0 | 0.52 | 195.13 | 0.88 | 0.26 |
| Hex | 8 | 5E | 7B | 5D | 18 | 0 | 34 | C3 | 58 | 1A |
| Octal | 10 | 136 | 173 | 135 | 30 | 0 | 64 | 303 | 130 | 32 |
| Binary | 1000 | 1011110 | 1111011 | 1011101 | 11000 | 0 | 110100 | 11000011 | 1011000 | 11010 |
Color Harmonies of #085E7B
Complementary color
Monochromatic Colors of #085E7B
Black with #085E7B
Text Example
Text Example
White with #085E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085E7B; }
p { color: rgb(8,94,123); }
H1.HeaderClassName
{
color: #085E7B;
}
.AnyTagClassName
{
color: #085E7B;
}
</style>
background-color css
<style>
a { background-color: #085E7B; }
a { background-color: rgb(8,94,123); }
div.DivClassName
{
background-color: #085E7B;
}
.BgClassName
{
background-color: #085E7B;
}
</style>
border-color css
<style>
span { border-color: #085E7B; }
span { border-color: rgb(8,94,123); }
td.TdClassName
{
border-color: #085E7B;
}
.TagClassName
{
border-color: #085E7B;
}
</style>