Shades of Blue Lagoon #09657D
Tints of Blue Lagoon #09657D
RGB
CMYK
RGB Variations
Color information
#09657D (or 0x09657D) is known color: Blue Lagoon. HEX triplet: 09, 65 and 7D. RGB value is (9,101,125). Sum of RGB (Red+Green+Blue) = 9+101+125=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 101 (39.84% from 255 or 42.98% from 235); Blue value is 125 (49.22% from 255 or 53.19% from 235); Max value from RGB is 125 - color contains mainly: blue. Hex color #09657D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09657D is #F69A82. Grayscale: #4C4C4C. Windows color (decimal): -16161411 or 8217865. OLE color: 8217865.
HSL color Cylindrical-coordinate representation of color #09657D: hue angle of 192.41º degrees, saturation: 0.87, 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 #09657D is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 101 | 125 | - |
| CMYK | 0.93 | 0.19 | 0 | 0.51 |
| HSL | 192.41º | 0.87% | 0.26% | - |
| HSV(B) | 192.41º | 0.93% | 0.49% | - |
| XYZ | 8.47 | 10.85 | 21.05 | - |
| YUV | 76.23 | 155.52 | 80.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 101 | 125 | 0.93 | 0.19 | 0 | 0.51 | 192.41 | 0.87 | 0.26 |
| Hex | 9 | 65 | 7D | 5D | 13 | 0 | 33 | C0 | 57 | 1A |
| Octal | 11 | 145 | 175 | 135 | 23 | 0 | 63 | 300 | 127 | 32 |
| Binary | 1001 | 1100101 | 1111101 | 1011101 | 10011 | 0 | 110011 | 11000000 | 1010111 | 11010 |
Color Harmonies of #09657D
Complementary color
Monochromatic Colors of #09657D
Black with #09657D
Text Example
Text Example
White with #09657D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09657D; }
p { color: rgb(9,101,125); }
H1.HeaderClassName
{
color: #09657D;
}
.AnyTagClassName
{
color: #09657D;
}
</style>
background-color css
<style>
a { background-color: #09657D; }
a { background-color: rgb(9,101,125); }
div.DivClassName
{
background-color: #09657D;
}
.BgClassName
{
background-color: #09657D;
}
</style>
border-color css
<style>
span { border-color: #09657D; }
span { border-color: rgb(9,101,125); }
td.TdClassName
{
border-color: #09657D;
}
.TagClassName
{
border-color: #09657D;
}
</style>