Shades of Blue Lagoon #085C7E
Tints of Blue Lagoon #085C7E
RGB
CMYK
RGB Variations
Color information
#085C7E (or 0x085C7E) is known color: Blue Lagoon. HEX triplet: 08, 5C and 7E. RGB value is (8,92,126). Sum of RGB (Red+Green+Blue) = 8+92+126=226 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.54% from 226); Green value is 92 (36.33% from 255 or 40.71% from 226); Blue value is 126 (49.61% from 255 or 55.75% from 226); Max value from RGB is 126 - color contains mainly: blue. Hex color #085C7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085C7E is #F7A381. Grayscale: #464646. Windows color (decimal): -16229250 or 8281096. OLE color: 8281096.
HSL color Cylindrical-coordinate representation of color #085C7E: hue angle of 197.29º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #085C7E is Cyan = 0.94, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 92 | 126 | - |
| CMYK | 0.94 | 0.27 | 0 | 0.51 |
| HSL | 197.29º | 0.88% | 0.26% | - |
| HSV(B) | 197.29º | 0.94% | 0.49% | - |
| XYZ | 7.69 | 9.21 | 21.11 | - |
| YUV | 70.76 | 159.17 | 83.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 92 | 126 | 0.94 | 0.27 | 0 | 0.51 | 197.29 | 0.88 | 0.26 |
| Hex | 8 | 5C | 7E | 5E | 1B | 0 | 33 | C5 | 58 | 1A |
| Octal | 10 | 134 | 176 | 136 | 33 | 0 | 63 | 305 | 130 | 32 |
| Binary | 1000 | 1011100 | 1111110 | 1011110 | 11011 | 0 | 110011 | 11000101 | 1011000 | 11010 |
Color Harmonies of #085C7E
Complementary color
Monochromatic Colors of #085C7E
Black with #085C7E
Text Example
Text Example
White with #085C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085C7E; }
p { color: rgb(8,92,126); }
H1.HeaderClassName
{
color: #085C7E;
}
.AnyTagClassName
{
color: #085C7E;
}
</style>
background-color css
<style>
a { background-color: #085C7E; }
a { background-color: rgb(8,92,126); }
div.DivClassName
{
background-color: #085C7E;
}
.BgClassName
{
background-color: #085C7E;
}
</style>
border-color css
<style>
span { border-color: #085C7E; }
span { border-color: rgb(8,92,126); }
td.TdClassName
{
border-color: #085C7E;
}
.TagClassName
{
border-color: #085C7E;
}
</style>