Shades of Blue Lagoon #09597C
Tints of Blue Lagoon #09597C
RGB
CMYK
RGB Variations
Color information
#09597C (or 0x09597C) is known color: Blue Lagoon. HEX triplet: 09, 59 and 7C. RGB value is (9,89,124). Sum of RGB (Red+Green+Blue) = 9+89+124=222 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.05% from 222); Green value is 89 (35.16% from 255 or 40.09% from 222); Blue value is 124 (48.83% from 255 or 55.86% from 222); Max value from RGB is 124 - color contains mainly: blue. Hex color #09597C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09597C is #F6A683. Grayscale: #444444. Windows color (decimal): -16164484 or 8149257. OLE color: 8149257.
HSL color Cylindrical-coordinate representation of color #09597C: hue angle of 198.26º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09597C is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 89 | 124 | - |
| CMYK | 0.93 | 0.28 | 0 | 0.51 |
| HSL | 198.26º | 0.86% | 0.26% | - |
| HSV(B) | 198.26º | 0.93% | 0.49% | - |
| XYZ | 7.32 | 8.66 | 20.35 | - |
| YUV | 69.07 | 159 | 85.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 89 | 124 | 0.93 | 0.28 | 0 | 0.51 | 198.26 | 0.86 | 0.26 |
| Hex | 9 | 59 | 7C | 5D | 1C | 0 | 33 | C6 | 56 | 1A |
| Octal | 11 | 131 | 174 | 135 | 34 | 0 | 63 | 306 | 126 | 32 |
| Binary | 1001 | 1011001 | 1111100 | 1011101 | 11100 | 0 | 110011 | 11000110 | 1010110 | 11010 |
Color Harmonies of #09597C
Complementary color
Monochromatic Colors of #09597C
Black with #09597C
Text Example
Text Example
White with #09597C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09597C; }
p { color: rgb(9,89,124); }
H1.HeaderClassName
{
color: #09597C;
}
.AnyTagClassName
{
color: #09597C;
}
</style>
background-color css
<style>
a { background-color: #09597C; }
a { background-color: rgb(9,89,124); }
div.DivClassName
{
background-color: #09597C;
}
.BgClassName
{
background-color: #09597C;
}
</style>
border-color css
<style>
span { border-color: #09597C; }
span { border-color: rgb(9,89,124); }
td.TdClassName
{
border-color: #09597C;
}
.TagClassName
{
border-color: #09597C;
}
</style>