Shades of Blue Lagoon #07516E
Tints of Blue Lagoon #07516E
RGB
CMYK
RGB Variations
Color information
#07516E (or 0x07516E) is known color: Blue Lagoon. HEX triplet: 07, 51 and 6E. RGB value is (7,81,110). Sum of RGB (Red+Green+Blue) = 7+81+110=198 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.54% from 198); Green value is 81 (32.03% from 255 or 40.91% from 198); Blue value is 110 (43.36% from 255 or 55.56% from 198); Max value from RGB is 110 - color contains mainly: blue. Hex color #07516E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07516E is #F8AE91. Grayscale: #3D3D3D. Windows color (decimal): -16297618 or 7229703. OLE color: 7229703.
HSL color Cylindrical-coordinate representation of color #07516E: hue angle of 196.89º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07516E is Cyan = 0.94, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 7 | 81 | 110 | - |
| CMYK | 0.94 | 0.26 | 0 | 0.57 |
| HSL | 196.89º | 0.88% | 0.23% | - |
| HSV(B) | 196.89º | 0.94% | 0.43% | - |
| XYZ | 5.84 | 7.06 | 15.81 | - |
| YUV | 62.18 | 154.98 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 81 | 110 | 0.94 | 0.26 | 0 | 0.57 | 196.89 | 0.88 | 0.23 |
| Hex | 7 | 51 | 6E | 5E | 1A | 0 | 39 | C5 | 58 | 17 |
| Octal | 7 | 121 | 156 | 136 | 32 | 0 | 71 | 305 | 130 | 27 |
| Binary | 111 | 1010001 | 1101110 | 1011110 | 11010 | 0 | 111001 | 11000101 | 1011000 | 10111 |
Color Harmonies of #07516E
Complementary color
Monochromatic Colors of #07516E
Black with #07516E
Text Example
Text Example
White with #07516E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07516E; }
p { color: rgb(7,81,110); }
H1.HeaderClassName
{
color: #07516E;
}
.AnyTagClassName
{
color: #07516E;
}
</style>
background-color css
<style>
a { background-color: #07516E; }
a { background-color: rgb(7,81,110); }
div.DivClassName
{
background-color: #07516E;
}
.BgClassName
{
background-color: #07516E;
}
</style>
border-color css
<style>
span { border-color: #07516E; }
span { border-color: rgb(7,81,110); }
td.TdClassName
{
border-color: #07516E;
}
.TagClassName
{
border-color: #07516E;
}
</style>