Shades of Blue Lagoon #09667D
Tints of Blue Lagoon #09667D
RGB
CMYK
RGB Variations
Color information
#09667D (or 0x09667D) is known color: Blue Lagoon. HEX triplet: 09, 66 and 7D. RGB value is (9,102,125). Sum of RGB (Red+Green+Blue) = 9+102+125=236 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.81% from 236); Green value is 102 (40.23% from 255 or 43.22% from 236); Blue value is 125 (49.22% from 255 or 52.97% from 236); Max value from RGB is 125 - color contains mainly: blue. Hex color #09667D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09667D is #F69982. Grayscale: #4C4C4C. Windows color (decimal): -16161155 or 8218121. OLE color: 8218121.
HSL color Cylindrical-coordinate representation of color #09667D: hue angle of 191.9º 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 #09667D is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 102 | 125 | - |
| CMYK | 0.93 | 0.18 | 0 | 0.51 |
| HSL | 191.9º | 0.87% | 0.26% | - |
| HSV(B) | 191.9º | 0.93% | 0.49% | - |
| XYZ | 8.57 | 11.04 | 21.08 | - |
| YUV | 76.82 | 155.19 | 79.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 102 | 125 | 0.93 | 0.18 | 0 | 0.51 | 191.9 | 0.87 | 0.26 |
| Hex | 9 | 66 | 7D | 5D | 12 | 0 | 33 | C0 | 57 | 1A |
| Octal | 11 | 146 | 175 | 135 | 22 | 0 | 63 | 300 | 127 | 32 |
| Binary | 1001 | 1100110 | 1111101 | 1011101 | 10010 | 0 | 110011 | 11000000 | 1010111 | 11010 |
Color Harmonies of #09667D
Complementary color
Monochromatic Colors of #09667D
Black with #09667D
Text Example
Text Example
White with #09667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09667D; }
p { color: rgb(9,102,125); }
H1.HeaderClassName
{
color: #09667D;
}
.AnyTagClassName
{
color: #09667D;
}
</style>
background-color css
<style>
a { background-color: #09667D; }
a { background-color: rgb(9,102,125); }
div.DivClassName
{
background-color: #09667D;
}
.BgClassName
{
background-color: #09667D;
}
</style>
border-color css
<style>
span { border-color: #09667D; }
span { border-color: rgb(9,102,125); }
td.TdClassName
{
border-color: #09667D;
}
.TagClassName
{
border-color: #09667D;
}
</style>