Shades of Blue Lagoon #076971
Tints of Blue Lagoon #076971
RGB
CMYK
RGB Variations
Color information
#076971 (or 0x076971) is known color: Blue Lagoon. HEX triplet: 07, 69 and 71. RGB value is (7,105,113). Sum of RGB (Red+Green+Blue) = 7+105+113=225 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.11% from 225); Green value is 105 (41.41% from 255 or 46.67% from 225); Blue value is 113 (44.53% from 255 or 50.22% from 225); Max value from RGB is 113 - color contains mainly: blue. Hex color #076971 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076971 is #F8968E. Grayscale: #4C4C4C. Windows color (decimal): -16291471 or 7432455. OLE color: 7432455.
HSL color Cylindrical-coordinate representation of color #076971: hue angle of 184.53º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076971 is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 105 | 113 | - |
| CMYK | 0.94 | 0.07 | 0 | 0.56 |
| HSL | 184.53º | 0.88% | 0.24% | - |
| HSV(B) | 184.53º | 0.94% | 0.44% | - |
| XYZ | 8.12 | 11.34 | 17.38 | - |
| YUV | 76.61 | 148.53 | 78.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 105 | 113 | 0.94 | 0.07 | 0 | 0.56 | 184.53 | 0.88 | 0.24 |
| Hex | 7 | 69 | 71 | 5E | 7 | 0 | 38 | B9 | 58 | 18 |
| Octal | 7 | 151 | 161 | 136 | 7 | 0 | 70 | 271 | 130 | 30 |
| Binary | 111 | 1101001 | 1110001 | 1011110 | 111 | 0 | 111000 | 10111001 | 1011000 | 11000 |
Color Harmonies of #076971
Complementary color
Monochromatic Colors of #076971
Black with #076971
Text Example
Text Example
White with #076971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076971; }
p { color: rgb(7,105,113); }
H1.HeaderClassName
{
color: #076971;
}
.AnyTagClassName
{
color: #076971;
}
</style>
background-color css
<style>
a { background-color: #076971; }
a { background-color: rgb(7,105,113); }
div.DivClassName
{
background-color: #076971;
}
.BgClassName
{
background-color: #076971;
}
</style>
border-color css
<style>
span { border-color: #076971; }
span { border-color: rgb(7,105,113); }
td.TdClassName
{
border-color: #076971;
}
.TagClassName
{
border-color: #076971;
}
</style>