Shades of Blue Lagoon #085768
Tints of Blue Lagoon #085768
RGB
CMYK
RGB Variations
Color information
#085768 (or 0x085768) is known color: Blue Lagoon. HEX triplet: 08, 57 and 68. RGB value is (8,87,104). Sum of RGB (Red+Green+Blue) = 8+87+104=199 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.02% from 199); Green value is 87 (34.38% from 255 or 43.72% from 199); Blue value is 104 (41.02% from 255 or 52.26% from 199); Max value from RGB is 104 - color contains mainly: blue. Hex color #085768 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085768 is #F7A897. Grayscale: #414141. Windows color (decimal): -16230552 or 6838024. OLE color: 6838024.
HSL color Cylindrical-coordinate representation of color #085768: hue angle of 190.62º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085768 is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 8 | 87 | 104 | - |
| CMYK | 0.92 | 0.16 | 0 | 0.59 |
| HSL | 190.63º | 0.86% | 0.22% | - |
| HSV(B) | 190.63º | 0.92% | 0.41% | - |
| XYZ | 6.01 | 7.87 | 14.3 | - |
| YUV | 65.32 | 149.83 | 87.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 87 | 104 | 0.92 | 0.16 | 0 | 0.59 | 190.63 | 0.86 | 0.22 |
| Hex | 8 | 57 | 68 | 5C | 10 | 0 | 3B | BF | 56 | 16 |
| Octal | 10 | 127 | 150 | 134 | 20 | 0 | 73 | 277 | 126 | 26 |
| Binary | 1000 | 1010111 | 1101000 | 1011100 | 10000 | 0 | 111011 | 10111111 | 1010110 | 10110 |
Color Harmonies of #085768
Complementary color
Monochromatic Colors of #085768
Black with #085768
Text Example
Text Example
White with #085768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085768; }
p { color: rgb(8,87,104); }
H1.HeaderClassName
{
color: #085768;
}
.AnyTagClassName
{
color: #085768;
}
</style>
background-color css
<style>
a { background-color: #085768; }
a { background-color: rgb(8,87,104); }
div.DivClassName
{
background-color: #085768;
}
.BgClassName
{
background-color: #085768;
}
</style>
border-color css
<style>
span { border-color: #085768; }
span { border-color: rgb(8,87,104); }
td.TdClassName
{
border-color: #085768;
}
.TagClassName
{
border-color: #085768;
}
</style>