Shades of Blue Lagoon #07597A
Tints of Blue Lagoon #07597A
RGB
CMYK
RGB Variations
Color information
#07597A (or 0x07597A) is known color: Blue Lagoon. HEX triplet: 07, 59 and 7A. RGB value is (7,89,122). Sum of RGB (Red+Green+Blue) = 7+89+122=218 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.21% from 218); Green value is 89 (35.16% from 255 or 40.83% from 218); Blue value is 122 (48.05% from 255 or 55.96% from 218); Max value from RGB is 122 - color contains mainly: blue. Hex color #07597A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07597A is #F8A685. Grayscale: #444444. Windows color (decimal): -16295558 or 8018183. OLE color: 8018183.
HSL color Cylindrical-coordinate representation of color #07597A: hue angle of 197.22º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07597A is Cyan = 0.94, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 7 | 89 | 122 | - |
| CMYK | 0.94 | 0.27 | 0 | 0.52 |
| HSL | 197.22º | 0.89% | 0.25% | - |
| HSV(B) | 197.22º | 0.94% | 0.48% | - |
| XYZ | 7.17 | 8.6 | 19.69 | - |
| YUV | 68.24 | 158.33 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 89 | 122 | 0.94 | 0.27 | 0 | 0.52 | 197.22 | 0.89 | 0.25 |
| Hex | 7 | 59 | 7A | 5E | 1B | 0 | 34 | C5 | 59 | 19 |
| Octal | 7 | 131 | 172 | 136 | 33 | 0 | 64 | 305 | 131 | 31 |
| Binary | 111 | 1011001 | 1111010 | 1011110 | 11011 | 0 | 110100 | 11000101 | 1011001 | 11001 |
Color Harmonies of #07597A
Complementary color
Monochromatic Colors of #07597A
Black with #07597A
Text Example
Text Example
White with #07597A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07597A; }
p { color: rgb(7,89,122); }
H1.HeaderClassName
{
color: #07597A;
}
.AnyTagClassName
{
color: #07597A;
}
</style>
background-color css
<style>
a { background-color: #07597A; }
a { background-color: rgb(7,89,122); }
div.DivClassName
{
background-color: #07597A;
}
.BgClassName
{
background-color: #07597A;
}
</style>
border-color css
<style>
span { border-color: #07597A; }
span { border-color: rgb(7,89,122); }
td.TdClassName
{
border-color: #07597A;
}
.TagClassName
{
border-color: #07597A;
}
</style>