Shades of Blue Lagoon #085471
Tints of Blue Lagoon #085471
RGB
CMYK
RGB Variations
Color information
#085471 (or 0x085471) is known color: Blue Lagoon. HEX triplet: 08, 54 and 71. RGB value is (8,84,113). Sum of RGB (Red+Green+Blue) = 8+84+113=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 113 (44.53% from 255 or 55.12% from 205); Max value from RGB is 113 - color contains mainly: blue. Hex color #085471 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085471 is #F7AB8E. Grayscale: #404040. Windows color (decimal): -16231311 or 7427080. OLE color: 7427080.
HSL color Cylindrical-coordinate representation of color #085471: hue angle of 196.57º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #085471 is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 84 | 113 | - |
| CMYK | 0.93 | 0.26 | 0 | 0.56 |
| HSL | 196.57º | 0.87% | 0.24% | - |
| HSV(B) | 196.57º | 0.93% | 0.44% | - |
| XYZ | 6.25 | 7.58 | 16.76 | - |
| YUV | 64.58 | 155.32 | 87.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 84 | 113 | 0.93 | 0.26 | 0 | 0.56 | 196.57 | 0.87 | 0.24 |
| Hex | 8 | 54 | 71 | 5D | 1A | 0 | 38 | C5 | 57 | 18 |
| Octal | 10 | 124 | 161 | 135 | 32 | 0 | 70 | 305 | 127 | 30 |
| Binary | 1000 | 1010100 | 1110001 | 1011101 | 11010 | 0 | 111000 | 11000101 | 1010111 | 11000 |
Color Harmonies of #085471
Complementary color
Monochromatic Colors of #085471
Black with #085471
Text Example
Text Example
White with #085471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085471; }
p { color: rgb(8,84,113); }
H1.HeaderClassName
{
color: #085471;
}
.AnyTagClassName
{
color: #085471;
}
</style>
background-color css
<style>
a { background-color: #085471; }
a { background-color: rgb(8,84,113); }
div.DivClassName
{
background-color: #085471;
}
.BgClassName
{
background-color: #085471;
}
</style>
border-color css
<style>
span { border-color: #085471; }
span { border-color: rgb(8,84,113); }
td.TdClassName
{
border-color: #085471;
}
.TagClassName
{
border-color: #085471;
}
</style>