Shades of Blue Lagoon #095165
Tints of Blue Lagoon #095165
RGB
CMYK
RGB Variations
Color information
#095165 (or 0x095165) is known color: Blue Lagoon. HEX triplet: 09, 51 and 65. RGB value is (9,81,101). Sum of RGB (Red+Green+Blue) = 9+81+101=191 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.71% from 191); Green value is 81 (32.03% from 255 or 42.41% from 191); Blue value is 101 (39.84% from 255 or 52.88% from 191); Max value from RGB is 101 - color contains mainly: blue. Hex color #095165 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095165 is #F6AE9A. Grayscale: #3D3D3D. Windows color (decimal): -16166555 or 6639881. OLE color: 6639881.
HSL color Cylindrical-coordinate representation of color #095165: hue angle of 193.04º 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 #095165 is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 9 | 81 | 101 | - |
| CMYK | 0.91 | 0.20 | 0 | 0.60 |
| HSL | 193.04º | 0.84% | 0.22% | - |
| HSV(B) | 193.04º | 0.91% | 0.4% | - |
| XYZ | 5.4 | 6.88 | 13.36 | - |
| YUV | 61.75 | 150.15 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 81 | 101 | 0.91 | 0.20 | 0 | 0.60 | 193.04 | 0.84 | 0.22 |
| Hex | 9 | 51 | 65 | 5B | 14 | 0 | 3C | C1 | 54 | 16 |
| Octal | 11 | 121 | 145 | 133 | 24 | 0 | 74 | 301 | 124 | 26 |
| Binary | 1001 | 1010001 | 1100101 | 1011011 | 10100 | 0 | 111100 | 11000001 | 1010100 | 10110 |
Color Harmonies of #095165
Complementary color
Monochromatic Colors of #095165
Black with #095165
Text Example
Text Example
White with #095165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095165; }
p { color: rgb(9,81,101); }
H1.HeaderClassName
{
color: #095165;
}
.AnyTagClassName
{
color: #095165;
}
</style>
background-color css
<style>
a { background-color: #095165; }
a { background-color: rgb(9,81,101); }
div.DivClassName
{
background-color: #095165;
}
.BgClassName
{
background-color: #095165;
}
</style>
border-color css
<style>
span { border-color: #095165; }
span { border-color: rgb(9,81,101); }
td.TdClassName
{
border-color: #095165;
}
.TagClassName
{
border-color: #095165;
}
</style>