Shades of Blue Lagoon #096671
Tints of Blue Lagoon #096671
RGB
CMYK
RGB Variations
Color information
#096671 (or 0x096671) is known color: Blue Lagoon. HEX triplet: 09, 66 and 71. RGB value is (9,102,113). Sum of RGB (Red+Green+Blue) = 9+102+113=224 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.02% from 224); Green value is 102 (40.23% from 255 or 45.54% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #096671 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096671 is #F6998E. Grayscale: #4B4B4B. Windows color (decimal): -16161167 or 7431689. OLE color: 7431689.
HSL color Cylindrical-coordinate representation of color #096671: hue angle of 186.35º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096671 is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 102 | 113 | - |
| CMYK | 0.92 | 0.10 | 0 | 0.56 |
| HSL | 186.35º | 0.85% | 0.24% | - |
| HSV(B) | 186.35º | 0.92% | 0.44% | - |
| XYZ | 7.84 | 10.75 | 17.28 | - |
| YUV | 75.45 | 149.19 | 80.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 102 | 113 | 0.92 | 0.10 | 0 | 0.56 | 186.35 | 0.85 | 0.24 |
| Hex | 9 | 66 | 71 | 5C | A | 0 | 38 | BA | 55 | 18 |
| Octal | 11 | 146 | 161 | 134 | 12 | 0 | 70 | 272 | 125 | 30 |
| Binary | 1001 | 1100110 | 1110001 | 1011100 | 1010 | 0 | 111000 | 10111010 | 1010101 | 11000 |
Color Harmonies of #096671
Complementary color
Monochromatic Colors of #096671
Black with #096671
Text Example
Text Example
White with #096671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096671; }
p { color: rgb(9,102,113); }
H1.HeaderClassName
{
color: #096671;
}
.AnyTagClassName
{
color: #096671;
}
</style>
background-color css
<style>
a { background-color: #096671; }
a { background-color: rgb(9,102,113); }
div.DivClassName
{
background-color: #096671;
}
.BgClassName
{
background-color: #096671;
}
</style>
border-color css
<style>
span { border-color: #096671; }
span { border-color: rgb(9,102,113); }
td.TdClassName
{
border-color: #096671;
}
.TagClassName
{
border-color: #096671;
}
</style>