Shades of Blue Lagoon #085D74
Tints of Blue Lagoon #085D74
RGB
CMYK
RGB Variations
Color information
#085D74 (or 0x085D74) is known color: Blue Lagoon. HEX triplet: 08, 5D and 74. RGB value is (8,93,116). Sum of RGB (Red+Green+Blue) = 8+93+116=217 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.69% from 217); Green value is 93 (36.72% from 255 or 42.86% from 217); Blue value is 116 (45.70% from 255 or 53.46% from 217); Max value from RGB is 116 - color contains mainly: blue. Hex color #085D74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085D74 is #F7A28B. Grayscale: #464646. Windows color (decimal): -16229004 or 7625992. OLE color: 7625992.
HSL color Cylindrical-coordinate representation of color #085D74: hue angle of 192.78º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #085D74 is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 8 | 93 | 116 | - |
| CMYK | 0.93 | 0.20 | 0 | 0.55 |
| HSL | 192.78º | 0.87% | 0.24% | - |
| HSV(B) | 192.78º | 0.93% | 0.45% | - |
| XYZ | 7.17 | 9.14 | 17.91 | - |
| YUV | 70.21 | 153.84 | 83.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 93 | 116 | 0.93 | 0.20 | 0 | 0.55 | 192.78 | 0.87 | 0.24 |
| Hex | 8 | 5D | 74 | 5D | 14 | 0 | 37 | C1 | 57 | 18 |
| Octal | 10 | 135 | 164 | 135 | 24 | 0 | 67 | 301 | 127 | 30 |
| Binary | 1000 | 1011101 | 1110100 | 1011101 | 10100 | 0 | 110111 | 11000001 | 1010111 | 11000 |
Color Harmonies of #085D74
Complementary color
Monochromatic Colors of #085D74
Black with #085D74
Text Example
Text Example
White with #085D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085D74; }
p { color: rgb(8,93,116); }
H1.HeaderClassName
{
color: #085D74;
}
.AnyTagClassName
{
color: #085D74;
}
</style>
background-color css
<style>
a { background-color: #085D74; }
a { background-color: rgb(8,93,116); }
div.DivClassName
{
background-color: #085D74;
}
.BgClassName
{
background-color: #085D74;
}
</style>
border-color css
<style>
span { border-color: #085D74; }
span { border-color: rgb(8,93,116); }
td.TdClassName
{
border-color: #085D74;
}
.TagClassName
{
border-color: #085D74;
}
</style>