Shades of Blue Lagoon #075E86
Tints of Blue Lagoon #075E86
RGB
CMYK
RGB Variations
Color information
#075E86 (or 0x075E86) is known color: Blue Lagoon. HEX triplet: 07, 5E and 86. RGB value is (7,94,134). Sum of RGB (Red+Green+Blue) = 7+94+134=235 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.98% from 235); Green value is 94 (37.11% from 255 or 40% from 235); Blue value is 134 (52.73% from 255 or 57.02% from 235); Max value from RGB is 134 - color contains mainly: blue. Hex color #075E86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075E86 is #F8A179. Grayscale: #484848. Windows color (decimal): -16294266 or 8805895. OLE color: 8805895.
HSL color Cylindrical-coordinate representation of color #075E86: hue angle of 198.9º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #075E86 is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 94 | 134 | - |
| CMYK | 0.95 | 0.30 | 0 | 0.47 |
| HSL | 198.9º | 0.9% | 0.28% | - |
| HSV(B) | 198.9º | 0.95% | 0.53% | - |
| XYZ | 8.39 | 9.77 | 24 | - |
| YUV | 72.55 | 162.68 | 81.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 94 | 134 | 0.95 | 0.30 | 0 | 0.47 | 198.9 | 0.9 | 0.28 |
| Hex | 7 | 5E | 86 | 5F | 1E | 0 | 2F | C7 | 5A | 1C |
| Octal | 7 | 136 | 206 | 137 | 36 | 0 | 57 | 307 | 132 | 34 |
| Binary | 111 | 1011110 | 10000110 | 1011111 | 11110 | 0 | 101111 | 11000111 | 1011010 | 11100 |
Color Harmonies of #075E86
Complementary color
Monochromatic Colors of #075E86
Black with #075E86
Text Example
Text Example
White with #075E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075E86; }
p { color: rgb(7,94,134); }
H1.HeaderClassName
{
color: #075E86;
}
.AnyTagClassName
{
color: #075E86;
}
</style>
background-color css
<style>
a { background-color: #075E86; }
a { background-color: rgb(7,94,134); }
div.DivClassName
{
background-color: #075E86;
}
.BgClassName
{
background-color: #075E86;
}
</style>
border-color css
<style>
span { border-color: #075E86; }
span { border-color: rgb(7,94,134); }
td.TdClassName
{
border-color: #075E86;
}
.TagClassName
{
border-color: #075E86;
}
</style>