Shades of Blue Lagoon #096780
Tints of Blue Lagoon #096780
RGB
CMYK
RGB Variations
Color information
#096780 (or 0x096780) is known color: Blue Lagoon. HEX triplet: 09, 67 and 80. RGB value is (9,103,128). Sum of RGB (Red+Green+Blue) = 9+103+128=240 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.75% from 240); Green value is 103 (40.62% from 255 or 42.92% from 240); Blue value is 128 (50.39% from 255 or 53.33% from 240); Max value from RGB is 128 - color contains mainly: blue. Hex color #096780 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096780 is #F6987F. Grayscale: #4D4D4D. Windows color (decimal): -16160896 or 8414985. OLE color: 8414985.
HSL color Cylindrical-coordinate representation of color #096780: hue angle of 192.61º 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 #096780 is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 9 | 103 | 128 | - |
| CMYK | 0.93 | 0.20 | 0 | 0.50 |
| HSL | 192.61º | 0.87% | 0.27% | - |
| HSV(B) | 192.61º | 0.93% | 0.5% | - |
| XYZ | 8.86 | 11.32 | 22.14 | - |
| YUV | 77.74 | 156.36 | 78.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 103 | 128 | 0.93 | 0.20 | 0 | 0.50 | 192.61 | 0.87 | 0.27 |
| Hex | 9 | 67 | 80 | 5D | 14 | 0 | 32 | C1 | 57 | 1B |
| Octal | 11 | 147 | 200 | 135 | 24 | 0 | 62 | 301 | 127 | 33 |
| Binary | 1001 | 1100111 | 10000000 | 1011101 | 10100 | 0 | 110010 | 11000001 | 1010111 | 11011 |
Color Harmonies of #096780
Complementary color
Monochromatic Colors of #096780
Black with #096780
Text Example
Text Example
White with #096780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096780; }
p { color: rgb(9,103,128); }
H1.HeaderClassName
{
color: #096780;
}
.AnyTagClassName
{
color: #096780;
}
</style>
background-color css
<style>
a { background-color: #096780; }
a { background-color: rgb(9,103,128); }
div.DivClassName
{
background-color: #096780;
}
.BgClassName
{
background-color: #096780;
}
</style>
border-color css
<style>
span { border-color: #096780; }
span { border-color: rgb(9,103,128); }
td.TdClassName
{
border-color: #096780;
}
.TagClassName
{
border-color: #096780;
}
</style>