Shades of Blue Lagoon #085C7D
Tints of Blue Lagoon #085C7D
RGB
CMYK
RGB Variations
Color information
#085C7D (or 0x085C7D) is known color: Blue Lagoon. HEX triplet: 08, 5C and 7D. RGB value is (8,92,125). Sum of RGB (Red+Green+Blue) = 8+92+125=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 92 (36.33% from 255 or 40.89% from 225); Blue value is 125 (49.22% from 255 or 55.56% from 225); Max value from RGB is 125 - color contains mainly: blue. Hex color #085C7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085C7D is #F7A382. Grayscale: #464646. Windows color (decimal): -16229251 or 8215560. OLE color: 8215560.
HSL color Cylindrical-coordinate representation of color #085C7D: hue angle of 196.92º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #085C7D is Cyan = 0.94, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 92 | 125 | - |
| CMYK | 0.94 | 0.26 | 0 | 0.51 |
| HSL | 196.92º | 0.88% | 0.26% | - |
| HSV(B) | 196.92º | 0.94% | 0.49% | - |
| XYZ | 7.63 | 9.19 | 20.77 | - |
| YUV | 70.65 | 158.67 | 83.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 92 | 125 | 0.94 | 0.26 | 0 | 0.51 | 196.92 | 0.88 | 0.26 |
| Hex | 8 | 5C | 7D | 5E | 1A | 0 | 33 | C5 | 58 | 1A |
| Octal | 10 | 134 | 175 | 136 | 32 | 0 | 63 | 305 | 130 | 32 |
| Binary | 1000 | 1011100 | 1111101 | 1011110 | 11010 | 0 | 110011 | 11000101 | 1011000 | 11010 |
Color Harmonies of #085C7D
Complementary color
Monochromatic Colors of #085C7D
Black with #085C7D
Text Example
Text Example
White with #085C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085C7D; }
p { color: rgb(8,92,125); }
H1.HeaderClassName
{
color: #085C7D;
}
.AnyTagClassName
{
color: #085C7D;
}
</style>
background-color css
<style>
a { background-color: #085C7D; }
a { background-color: rgb(8,92,125); }
div.DivClassName
{
background-color: #085C7D;
}
.BgClassName
{
background-color: #085C7D;
}
</style>
border-color css
<style>
span { border-color: #085C7D; }
span { border-color: rgb(8,92,125); }
td.TdClassName
{
border-color: #085C7D;
}
.TagClassName
{
border-color: #085C7D;
}
</style>