Shades of Blue Lagoon #075979
Tints of Blue Lagoon #075979
RGB
CMYK
RGB Variations
Color information
#075979 (or 0x075979) is known color: Blue Lagoon. HEX triplet: 07, 59 and 79. RGB value is (7,89,121). Sum of RGB (Red+Green+Blue) = 7+89+121=217 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.23% from 217); Green value is 89 (35.16% from 255 or 41.01% from 217); Blue value is 121 (47.66% from 255 or 55.76% from 217); Max value from RGB is 121 - color contains mainly: blue. Hex color #075979 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075979 is #F8A686. Grayscale: #434343. Windows color (decimal): -16295559 or 7952647. OLE color: 7952647.
HSL color Cylindrical-coordinate representation of color #075979: hue angle of 196.84º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #075979 is Cyan = 0.94, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 89 | 121 | - |
| CMYK | 0.94 | 0.26 | 0 | 0.53 |
| HSL | 196.84º | 0.89% | 0.25% | - |
| HSV(B) | 196.84º | 0.94% | 0.47% | - |
| XYZ | 7.11 | 8.57 | 19.37 | - |
| YUV | 68.13 | 157.83 | 84.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 89 | 121 | 0.94 | 0.26 | 0 | 0.53 | 196.84 | 0.89 | 0.25 |
| Hex | 7 | 59 | 79 | 5E | 1A | 0 | 35 | C5 | 59 | 19 |
| Octal | 7 | 131 | 171 | 136 | 32 | 0 | 65 | 305 | 131 | 31 |
| Binary | 111 | 1011001 | 1111001 | 1011110 | 11010 | 0 | 110101 | 11000101 | 1011001 | 11001 |
Color Harmonies of #075979
Complementary color
Monochromatic Colors of #075979
Black with #075979
Text Example
Text Example
White with #075979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075979; }
p { color: rgb(7,89,121); }
H1.HeaderClassName
{
color: #075979;
}
.AnyTagClassName
{
color: #075979;
}
</style>
background-color css
<style>
a { background-color: #075979; }
a { background-color: rgb(7,89,121); }
div.DivClassName
{
background-color: #075979;
}
.BgClassName
{
background-color: #075979;
}
</style>
border-color css
<style>
span { border-color: #075979; }
span { border-color: rgb(7,89,121); }
td.TdClassName
{
border-color: #075979;
}
.TagClassName
{
border-color: #075979;
}
</style>