Shades of Blue Lagoon #095666
Tints of Blue Lagoon #095666
RGB
CMYK
RGB Variations
Color information
#095666 (or 0x095666) is known color: Blue Lagoon. HEX triplet: 09, 56 and 66. RGB value is (9,86,102). Sum of RGB (Red+Green+Blue) = 9+86+102=197 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.57% from 197); Green value is 86 (33.98% from 255 or 43.65% from 197); Blue value is 102 (40.23% from 255 or 51.78% from 197); Max value from RGB is 102 - color contains mainly: blue. Hex color #095666 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095666 is #F6A999. Grayscale: #404040. Windows color (decimal): -16165274 or 6706697. OLE color: 6706697.
HSL color Cylindrical-coordinate representation of color #095666: hue angle of 190.32º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #095666 is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 9 | 86 | 102 | - |
| CMYK | 0.91 | 0.16 | 0 | 0.6 |
| HSL | 190.32º | 0.84% | 0.22% | - |
| HSV(B) | 190.32º | 0.91% | 0.4% | - |
| XYZ | 5.84 | 7.67 | 13.74 | - |
| YUV | 64.8 | 148.99 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 86 | 102 | 0.91 | 0.16 | 0 | 0.6 | 190.32 | 0.84 | 0.22 |
| Hex | 9 | 56 | 66 | 5B | 10 | 0 | 3C | BE | 54 | 16 |
| Octal | 11 | 126 | 146 | 133 | 20 | 0 | 74 | 276 | 124 | 26 |
| Binary | 1001 | 1010110 | 1100110 | 1011011 | 10000 | 0 | 111100 | 10111110 | 1010100 | 10110 |
Color Harmonies of #095666
Complementary color
Monochromatic Colors of #095666
Black with #095666
Text Example
Text Example
White with #095666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095666; }
p { color: rgb(9,86,102); }
H1.HeaderClassName
{
color: #095666;
}
.AnyTagClassName
{
color: #095666;
}
</style>
background-color css
<style>
a { background-color: #095666; }
a { background-color: rgb(9,86,102); }
div.DivClassName
{
background-color: #095666;
}
.BgClassName
{
background-color: #095666;
}
</style>
border-color css
<style>
span { border-color: #095666; }
span { border-color: rgb(9,86,102); }
td.TdClassName
{
border-color: #095666;
}
.TagClassName
{
border-color: #095666;
}
</style>