Shades of Blue Lagoon #09637F
Tints of Blue Lagoon #09637F
RGB
CMYK
RGB Variations
Color information
#09637F (or 0x09637F) is known color: Blue Lagoon. HEX triplet: 09, 63 and 7F. RGB value is (9,99,127). Sum of RGB (Red+Green+Blue) = 9+99+127=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 99 (39.06% from 255 or 42.13% from 235); Blue value is 127 (50% from 255 or 54.04% from 235); Max value from RGB is 127 - color contains mainly: blue. Hex color #09637F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09637F is #F69C80. Grayscale: #4B4B4B. Windows color (decimal): -16161921 or 8348425. OLE color: 8348425.
HSL color Cylindrical-coordinate representation of color #09637F: hue angle of 194.24º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09637F is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 9 | 99 | 127 | - |
| CMYK | 0.93 | 0.22 | 0 | 0.50 |
| HSL | 194.24º | 0.87% | 0.27% | - |
| HSV(B) | 194.24º | 0.93% | 0.5% | - |
| XYZ | 8.41 | 10.51 | 21.67 | - |
| YUV | 75.28 | 157.18 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 99 | 127 | 0.93 | 0.22 | 0 | 0.50 | 194.24 | 0.87 | 0.27 |
| Hex | 9 | 63 | 7F | 5D | 16 | 0 | 32 | C2 | 57 | 1B |
| Octal | 11 | 143 | 177 | 135 | 26 | 0 | 62 | 302 | 127 | 33 |
| Binary | 1001 | 1100011 | 1111111 | 1011101 | 10110 | 0 | 110010 | 11000010 | 1010111 | 11011 |
Color Harmonies of #09637F
Complementary color
Monochromatic Colors of #09637F
Black with #09637F
Text Example
Text Example
White with #09637F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09637F; }
p { color: rgb(9,99,127); }
H1.HeaderClassName
{
color: #09637F;
}
.AnyTagClassName
{
color: #09637F;
}
</style>
background-color css
<style>
a { background-color: #09637F; }
a { background-color: rgb(9,99,127); }
div.DivClassName
{
background-color: #09637F;
}
.BgClassName
{
background-color: #09637F;
}
</style>
border-color css
<style>
span { border-color: #09637F; }
span { border-color: rgb(9,99,127); }
td.TdClassName
{
border-color: #09637F;
}
.TagClassName
{
border-color: #09637F;
}
</style>