Shades of Blue Lagoon #086479
Tints of Blue Lagoon #086479
RGB
CMYK
RGB Variations
Color information
#086479 (or 0x086479) is known color: Blue Lagoon. HEX triplet: 08, 64 and 79. RGB value is (8,100,121). Sum of RGB (Red+Green+Blue) = 8+100+121=229 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.49% from 229); Green value is 100 (39.45% from 255 or 43.67% from 229); Blue value is 121 (47.66% from 255 or 52.84% from 229); Max value from RGB is 121 - color contains mainly: blue. Hex color #086479 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086479 is #F79B86. Grayscale: #4A4A4A. Windows color (decimal): -16227207 or 7955464. OLE color: 7955464.
HSL color Cylindrical-coordinate representation of color #086479: hue angle of 191.15º 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 #086479 is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 100 | 121 | - |
| CMYK | 0.93 | 0.17 | 0 | 0.53 |
| HSL | 191.15º | 0.88% | 0.25% | - |
| HSV(B) | 191.15º | 0.93% | 0.47% | - |
| XYZ | 8.11 | 10.55 | 19.7 | - |
| YUV | 74.89 | 154.02 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 100 | 121 | 0.93 | 0.17 | 0 | 0.53 | 191.15 | 0.88 | 0.25 |
| Hex | 8 | 64 | 79 | 5D | 11 | 0 | 35 | BF | 58 | 19 |
| Octal | 10 | 144 | 171 | 135 | 21 | 0 | 65 | 277 | 130 | 31 |
| Binary | 1000 | 1100100 | 1111001 | 1011101 | 10001 | 0 | 110101 | 10111111 | 1011000 | 11001 |
Color Harmonies of #086479
Complementary color
Monochromatic Colors of #086479
Black with #086479
Text Example
Text Example
White with #086479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086479; }
p { color: rgb(8,100,121); }
H1.HeaderClassName
{
color: #086479;
}
.AnyTagClassName
{
color: #086479;
}
</style>
background-color css
<style>
a { background-color: #086479; }
a { background-color: rgb(8,100,121); }
div.DivClassName
{
background-color: #086479;
}
.BgClassName
{
background-color: #086479;
}
</style>
border-color css
<style>
span { border-color: #086479; }
span { border-color: rgb(8,100,121); }
td.TdClassName
{
border-color: #086479;
}
.TagClassName
{
border-color: #086479;
}
</style>