Shades of Blue Lagoon #085976
Tints of Blue Lagoon #085976
RGB
CMYK
RGB Variations
Color information
#085976 (or 0x085976) is known color: Blue Lagoon. HEX triplet: 08, 59 and 76. RGB value is (8,89,118). Sum of RGB (Red+Green+Blue) = 8+89+118=215 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.72% from 215); Green value is 89 (35.16% from 255 or 41.40% from 215); Blue value is 118 (46.48% from 255 or 54.88% from 215); Max value from RGB is 118 - color contains mainly: blue. Hex color #085976 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085976 is #F7A689. Grayscale: #434343. Windows color (decimal): -16230026 or 7756040. OLE color: 7756040.
HSL color Cylindrical-coordinate representation of color #085976: hue angle of 195.82º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #085976 is Cyan = 0.93, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 8 | 89 | 118 | - |
| CMYK | 0.93 | 0.25 | 0 | 0.54 |
| HSL | 195.82º | 0.87% | 0.25% | - |
| HSV(B) | 195.82º | 0.93% | 0.46% | - |
| XYZ | 6.94 | 8.5 | 18.42 | - |
| YUV | 68.09 | 156.16 | 85.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 89 | 118 | 0.93 | 0.25 | 0 | 0.54 | 195.82 | 0.87 | 0.25 |
| Hex | 8 | 59 | 76 | 5D | 19 | 0 | 36 | C4 | 57 | 19 |
| Octal | 10 | 131 | 166 | 135 | 31 | 0 | 66 | 304 | 127 | 31 |
| Binary | 1000 | 1011001 | 1110110 | 1011101 | 11001 | 0 | 110110 | 11000100 | 1010111 | 11001 |
Color Harmonies of #085976
Complementary color
Monochromatic Colors of #085976
Black with #085976
Text Example
Text Example
White with #085976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085976; }
p { color: rgb(8,89,118); }
H1.HeaderClassName
{
color: #085976;
}
.AnyTagClassName
{
color: #085976;
}
</style>
background-color css
<style>
a { background-color: #085976; }
a { background-color: rgb(8,89,118); }
div.DivClassName
{
background-color: #085976;
}
.BgClassName
{
background-color: #085976;
}
</style>
border-color css
<style>
span { border-color: #085976; }
span { border-color: rgb(8,89,118); }
td.TdClassName
{
border-color: #085976;
}
.TagClassName
{
border-color: #085976;
}
</style>