Shades of Blue Lagoon #00597E
Tints of Blue Lagoon #00597E
RGB
CMYK
RGB Variations
Color information
#00597E (or 0x00597E) is known color: Blue Lagoon. HEX triplet: 00, 59 and 7E. RGB value is (0,89,126). Sum of RGB (Red+Green+Blue) = 0+89+126=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 89 (35.16% from 255 or 41.40% from 215); Blue value is 126 (49.61% from 255 or 58.60% from 215); Max value from RGB is 126 - color contains mainly: blue. Hex color #00597E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00597E is #FFA681. Grayscale: #424242. Windows color (decimal): -16754306 or 8280320. OLE color: 8280320.
HSL color Cylindrical-coordinate representation of color #00597E: hue angle of 197.62º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00597E is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 89 | 126 | - |
| CMYK | 1 | 0.29 | 0 | 0.51 |
| HSL | 197.62º | 1% | 0.25% | - |
| HSV(B) | 197.62º | 1% | 0.49% | - |
| XYZ | 7.34 | 8.65 | 21.02 | - |
| YUV | 66.61 | 161.51 | 80.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 89 | 126 | 1 | 0.29 | 0 | 0.51 | 197.62 | 1 | 0.25 |
| Hex | 0 | 59 | 7E | 64 | 1D | 0 | 33 | C6 | 64 | 19 |
| Octal | 0 | 131 | 176 | 144 | 35 | 0 | 63 | 306 | 144 | 31 |
| Binary | 0 | 1011001 | 1111110 | 1100100 | 11101 | 0 | 110011 | 11000110 | 1100100 | 11001 |
Color Harmonies of #00597E
Complementary color
Monochromatic Colors of #00597E
Black with #00597E
Text Example
Text Example
White with #00597E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00597E; }
p { color: rgb(0,89,126); }
H1.HeaderClassName
{
color: #00597E;
}
.AnyTagClassName
{
color: #00597E;
}
</style>
background-color css
<style>
a { background-color: #00597E; }
a { background-color: rgb(0,89,126); }
div.DivClassName
{
background-color: #00597E;
}
.BgClassName
{
background-color: #00597E;
}
</style>
border-color css
<style>
span { border-color: #00597E; }
span { border-color: rgb(0,89,126); }
td.TdClassName
{
border-color: #00597E;
}
.TagClassName
{
border-color: #00597E;
}
</style>