Shades of Blue Lagoon #095D6D
Tints of Blue Lagoon #095D6D
RGB
CMYK
RGB Variations
Color information
#095D6D (or 0x095D6D) is known color: Blue Lagoon. HEX triplet: 09, 5D and 6D. RGB value is (9,93,109). Sum of RGB (Red+Green+Blue) = 9+93+109=211 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.27% from 211); Green value is 93 (36.72% from 255 or 44.08% from 211); Blue value is 109 (42.97% from 255 or 51.66% from 211); Max value from RGB is 109 - color contains mainly: blue. Hex color #095D6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095D6D is #F6A292. Grayscale: #454545. Windows color (decimal): -16163475 or 7167241. OLE color: 7167241.
HSL color Cylindrical-coordinate representation of color #095D6D: hue angle of 189.6º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #095D6D is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 9 | 93 | 109 | - |
| CMYK | 0.92 | 0.15 | 0 | 0.57 |
| HSL | 189.6º | 0.85% | 0.23% | - |
| HSV(B) | 189.6º | 0.92% | 0.43% | - |
| XYZ | 6.79 | 8.99 | 15.85 | - |
| YUV | 69.71 | 150.17 | 84.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 93 | 109 | 0.92 | 0.15 | 0 | 0.57 | 189.6 | 0.85 | 0.23 |
| Hex | 9 | 5D | 6D | 5C | F | 0 | 39 | BE | 55 | 17 |
| Octal | 11 | 135 | 155 | 134 | 17 | 0 | 71 | 276 | 125 | 27 |
| Binary | 1001 | 1011101 | 1101101 | 1011100 | 1111 | 0 | 111001 | 10111110 | 1010101 | 10111 |
Color Harmonies of #095D6D
Complementary color
Monochromatic Colors of #095D6D
Black with #095D6D
Text Example
Text Example
White with #095D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095D6D; }
p { color: rgb(9,93,109); }
H1.HeaderClassName
{
color: #095D6D;
}
.AnyTagClassName
{
color: #095D6D;
}
</style>
background-color css
<style>
a { background-color: #095D6D; }
a { background-color: rgb(9,93,109); }
div.DivClassName
{
background-color: #095D6D;
}
.BgClassName
{
background-color: #095D6D;
}
</style>
border-color css
<style>
span { border-color: #095D6D; }
span { border-color: rgb(9,93,109); }
td.TdClassName
{
border-color: #095D6D;
}
.TagClassName
{
border-color: #095D6D;
}
</style>