Shades of Blue Lagoon #085875
Tints of Blue Lagoon #085875
RGB
CMYK
RGB Variations
Color information
#085875 (or 0x085875) is known color: Blue Lagoon. HEX triplet: 08, 58 and 75. RGB value is (8,88,117). Sum of RGB (Red+Green+Blue) = 8+88+117=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 88 (34.77% from 255 or 41.31% from 213); Blue value is 117 (46.09% from 255 or 54.93% from 213); Max value from RGB is 117 - color contains mainly: blue. Hex color #085875 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085875 is #F7A78A. Grayscale: #434343. Windows color (decimal): -16230283 or 7690248. OLE color: 7690248.
HSL color Cylindrical-coordinate representation of color #085875: hue angle of 195.96º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #085875 is Cyan = 0.93, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 8 | 88 | 117 | - |
| CMYK | 0.93 | 0.25 | 0 | 0.54 |
| HSL | 195.96º | 0.87% | 0.25% | - |
| HSV(B) | 195.96º | 0.93% | 0.46% | - |
| XYZ | 6.8 | 8.32 | 18.08 | - |
| YUV | 67.39 | 156 | 85.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 88 | 117 | 0.93 | 0.25 | 0 | 0.54 | 195.96 | 0.87 | 0.25 |
| Hex | 8 | 58 | 75 | 5D | 19 | 0 | 36 | C4 | 57 | 19 |
| Octal | 10 | 130 | 165 | 135 | 31 | 0 | 66 | 304 | 127 | 31 |
| Binary | 1000 | 1011000 | 1110101 | 1011101 | 11001 | 0 | 110110 | 11000100 | 1010111 | 11001 |
Color Harmonies of #085875
Complementary color
Monochromatic Colors of #085875
Black with #085875
Text Example
Text Example
White with #085875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085875; }
p { color: rgb(8,88,117); }
H1.HeaderClassName
{
color: #085875;
}
.AnyTagClassName
{
color: #085875;
}
</style>
background-color css
<style>
a { background-color: #085875; }
a { background-color: rgb(8,88,117); }
div.DivClassName
{
background-color: #085875;
}
.BgClassName
{
background-color: #085875;
}
</style>
border-color css
<style>
span { border-color: #085875; }
span { border-color: rgb(8,88,117); }
td.TdClassName
{
border-color: #085875;
}
.TagClassName
{
border-color: #085875;
}
</style>