Shades of Blue Lagoon #096878
Tints of Blue Lagoon #096878
RGB
CMYK
RGB Variations
Color information
#096878 (or 0x096878) is known color: Blue Lagoon. HEX triplet: 09, 68 and 78. RGB value is (9,104,120). Sum of RGB (Red+Green+Blue) = 9+104+120=233 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.86% from 233); Green value is 104 (41.02% from 255 or 44.64% from 233); Blue value is 120 (47.27% from 255 or 51.50% from 233); Max value from RGB is 120 - color contains mainly: blue. Hex color #096878 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096878 is #F69787. Grayscale: #4D4D4D. Windows color (decimal): -16160648 or 7890953. OLE color: 7890953.
HSL color Cylindrical-coordinate representation of color #096878: hue angle of 188.65º 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 #096878 is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 9 | 104 | 120 | - |
| CMYK | 0.92 | 0.13 | 0 | 0.53 |
| HSL | 188.65º | 0.86% | 0.25% | - |
| HSV(B) | 188.65º | 0.93% | 0.47% | - |
| XYZ | 8.45 | 11.31 | 19.51 | - |
| YUV | 77.42 | 152.03 | 79.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 104 | 120 | 0.92 | 0.13 | 0 | 0.53 | 188.65 | 0.86 | 0.25 |
| Hex | 9 | 68 | 78 | 5C | D | 0 | 35 | BD | 56 | 19 |
| Octal | 11 | 150 | 170 | 134 | 15 | 0 | 65 | 275 | 126 | 31 |
| Binary | 1001 | 1101000 | 1111000 | 1011100 | 1101 | 0 | 110101 | 10111101 | 1010110 | 11001 |
Color Harmonies of #096878
Complementary color
Monochromatic Colors of #096878
Black with #096878
Text Example
Text Example
White with #096878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096878; }
p { color: rgb(9,104,120); }
H1.HeaderClassName
{
color: #096878;
}
.AnyTagClassName
{
color: #096878;
}
</style>
background-color css
<style>
a { background-color: #096878; }
a { background-color: rgb(9,104,120); }
div.DivClassName
{
background-color: #096878;
}
.BgClassName
{
background-color: #096878;
}
</style>
border-color css
<style>
span { border-color: #096878; }
span { border-color: rgb(9,104,120); }
td.TdClassName
{
border-color: #096878;
}
.TagClassName
{
border-color: #096878;
}
</style>