Shades of Blue Lagoon #096880
Tints of Blue Lagoon #096880
RGB
CMYK
RGB Variations
Color information
#096880 (or 0x096880) is known color: Blue Lagoon. HEX triplet: 09, 68 and 80. RGB value is (9,104,128). Sum of RGB (Red+Green+Blue) = 9+104+128=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 104 (41.02% from 255 or 43.15% from 241); Blue value is 128 (50.39% from 255 or 53.11% from 241); Max value from RGB is 128 - color contains mainly: blue. Hex color #096880 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096880 is #F6977F. Grayscale: #4E4E4E. Windows color (decimal): -16160640 or 8415241. OLE color: 8415241.
HSL color Cylindrical-coordinate representation of color #096880: hue angle of 192.1º 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 #096880 is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 9 | 104 | 128 | - |
| CMYK | 0.93 | 0.19 | 0 | 0.50 |
| HSL | 192.1º | 0.87% | 0.27% | - |
| HSV(B) | 192.1º | 0.93% | 0.5% | - |
| XYZ | 8.96 | 11.52 | 22.17 | - |
| YUV | 78.33 | 156.03 | 78.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 104 | 128 | 0.93 | 0.19 | 0 | 0.50 | 192.1 | 0.87 | 0.27 |
| Hex | 9 | 68 | 80 | 5D | 13 | 0 | 32 | C0 | 57 | 1B |
| Octal | 11 | 150 | 200 | 135 | 23 | 0 | 62 | 300 | 127 | 33 |
| Binary | 1001 | 1101000 | 10000000 | 1011101 | 10011 | 0 | 110010 | 11000000 | 1010111 | 11011 |
Color Harmonies of #096880
Complementary color
Monochromatic Colors of #096880
Black with #096880
Text Example
Text Example
White with #096880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096880; }
p { color: rgb(9,104,128); }
H1.HeaderClassName
{
color: #096880;
}
.AnyTagClassName
{
color: #096880;
}
</style>
background-color css
<style>
a { background-color: #096880; }
a { background-color: rgb(9,104,128); }
div.DivClassName
{
background-color: #096880;
}
.BgClassName
{
background-color: #096880;
}
</style>
border-color css
<style>
span { border-color: #096880; }
span { border-color: rgb(9,104,128); }
td.TdClassName
{
border-color: #096880;
}
.TagClassName
{
border-color: #096880;
}
</style>