Shades of Blue Lagoon #085A6E
Tints of Blue Lagoon #085A6E
RGB
CMYK
RGB Variations
Color information
#085A6E (or 0x085A6E) is known color: Blue Lagoon. HEX triplet: 08, 5A and 6E. RGB value is (8,90,110). Sum of RGB (Red+Green+Blue) = 8+90+110=208 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.85% from 208); Green value is 90 (35.55% from 255 or 43.27% from 208); Blue value is 110 (43.36% from 255 or 52.88% from 208); Max value from RGB is 110 - color contains mainly: blue. Hex color #085A6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085A6E is #F7A591. Grayscale: #434343. Windows color (decimal): -16229778 or 7232008. OLE color: 7232008.
HSL color Cylindrical-coordinate representation of color #085A6E: hue angle of 191.76º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #085A6E is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 90 | 110 | - |
| CMYK | 0.93 | 0.18 | 0 | 0.57 |
| HSL | 191.76º | 0.86% | 0.23% | - |
| HSV(B) | 191.76º | 0.93% | 0.43% | - |
| XYZ | 6.57 | 8.49 | 16.04 | - |
| YUV | 67.76 | 151.83 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 90 | 110 | 0.93 | 0.18 | 0 | 0.57 | 191.76 | 0.86 | 0.23 |
| Hex | 8 | 5A | 6E | 5D | 12 | 0 | 39 | C0 | 56 | 17 |
| Octal | 10 | 132 | 156 | 135 | 22 | 0 | 71 | 300 | 126 | 27 |
| Binary | 1000 | 1011010 | 1101110 | 1011101 | 10010 | 0 | 111001 | 11000000 | 1010110 | 10111 |
Color Harmonies of #085A6E
Complementary color
Monochromatic Colors of #085A6E
Black with #085A6E
Text Example
Text Example
White with #085A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085A6E; }
p { color: rgb(8,90,110); }
H1.HeaderClassName
{
color: #085A6E;
}
.AnyTagClassName
{
color: #085A6E;
}
</style>
background-color css
<style>
a { background-color: #085A6E; }
a { background-color: rgb(8,90,110); }
div.DivClassName
{
background-color: #085A6E;
}
.BgClassName
{
background-color: #085A6E;
}
</style>
border-color css
<style>
span { border-color: #085A6E; }
span { border-color: rgb(8,90,110); }
td.TdClassName
{
border-color: #085A6E;
}
.TagClassName
{
border-color: #085A6E;
}
</style>