Shades of Blue Lagoon #086074
Tints of Blue Lagoon #086074
RGB
CMYK
RGB Variations
Color information
#086074 (or 0x086074) is known color: Blue Lagoon. HEX triplet: 08, 60 and 74. RGB value is (8,96,116). Sum of RGB (Red+Green+Blue) = 8+96+116=220 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.64% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 116 (45.70% from 255 or 52.73% from 220); Max value from RGB is 116 - color contains mainly: blue. Hex color #086074 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086074 is #F79F8B. Grayscale: #474747. Windows color (decimal): -16228236 or 7626760. OLE color: 7626760.
HSL color Cylindrical-coordinate representation of color #086074: hue angle of 191.11º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086074 is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 8 | 96 | 116 | - |
| CMYK | 0.93 | 0.17 | 0 | 0.55 |
| HSL | 191.11º | 0.87% | 0.24% | - |
| HSV(B) | 191.11º | 0.93% | 0.45% | - |
| XYZ | 7.44 | 9.68 | 18 | - |
| YUV | 71.97 | 152.85 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 96 | 116 | 0.93 | 0.17 | 0 | 0.55 | 191.11 | 0.87 | 0.24 |
| Hex | 8 | 60 | 74 | 5D | 11 | 0 | 37 | BF | 57 | 18 |
| Octal | 10 | 140 | 164 | 135 | 21 | 0 | 67 | 277 | 127 | 30 |
| Binary | 1000 | 1100000 | 1110100 | 1011101 | 10001 | 0 | 110111 | 10111111 | 1010111 | 11000 |
Color Harmonies of #086074
Complementary color
Monochromatic Colors of #086074
Black with #086074
Text Example
Text Example
White with #086074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086074; }
p { color: rgb(8,96,116); }
H1.HeaderClassName
{
color: #086074;
}
.AnyTagClassName
{
color: #086074;
}
</style>
background-color css
<style>
a { background-color: #086074; }
a { background-color: rgb(8,96,116); }
div.DivClassName
{
background-color: #086074;
}
.BgClassName
{
background-color: #086074;
}
</style>
border-color css
<style>
span { border-color: #086074; }
span { border-color: rgb(8,96,116); }
td.TdClassName
{
border-color: #086074;
}
.TagClassName
{
border-color: #086074;
}
</style>