Shades of Blue Lagoon #096879
Tints of Blue Lagoon #096879
RGB
CMYK
RGB Variations
Color information
#096879 (or 0x096879) is known color: Blue Lagoon. HEX triplet: 09, 68 and 79. RGB value is (9,104,121). Sum of RGB (Red+Green+Blue) = 9+104+121=234 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.85% from 234); Green value is 104 (41.02% from 255 or 44.44% from 234); Blue value is 121 (47.66% from 255 or 51.71% from 234); Max value from RGB is 121 - color contains mainly: blue. Hex color #096879 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096879 is #F69786. Grayscale: #4D4D4D. Windows color (decimal): -16160647 or 7956489. OLE color: 7956489.
HSL color Cylindrical-coordinate representation of color #096879: hue angle of 189.11º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #096879 is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 9 | 104 | 121 | - |
| CMYK | 0.93 | 0.14 | 0 | 0.53 |
| HSL | 189.11º | 0.86% | 0.25% | - |
| HSV(B) | 189.11º | 0.93% | 0.47% | - |
| XYZ | 8.51 | 11.34 | 19.83 | - |
| YUV | 77.53 | 152.53 | 79.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 104 | 121 | 0.93 | 0.14 | 0 | 0.53 | 189.11 | 0.86 | 0.25 |
| Hex | 9 | 68 | 79 | 5D | E | 0 | 35 | BD | 56 | 19 |
| Octal | 11 | 150 | 171 | 135 | 16 | 0 | 65 | 275 | 126 | 31 |
| Binary | 1001 | 1101000 | 1111001 | 1011101 | 1110 | 0 | 110101 | 10111101 | 1010110 | 11001 |
Color Harmonies of #096879
Complementary color
Monochromatic Colors of #096879
Black with #096879
Text Example
Text Example
White with #096879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096879; }
p { color: rgb(9,104,121); }
H1.HeaderClassName
{
color: #096879;
}
.AnyTagClassName
{
color: #096879;
}
</style>
background-color css
<style>
a { background-color: #096879; }
a { background-color: rgb(9,104,121); }
div.DivClassName
{
background-color: #096879;
}
.BgClassName
{
background-color: #096879;
}
</style>
border-color css
<style>
span { border-color: #096879; }
span { border-color: rgb(9,104,121); }
td.TdClassName
{
border-color: #096879;
}
.TagClassName
{
border-color: #096879;
}
</style>