Shades of Blue Lagoon #085465
Tints of Blue Lagoon #085465
RGB
CMYK
RGB Variations
Color information
#085465 (or 0x085465) is known color: Blue Lagoon. HEX triplet: 08, 54 and 65. RGB value is (8,84,101). Sum of RGB (Red+Green+Blue) = 8+84+101=193 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.15% from 193); Green value is 84 (33.20% from 255 or 43.52% from 193); Blue value is 101 (39.84% from 255 or 52.33% from 193); Max value from RGB is 101 - color contains mainly: blue. Hex color #085465 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085465 is #F7AB9A. Grayscale: #3F3F3F. Windows color (decimal): -16231323 or 6640648. OLE color: 6640648.
HSL color Cylindrical-coordinate representation of color #085465: hue angle of 190.97º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085465 is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 8 | 84 | 101 | - |
| CMYK | 0.92 | 0.17 | 0 | 0.60 |
| HSL | 190.97º | 0.85% | 0.21% | - |
| HSV(B) | 190.97º | 0.92% | 0.4% | - |
| XYZ | 5.62 | 7.33 | 13.43 | - |
| YUV | 63.21 | 149.32 | 88.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 84 | 101 | 0.92 | 0.17 | 0 | 0.60 | 190.97 | 0.85 | 0.21 |
| Hex | 8 | 54 | 65 | 5C | 11 | 0 | 3C | BF | 55 | 15 |
| Octal | 10 | 124 | 145 | 134 | 21 | 0 | 74 | 277 | 125 | 25 |
| Binary | 1000 | 1010100 | 1100101 | 1011100 | 10001 | 0 | 111100 | 10111111 | 1010101 | 10101 |
Color Harmonies of #085465
Complementary color
Monochromatic Colors of #085465
Black with #085465
Text Example
Text Example
White with #085465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085465; }
p { color: rgb(8,84,101); }
H1.HeaderClassName
{
color: #085465;
}
.AnyTagClassName
{
color: #085465;
}
</style>
background-color css
<style>
a { background-color: #085465; }
a { background-color: rgb(8,84,101); }
div.DivClassName
{
background-color: #085465;
}
.BgClassName
{
background-color: #085465;
}
</style>
border-color css
<style>
span { border-color: #085465; }
span { border-color: rgb(8,84,101); }
td.TdClassName
{
border-color: #085465;
}
.TagClassName
{
border-color: #085465;
}
</style>