Shades of Blue Lagoon #095E65
Tints of Blue Lagoon #095E65
RGB
CMYK
RGB Variations
Color information
#095E65 (or 0x095E65) is known color: Blue Lagoon. HEX triplet: 09, 5E and 65. RGB value is (9,94,101). Sum of RGB (Red+Green+Blue) = 9+94+101=204 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.41% from 204); Green value is 94 (37.11% from 255 or 46.08% from 204); Blue value is 101 (39.84% from 255 or 49.51% from 204); Max value from RGB is 101 - color contains mainly: blue. Hex color #095E65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095E65 is #F6A19A. Grayscale: #454545. Windows color (decimal): -16163227 or 6643209. OLE color: 6643209.
HSL color Cylindrical-coordinate representation of color #095E65: hue angle of 184.57º 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 #095E65 is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 9 | 94 | 101 | - |
| CMYK | 0.91 | 0.07 | 0 | 0.60 |
| HSL | 184.57º | 0.84% | 0.22% | - |
| HSV(B) | 184.57º | 0.91% | 0.4% | - |
| XYZ | 6.46 | 9 | 13.71 | - |
| YUV | 69.38 | 145.84 | 84.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 94 | 101 | 0.91 | 0.07 | 0 | 0.60 | 184.57 | 0.84 | 0.22 |
| Hex | 9 | 5E | 65 | 5B | 7 | 0 | 3C | B9 | 54 | 16 |
| Octal | 11 | 136 | 145 | 133 | 7 | 0 | 74 | 271 | 124 | 26 |
| Binary | 1001 | 1011110 | 1100101 | 1011011 | 111 | 0 | 111100 | 10111001 | 1010100 | 10110 |
Color Harmonies of #095E65
Complementary color
Monochromatic Colors of #095E65
Black with #095E65
Text Example
Text Example
White with #095E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095E65; }
p { color: rgb(9,94,101); }
H1.HeaderClassName
{
color: #095E65;
}
.AnyTagClassName
{
color: #095E65;
}
</style>
background-color css
<style>
a { background-color: #095E65; }
a { background-color: rgb(9,94,101); }
div.DivClassName
{
background-color: #095E65;
}
.BgClassName
{
background-color: #095E65;
}
</style>
border-color css
<style>
span { border-color: #095E65; }
span { border-color: rgb(9,94,101); }
td.TdClassName
{
border-color: #095E65;
}
.TagClassName
{
border-color: #095E65;
}
</style>