Shades of Blue Lagoon #096869
Tints of Blue Lagoon #096869
RGB
CMYK
RGB Variations
Color information
#096869 (or 0x096869) is known color: Blue Lagoon. HEX triplet: 09, 68 and 69. RGB value is (9,104,105). Sum of RGB (Red+Green+Blue) = 9+104+105=218 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.13% from 218); Green value is 104 (41.02% from 255 or 47.71% from 218); Blue value is 105 (41.41% from 255 or 48.17% from 218); Max value from RGB is 105 - color contains mainly: blue. Hex color #096869 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096869 is #F69796. Grayscale: #4B4B4B. Windows color (decimal): -16160663 or 6907913. OLE color: 6907913.
HSL color Cylindrical-coordinate representation of color #096869: hue angle of 180.62º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096869 is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 9 | 104 | 105 | - |
| CMYK | 0.91 | 0.01 | 0 | 0.59 |
| HSL | 180.63º | 0.84% | 0.22% | - |
| HSV(B) | 180.63º | 0.91% | 0.41% | - |
| XYZ | 7.61 | 10.98 | 15.08 | - |
| YUV | 75.71 | 144.53 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 104 | 105 | 0.91 | 0.01 | 0 | 0.59 | 180.63 | 0.84 | 0.22 |
| Hex | 9 | 68 | 69 | 5B | 1 | 0 | 3B | B5 | 54 | 16 |
| Octal | 11 | 150 | 151 | 133 | 1 | 0 | 73 | 265 | 124 | 26 |
| Binary | 1001 | 1101000 | 1101001 | 1011011 | 1 | 0 | 111011 | 10110101 | 1010100 | 10110 |
Color Harmonies of #096869
Complementary color
Monochromatic Colors of #096869
Black with #096869
Text Example
Text Example
White with #096869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096869; }
p { color: rgb(9,104,105); }
H1.HeaderClassName
{
color: #096869;
}
.AnyTagClassName
{
color: #096869;
}
</style>
background-color css
<style>
a { background-color: #096869; }
a { background-color: rgb(9,104,105); }
div.DivClassName
{
background-color: #096869;
}
.BgClassName
{
background-color: #096869;
}
</style>
border-color css
<style>
span { border-color: #096869; }
span { border-color: rgb(9,104,105); }
td.TdClassName
{
border-color: #096869;
}
.TagClassName
{
border-color: #096869;
}
</style>