Shades of Blue Lagoon #085063
Tints of Blue Lagoon #085063
RGB
CMYK
RGB Variations
Color information
#085063 (or 0x085063) is known color: Blue Lagoon. HEX triplet: 08, 50 and 63. RGB value is (8,80,99). Sum of RGB (Red+Green+Blue) = 8+80+99=187 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.28% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 99 (39.06% from 255 or 52.94% from 187); Max value from RGB is 99 - color contains mainly: blue. Hex color #085063 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085063 is #F7AF9C. Grayscale: #3C3C3C. Windows color (decimal): -16232349 or 6508552. OLE color: 6508552.
HSL color Cylindrical-coordinate representation of color #085063: hue angle of 192.53º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085063 is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 8 | 80 | 99 | - |
| CMYK | 0.92 | 0.19 | 0 | 0.61 |
| HSL | 192.53º | 0.85% | 0.21% | - |
| HSV(B) | 192.53º | 0.92% | 0.39% | - |
| XYZ | 5.22 | 6.69 | 12.82 | - |
| YUV | 60.64 | 149.65 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 80 | 99 | 0.92 | 0.19 | 0 | 0.61 | 192.53 | 0.85 | 0.21 |
| Hex | 8 | 50 | 63 | 5C | 13 | 0 | 3D | C1 | 55 | 15 |
| Octal | 10 | 120 | 143 | 134 | 23 | 0 | 75 | 301 | 125 | 25 |
| Binary | 1000 | 1010000 | 1100011 | 1011100 | 10011 | 0 | 111101 | 11000001 | 1010101 | 10101 |
Color Harmonies of #085063
Complementary color
Monochromatic Colors of #085063
Black with #085063
Text Example
Text Example
White with #085063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085063; }
p { color: rgb(8,80,99); }
H1.HeaderClassName
{
color: #085063;
}
.AnyTagClassName
{
color: #085063;
}
</style>
background-color css
<style>
a { background-color: #085063; }
a { background-color: rgb(8,80,99); }
div.DivClassName
{
background-color: #085063;
}
.BgClassName
{
background-color: #085063;
}
</style>
border-color css
<style>
span { border-color: #085063; }
span { border-color: rgb(8,80,99); }
td.TdClassName
{
border-color: #085063;
}
.TagClassName
{
border-color: #085063;
}
</style>