Shades of Blue Lagoon #076271
Tints of Blue Lagoon #076271
RGB
CMYK
RGB Variations
Color information
#076271 (or 0x076271) is known color: Blue Lagoon. HEX triplet: 07, 62 and 71. RGB value is (7,98,113). Sum of RGB (Red+Green+Blue) = 7+98+113=218 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.21% from 218); Green value is 98 (38.67% from 255 or 44.95% from 218); Blue value is 113 (44.53% from 255 or 51.83% from 218); Max value from RGB is 113 - color contains mainly: blue. Hex color #076271 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076271 is #F89D8E. Grayscale: #484848. Windows color (decimal): -16293263 or 7430663. OLE color: 7430663.
HSL color Cylindrical-coordinate representation of color #076271: hue angle of 188.49º 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 #076271 is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 98 | 113 | - |
| CMYK | 0.94 | 0.13 | 0 | 0.56 |
| HSL | 188.49º | 0.88% | 0.24% | - |
| HSV(B) | 188.49º | 0.94% | 0.44% | - |
| XYZ | 7.44 | 9.97 | 17.16 | - |
| YUV | 72.5 | 150.85 | 81.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 98 | 113 | 0.94 | 0.13 | 0 | 0.56 | 188.49 | 0.88 | 0.24 |
| Hex | 7 | 62 | 71 | 5E | D | 0 | 38 | BC | 58 | 18 |
| Octal | 7 | 142 | 161 | 136 | 15 | 0 | 70 | 274 | 130 | 30 |
| Binary | 111 | 1100010 | 1110001 | 1011110 | 1101 | 0 | 111000 | 10111100 | 1011000 | 11000 |
Color Harmonies of #076271
Complementary color
Monochromatic Colors of #076271
Black with #076271
Text Example
Text Example
White with #076271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076271; }
p { color: rgb(7,98,113); }
H1.HeaderClassName
{
color: #076271;
}
.AnyTagClassName
{
color: #076271;
}
</style>
background-color css
<style>
a { background-color: #076271; }
a { background-color: rgb(7,98,113); }
div.DivClassName
{
background-color: #076271;
}
.BgClassName
{
background-color: #076271;
}
</style>
border-color css
<style>
span { border-color: #076271; }
span { border-color: rgb(7,98,113); }
td.TdClassName
{
border-color: #076271;
}
.TagClassName
{
border-color: #076271;
}
</style>