Shades of Blue Lagoon #085A6F
Tints of Blue Lagoon #085A6F
RGB
CMYK
RGB Variations
Color information
#085A6F (or 0x085A6F) is known color: Blue Lagoon. HEX triplet: 08, 5A and 6F. RGB value is (8,90,111). Sum of RGB (Red+Green+Blue) = 8+90+111=209 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.83% from 209); Green value is 90 (35.55% from 255 or 43.06% from 209); Blue value is 111 (43.75% from 255 or 53.11% from 209); Max value from RGB is 111 - color contains mainly: blue. Hex color #085A6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085A6F is #F7A590. Grayscale: #434343. Windows color (decimal): -16229777 or 7297544. OLE color: 7297544.
HSL color Cylindrical-coordinate representation of color #085A6F: hue angle of 192.23º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #085A6F is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 90 | 111 | - |
| CMYK | 0.93 | 0.19 | 0 | 0.56 |
| HSL | 192.23º | 0.87% | 0.23% | - |
| HSV(B) | 192.23º | 0.93% | 0.44% | - |
| XYZ | 6.63 | 8.51 | 16.33 | - |
| YUV | 67.88 | 152.33 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 90 | 111 | 0.93 | 0.19 | 0 | 0.56 | 192.23 | 0.87 | 0.23 |
| Hex | 8 | 5A | 6F | 5D | 13 | 0 | 38 | C0 | 57 | 17 |
| Octal | 10 | 132 | 157 | 135 | 23 | 0 | 70 | 300 | 127 | 27 |
| Binary | 1000 | 1011010 | 1101111 | 1011101 | 10011 | 0 | 111000 | 11000000 | 1010111 | 10111 |
Color Harmonies of #085A6F
Complementary color
Monochromatic Colors of #085A6F
Black with #085A6F
Text Example
Text Example
White with #085A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085A6F; }
p { color: rgb(8,90,111); }
H1.HeaderClassName
{
color: #085A6F;
}
.AnyTagClassName
{
color: #085A6F;
}
</style>
background-color css
<style>
a { background-color: #085A6F; }
a { background-color: rgb(8,90,111); }
div.DivClassName
{
background-color: #085A6F;
}
.BgClassName
{
background-color: #085A6F;
}
</style>
border-color css
<style>
span { border-color: #085A6F; }
span { border-color: rgb(8,90,111); }
td.TdClassName
{
border-color: #085A6F;
}
.TagClassName
{
border-color: #085A6F;
}
</style>