Shades of Blue Lagoon #09576E
Tints of Blue Lagoon #09576E
RGB
CMYK
RGB Variations
Color information
#09576E (or 0x09576E) is known color: Blue Lagoon. HEX triplet: 09, 57 and 6E. RGB value is (9,87,110). Sum of RGB (Red+Green+Blue) = 9+87+110=206 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.37% from 206); Green value is 87 (34.38% from 255 or 42.23% from 206); Blue value is 110 (43.36% from 255 or 53.40% from 206); Max value from RGB is 110 - color contains mainly: blue. Hex color #09576E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09576E is #F6A891. Grayscale: #424242. Windows color (decimal): -16165010 or 7231241. OLE color: 7231241.
HSL color Cylindrical-coordinate representation of color #09576E: hue angle of 193.66º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09576E is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 9 | 87 | 110 | - |
| CMYK | 0.92 | 0.21 | 0 | 0.57 |
| HSL | 193.66º | 0.85% | 0.23% | - |
| HSV(B) | 193.66º | 0.92% | 0.43% | - |
| XYZ | 6.34 | 8 | 15.96 | - |
| YUV | 66.3 | 152.66 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 87 | 110 | 0.92 | 0.21 | 0 | 0.57 | 193.66 | 0.85 | 0.23 |
| Hex | 9 | 57 | 6E | 5C | 15 | 0 | 39 | C2 | 55 | 17 |
| Octal | 11 | 127 | 156 | 134 | 25 | 0 | 71 | 302 | 125 | 27 |
| Binary | 1001 | 1010111 | 1101110 | 1011100 | 10101 | 0 | 111001 | 11000010 | 1010101 | 10111 |
Color Harmonies of #09576E
Complementary color
Monochromatic Colors of #09576E
Black with #09576E
Text Example
Text Example
White with #09576E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09576E; }
p { color: rgb(9,87,110); }
H1.HeaderClassName
{
color: #09576E;
}
.AnyTagClassName
{
color: #09576E;
}
</style>
background-color css
<style>
a { background-color: #09576E; }
a { background-color: rgb(9,87,110); }
div.DivClassName
{
background-color: #09576E;
}
.BgClassName
{
background-color: #09576E;
}
</style>
border-color css
<style>
span { border-color: #09576E; }
span { border-color: rgb(9,87,110); }
td.TdClassName
{
border-color: #09576E;
}
.TagClassName
{
border-color: #09576E;
}
</style>