Shades of Blue Lagoon #086579
Tints of Blue Lagoon #086579
RGB
CMYK
RGB Variations
Color information
#086579 (or 0x086579) is known color: Blue Lagoon. HEX triplet: 08, 65 and 79. RGB value is (8,101,121). Sum of RGB (Red+Green+Blue) = 8+101+121=230 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.48% from 230); Green value is 101 (39.84% from 255 or 43.91% from 230); Blue value is 121 (47.66% from 255 or 52.61% from 230); Max value from RGB is 121 - color contains mainly: blue. Hex color #086579 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086579 is #F79A86. Grayscale: #4B4B4B. Windows color (decimal): -16226951 or 7955720. OLE color: 7955720.
HSL color Cylindrical-coordinate representation of color #086579: hue angle of 190.62º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086579 is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 101 | 121 | - |
| CMYK | 0.93 | 0.17 | 0 | 0.53 |
| HSL | 190.62º | 0.88% | 0.25% | - |
| HSV(B) | 190.62º | 0.93% | 0.47% | - |
| XYZ | 8.21 | 10.74 | 19.73 | - |
| YUV | 75.47 | 153.69 | 79.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 101 | 121 | 0.93 | 0.17 | 0 | 0.53 | 190.62 | 0.88 | 0.25 |
| Hex | 8 | 65 | 79 | 5D | 11 | 0 | 35 | BF | 58 | 19 |
| Octal | 10 | 145 | 171 | 135 | 21 | 0 | 65 | 277 | 130 | 31 |
| Binary | 1000 | 1100101 | 1111001 | 1011101 | 10001 | 0 | 110101 | 10111111 | 1011000 | 11001 |
Color Harmonies of #086579
Complementary color
Monochromatic Colors of #086579
Black with #086579
Text Example
Text Example
White with #086579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086579; }
p { color: rgb(8,101,121); }
H1.HeaderClassName
{
color: #086579;
}
.AnyTagClassName
{
color: #086579;
}
</style>
background-color css
<style>
a { background-color: #086579; }
a { background-color: rgb(8,101,121); }
div.DivClassName
{
background-color: #086579;
}
.BgClassName
{
background-color: #086579;
}
</style>
border-color css
<style>
span { border-color: #086579; }
span { border-color: rgb(8,101,121); }
td.TdClassName
{
border-color: #086579;
}
.TagClassName
{
border-color: #086579;
}
</style>