Shades of Blue Lagoon #076270
Tints of Blue Lagoon #076270
RGB
CMYK
RGB Variations
Color information
#076270 (or 0x076270) is known color: Blue Lagoon. HEX triplet: 07, 62 and 70. RGB value is (7,98,112). Sum of RGB (Red+Green+Blue) = 7+98+112=217 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.23% from 217); Green value is 98 (38.67% from 255 or 45.16% from 217); Blue value is 112 (44.14% from 255 or 51.61% from 217); Max value from RGB is 112 - color contains mainly: blue. Hex color #076270 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076270 is #F89D8F. Grayscale: #484848. Windows color (decimal): -16293264 or 7365127. OLE color: 7365127.
HSL color Cylindrical-coordinate representation of color #076270: hue angle of 188º 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 #076270 is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 98 | 112 | - |
| CMYK | 0.94 | 0.13 | 0 | 0.56 |
| HSL | 188º | 0.88% | 0.23% | - |
| HSV(B) | 188º | 0.94% | 0.44% | - |
| XYZ | 7.38 | 9.95 | 16.86 | - |
| YUV | 72.39 | 150.35 | 81.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 98 | 112 | 0.94 | 0.13 | 0 | 0.56 | 188 | 0.88 | 0.23 |
| Hex | 7 | 62 | 70 | 5E | D | 0 | 38 | BC | 58 | 17 |
| Octal | 7 | 142 | 160 | 136 | 15 | 0 | 70 | 274 | 130 | 27 |
| Binary | 111 | 1100010 | 1110000 | 1011110 | 1101 | 0 | 111000 | 10111100 | 1011000 | 10111 |
Color Harmonies of #076270
Complementary color
Monochromatic Colors of #076270
Black with #076270
Text Example
Text Example
White with #076270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076270; }
p { color: rgb(7,98,112); }
H1.HeaderClassName
{
color: #076270;
}
.AnyTagClassName
{
color: #076270;
}
</style>
background-color css
<style>
a { background-color: #076270; }
a { background-color: rgb(7,98,112); }
div.DivClassName
{
background-color: #076270;
}
.BgClassName
{
background-color: #076270;
}
</style>
border-color css
<style>
span { border-color: #076270; }
span { border-color: rgb(7,98,112); }
td.TdClassName
{
border-color: #076270;
}
.TagClassName
{
border-color: #076270;
}
</style>