Shades of Blue Lagoon #09597B
Tints of Blue Lagoon #09597B
RGB
CMYK
RGB Variations
Color information
#09597B (or 0x09597B) is known color: Blue Lagoon. HEX triplet: 09, 59 and 7B. RGB value is (9,89,123). Sum of RGB (Red+Green+Blue) = 9+89+123=221 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.07% from 221); Green value is 89 (35.16% from 255 or 40.27% from 221); Blue value is 123 (48.44% from 255 or 55.66% from 221); Max value from RGB is 123 - color contains mainly: blue. Hex color #09597B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09597B is #F6A684. Grayscale: #444444. Windows color (decimal): -16164485 or 8083721. OLE color: 8083721.
HSL color Cylindrical-coordinate representation of color #09597B: hue angle of 197.89º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09597B is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 9 | 89 | 123 | - |
| CMYK | 0.93 | 0.28 | 0 | 0.52 |
| HSL | 197.89º | 0.86% | 0.26% | - |
| HSV(B) | 197.89º | 0.93% | 0.48% | - |
| XYZ | 7.26 | 8.63 | 20.02 | - |
| YUV | 68.96 | 158.5 | 85.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 89 | 123 | 0.93 | 0.28 | 0 | 0.52 | 197.89 | 0.86 | 0.26 |
| Hex | 9 | 59 | 7B | 5D | 1C | 0 | 34 | C6 | 56 | 1A |
| Octal | 11 | 131 | 173 | 135 | 34 | 0 | 64 | 306 | 126 | 32 |
| Binary | 1001 | 1011001 | 1111011 | 1011101 | 11100 | 0 | 110100 | 11000110 | 1010110 | 11010 |
Color Harmonies of #09597B
Complementary color
Monochromatic Colors of #09597B
Black with #09597B
Text Example
Text Example
White with #09597B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09597B; }
p { color: rgb(9,89,123); }
H1.HeaderClassName
{
color: #09597B;
}
.AnyTagClassName
{
color: #09597B;
}
</style>
background-color css
<style>
a { background-color: #09597B; }
a { background-color: rgb(9,89,123); }
div.DivClassName
{
background-color: #09597B;
}
.BgClassName
{
background-color: #09597B;
}
</style>
border-color css
<style>
span { border-color: #09597B; }
span { border-color: rgb(9,89,123); }
td.TdClassName
{
border-color: #09597B;
}
.TagClassName
{
border-color: #09597B;
}
</style>