Shades of Blue Lagoon #075970
Tints of Blue Lagoon #075970
RGB
CMYK
RGB Variations
Color information
#075970 (or 0x075970) is known color: Blue Lagoon. HEX triplet: 07, 59 and 70. RGB value is (7,89,112). Sum of RGB (Red+Green+Blue) = 7+89+112=208 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.37% from 208); Green value is 89 (35.16% from 255 or 42.79% from 208); Blue value is 112 (44.14% from 255 or 53.85% from 208); Max value from RGB is 112 - color contains mainly: blue. Hex color #075970 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075970 is #F8A68F. Grayscale: #424242. Windows color (decimal): -16295568 or 7362823. OLE color: 7362823.
HSL color Cylindrical-coordinate representation of color #075970: hue angle of 193.14º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #075970 is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 89 | 112 | - |
| CMYK | 0.94 | 0.21 | 0 | 0.56 |
| HSL | 193.14º | 0.88% | 0.23% | - |
| HSV(B) | 193.14º | 0.94% | 0.44% | - |
| XYZ | 6.58 | 8.36 | 16.6 | - |
| YUV | 67.1 | 153.33 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 89 | 112 | 0.94 | 0.21 | 0 | 0.56 | 193.14 | 0.88 | 0.23 |
| Hex | 7 | 59 | 70 | 5E | 15 | 0 | 38 | C1 | 58 | 17 |
| Octal | 7 | 131 | 160 | 136 | 25 | 0 | 70 | 301 | 130 | 27 |
| Binary | 111 | 1011001 | 1110000 | 1011110 | 10101 | 0 | 111000 | 11000001 | 1011000 | 10111 |
Color Harmonies of #075970
Complementary color
Monochromatic Colors of #075970
Black with #075970
Text Example
Text Example
White with #075970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075970; }
p { color: rgb(7,89,112); }
H1.HeaderClassName
{
color: #075970;
}
.AnyTagClassName
{
color: #075970;
}
</style>
background-color css
<style>
a { background-color: #075970; }
a { background-color: rgb(7,89,112); }
div.DivClassName
{
background-color: #075970;
}
.BgClassName
{
background-color: #075970;
}
</style>
border-color css
<style>
span { border-color: #075970; }
span { border-color: rgb(7,89,112); }
td.TdClassName
{
border-color: #075970;
}
.TagClassName
{
border-color: #075970;
}
</style>