Shades of Blue Lagoon #086582
Tints of Blue Lagoon #086582
RGB
CMYK
RGB Variations
Color information
#086582 (or 0x086582) is known color: Blue Lagoon. HEX triplet: 08, 65 and 82. RGB value is (8,101,130). Sum of RGB (Red+Green+Blue) = 8+101+130=239 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.35% from 239); Green value is 101 (39.84% from 255 or 42.26% from 239); Blue value is 130 (51.17% from 255 or 54.39% from 239); Max value from RGB is 130 - color contains mainly: blue. Hex color #086582 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086582 is #F79A7D. Grayscale: #4C4C4C. Windows color (decimal): -16226942 or 8545544. OLE color: 8545544.
HSL color Cylindrical-coordinate representation of color #086582: hue angle of 194.26º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #086582 is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 101 | 130 | - |
| CMYK | 0.94 | 0.22 | 0 | 0.49 |
| HSL | 194.26º | 0.88% | 0.27% | - |
| HSV(B) | 194.26º | 0.94% | 0.51% | - |
| XYZ | 8.78 | 10.97 | 22.77 | - |
| YUV | 76.5 | 158.19 | 79.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 101 | 130 | 0.94 | 0.22 | 0 | 0.49 | 194.26 | 0.88 | 0.27 |
| Hex | 8 | 65 | 82 | 5E | 16 | 0 | 31 | C2 | 58 | 1B |
| Octal | 10 | 145 | 202 | 136 | 26 | 0 | 61 | 302 | 130 | 33 |
| Binary | 1000 | 1100101 | 10000010 | 1011110 | 10110 | 0 | 110001 | 11000010 | 1011000 | 11011 |
Color Harmonies of #086582
Complementary color
Monochromatic Colors of #086582
Black with #086582
Text Example
Text Example
White with #086582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086582; }
p { color: rgb(8,101,130); }
H1.HeaderClassName
{
color: #086582;
}
.AnyTagClassName
{
color: #086582;
}
</style>
background-color css
<style>
a { background-color: #086582; }
a { background-color: rgb(8,101,130); }
div.DivClassName
{
background-color: #086582;
}
.BgClassName
{
background-color: #086582;
}
</style>
border-color css
<style>
span { border-color: #086582; }
span { border-color: rgb(8,101,130); }
td.TdClassName
{
border-color: #086582;
}
.TagClassName
{
border-color: #086582;
}
</style>