Shades of Blue Lagoon #086478
Tints of Blue Lagoon #086478
RGB
CMYK
RGB Variations
Color information
#086478 (or 0x086478) is known color: Blue Lagoon. HEX triplet: 08, 64 and 78. RGB value is (8,100,120). Sum of RGB (Red+Green+Blue) = 8+100+120=228 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.51% from 228); Green value is 100 (39.45% from 255 or 43.86% from 228); Blue value is 120 (47.27% from 255 or 52.63% from 228); Max value from RGB is 120 - color contains mainly: blue. Hex color #086478 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086478 is #F79B87. Grayscale: #4A4A4A. Windows color (decimal): -16227208 or 7889928. OLE color: 7889928.
HSL color Cylindrical-coordinate representation of color #086478: hue angle of 190.71º 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 #086478 is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 100 | 120 | - |
| CMYK | 0.93 | 0.17 | 0 | 0.53 |
| HSL | 190.71º | 0.88% | 0.25% | - |
| HSV(B) | 190.71º | 0.93% | 0.47% | - |
| XYZ | 8.05 | 10.52 | 19.38 | - |
| YUV | 74.77 | 153.52 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 100 | 120 | 0.93 | 0.17 | 0 | 0.53 | 190.71 | 0.88 | 0.25 |
| Hex | 8 | 64 | 78 | 5D | 11 | 0 | 35 | BF | 58 | 19 |
| Octal | 10 | 144 | 170 | 135 | 21 | 0 | 65 | 277 | 130 | 31 |
| Binary | 1000 | 1100100 | 1111000 | 1011101 | 10001 | 0 | 110101 | 10111111 | 1011000 | 11001 |
Color Harmonies of #086478
Complementary color
Monochromatic Colors of #086478
Black with #086478
Text Example
Text Example
White with #086478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086478; }
p { color: rgb(8,100,120); }
H1.HeaderClassName
{
color: #086478;
}
.AnyTagClassName
{
color: #086478;
}
</style>
background-color css
<style>
a { background-color: #086478; }
a { background-color: rgb(8,100,120); }
div.DivClassName
{
background-color: #086478;
}
.BgClassName
{
background-color: #086478;
}
</style>
border-color css
<style>
span { border-color: #086478; }
span { border-color: rgb(8,100,120); }
td.TdClassName
{
border-color: #086478;
}
.TagClassName
{
border-color: #086478;
}
</style>