Shades of Blue Lagoon #095D70
Tints of Blue Lagoon #095D70
RGB
CMYK
RGB Variations
Color information
#095D70 (or 0x095D70) is known color: Blue Lagoon. HEX triplet: 09, 5D and 70. RGB value is (9,93,112). Sum of RGB (Red+Green+Blue) = 9+93+112=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 93 (36.72% from 255 or 43.46% from 214); Blue value is 112 (44.14% from 255 or 52.34% from 214); Max value from RGB is 112 - color contains mainly: blue. Hex color #095D70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095D70 is #F6A28F. Grayscale: #454545. Windows color (decimal): -16163472 or 7363849. OLE color: 7363849.
HSL color Cylindrical-coordinate representation of color #095D70: hue angle of 191.07º 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 #095D70 is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 93 | 112 | - |
| CMYK | 0.92 | 0.17 | 0 | 0.56 |
| HSL | 191.07º | 0.85% | 0.24% | - |
| HSV(B) | 191.07º | 0.92% | 0.44% | - |
| XYZ | 6.95 | 9.06 | 16.71 | - |
| YUV | 70.05 | 151.67 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 93 | 112 | 0.92 | 0.17 | 0 | 0.56 | 191.07 | 0.85 | 0.24 |
| Hex | 9 | 5D | 70 | 5C | 11 | 0 | 38 | BF | 55 | 18 |
| Octal | 11 | 135 | 160 | 134 | 21 | 0 | 70 | 277 | 125 | 30 |
| Binary | 1001 | 1011101 | 1110000 | 1011100 | 10001 | 0 | 111000 | 10111111 | 1010101 | 11000 |
Color Harmonies of #095D70
Complementary color
Monochromatic Colors of #095D70
Black with #095D70
Text Example
Text Example
White with #095D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095D70; }
p { color: rgb(9,93,112); }
H1.HeaderClassName
{
color: #095D70;
}
.AnyTagClassName
{
color: #095D70;
}
</style>
background-color css
<style>
a { background-color: #095D70; }
a { background-color: rgb(9,93,112); }
div.DivClassName
{
background-color: #095D70;
}
.BgClassName
{
background-color: #095D70;
}
</style>
border-color css
<style>
span { border-color: #095D70; }
span { border-color: rgb(9,93,112); }
td.TdClassName
{
border-color: #095D70;
}
.TagClassName
{
border-color: #095D70;
}
</style>