Shades of Blue Lagoon #095D71
Tints of Blue Lagoon #095D71
RGB
CMYK
RGB Variations
Color information
#095D71 (or 0x095D71) is known color: Blue Lagoon. HEX triplet: 09, 5D and 71. RGB value is (9,93,113). Sum of RGB (Red+Green+Blue) = 9+93+113=215 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.19% from 215); Green value is 93 (36.72% from 255 or 43.26% from 215); Blue value is 113 (44.53% from 255 or 52.56% from 215); Max value from RGB is 113 - color contains mainly: blue. Hex color #095D71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095D71 is #F6A28E. Grayscale: #464646. Windows color (decimal): -16163471 or 7429385. OLE color: 7429385.
HSL color Cylindrical-coordinate representation of color #095D71: hue angle of 191.54º 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 #095D71 is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 93 | 113 | - |
| CMYK | 0.92 | 0.18 | 0 | 0.56 |
| HSL | 191.54º | 0.85% | 0.24% | - |
| HSV(B) | 191.54º | 0.92% | 0.44% | - |
| XYZ | 7.01 | 9.08 | 17.01 | - |
| YUV | 70.16 | 152.17 | 84.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 93 | 113 | 0.92 | 0.18 | 0 | 0.56 | 191.54 | 0.85 | 0.24 |
| Hex | 9 | 5D | 71 | 5C | 12 | 0 | 38 | C0 | 55 | 18 |
| Octal | 11 | 135 | 161 | 134 | 22 | 0 | 70 | 300 | 125 | 30 |
| Binary | 1001 | 1011101 | 1110001 | 1011100 | 10010 | 0 | 111000 | 11000000 | 1010101 | 11000 |
Color Harmonies of #095D71
Complementary color
Monochromatic Colors of #095D71
Black with #095D71
Text Example
Text Example
White with #095D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095D71; }
p { color: rgb(9,93,113); }
H1.HeaderClassName
{
color: #095D71;
}
.AnyTagClassName
{
color: #095D71;
}
</style>
background-color css
<style>
a { background-color: #095D71; }
a { background-color: rgb(9,93,113); }
div.DivClassName
{
background-color: #095D71;
}
.BgClassName
{
background-color: #095D71;
}
</style>
border-color css
<style>
span { border-color: #095D71; }
span { border-color: rgb(9,93,113); }
td.TdClassName
{
border-color: #095D71;
}
.TagClassName
{
border-color: #095D71;
}
</style>