Shades of Blue Lagoon #076072
Tints of Blue Lagoon #076072
RGB
CMYK
RGB Variations
Color information
#076072 (or 0x076072) is known color: Blue Lagoon. HEX triplet: 07, 60 and 72. RGB value is (7,96,114). Sum of RGB (Red+Green+Blue) = 7+96+114=217 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.23% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 114 (44.92% from 255 or 52.53% from 217); Max value from RGB is 114 - color contains mainly: blue. Hex color #076072 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076072 is #F89F8D. Grayscale: #474747. Windows color (decimal): -16293774 or 7495687. OLE color: 7495687.
HSL color Cylindrical-coordinate representation of color #076072: hue angle of 190.09º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076072 is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 96 | 114 | - |
| CMYK | 0.94 | 0.16 | 0 | 0.55 |
| HSL | 190.09º | 0.88% | 0.24% | - |
| HSV(B) | 190.09º | 0.94% | 0.45% | - |
| XYZ | 7.31 | 9.63 | 17.39 | - |
| YUV | 71.44 | 152.01 | 82.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 96 | 114 | 0.94 | 0.16 | 0 | 0.55 | 190.09 | 0.88 | 0.24 |
| Hex | 7 | 60 | 72 | 5E | 10 | 0 | 37 | BE | 58 | 18 |
| Octal | 7 | 140 | 162 | 136 | 20 | 0 | 67 | 276 | 130 | 30 |
| Binary | 111 | 1100000 | 1110010 | 1011110 | 10000 | 0 | 110111 | 10111110 | 1011000 | 11000 |
Color Harmonies of #076072
Complementary color
Monochromatic Colors of #076072
Black with #076072
Text Example
Text Example
White with #076072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076072; }
p { color: rgb(7,96,114); }
H1.HeaderClassName
{
color: #076072;
}
.AnyTagClassName
{
color: #076072;
}
</style>
background-color css
<style>
a { background-color: #076072; }
a { background-color: rgb(7,96,114); }
div.DivClassName
{
background-color: #076072;
}
.BgClassName
{
background-color: #076072;
}
</style>
border-color css
<style>
span { border-color: #076072; }
span { border-color: rgb(7,96,114); }
td.TdClassName
{
border-color: #076072;
}
.TagClassName
{
border-color: #076072;
}
</style>