Shades of Blue Lagoon #085A6D
Tints of Blue Lagoon #085A6D
RGB
CMYK
RGB Variations
Color information
#085A6D (or 0x085A6D) is known color: Blue Lagoon. HEX triplet: 08, 5A and 6D. RGB value is (8,90,109). Sum of RGB (Red+Green+Blue) = 8+90+109=207 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.86% from 207); Green value is 90 (35.55% from 255 or 43.48% from 207); Blue value is 109 (42.97% from 255 or 52.66% from 207); Max value from RGB is 109 - color contains mainly: blue. Hex color #085A6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085A6D is #F7A592. Grayscale: #434343. Windows color (decimal): -16229779 or 7166472. OLE color: 7166472.
HSL color Cylindrical-coordinate representation of color #085A6D: hue angle of 191.29º 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 #085A6D is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 90 | 109 | - |
| CMYK | 0.93 | 0.17 | 0 | 0.57 |
| HSL | 191.29º | 0.86% | 0.23% | - |
| HSV(B) | 191.29º | 0.93% | 0.43% | - |
| XYZ | 6.52 | 8.47 | 15.76 | - |
| YUV | 67.65 | 151.33 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 90 | 109 | 0.93 | 0.17 | 0 | 0.57 | 191.29 | 0.86 | 0.23 |
| Hex | 8 | 5A | 6D | 5D | 11 | 0 | 39 | BF | 56 | 17 |
| Octal | 10 | 132 | 155 | 135 | 21 | 0 | 71 | 277 | 126 | 27 |
| Binary | 1000 | 1011010 | 1101101 | 1011101 | 10001 | 0 | 111001 | 10111111 | 1010110 | 10111 |
Color Harmonies of #085A6D
Complementary color
Monochromatic Colors of #085A6D
Black with #085A6D
Text Example
Text Example
White with #085A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085A6D; }
p { color: rgb(8,90,109); }
H1.HeaderClassName
{
color: #085A6D;
}
.AnyTagClassName
{
color: #085A6D;
}
</style>
background-color css
<style>
a { background-color: #085A6D; }
a { background-color: rgb(8,90,109); }
div.DivClassName
{
background-color: #085A6D;
}
.BgClassName
{
background-color: #085A6D;
}
</style>
border-color css
<style>
span { border-color: #085A6D; }
span { border-color: rgb(8,90,109); }
td.TdClassName
{
border-color: #085A6D;
}
.TagClassName
{
border-color: #085A6D;
}
</style>