Shades of Blue Lagoon #095C70
Tints of Blue Lagoon #095C70
RGB
CMYK
RGB Variations
Color information
#095C70 (or 0x095C70) is known color: Blue Lagoon. HEX triplet: 09, 5C and 70. RGB value is (9,92,112). Sum of RGB (Red+Green+Blue) = 9+92+112=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 92 (36.33% from 255 or 43.19% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #095C70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095C70 is #F6A38F. Grayscale: #454545. Windows color (decimal): -16163728 or 7363593. OLE color: 7363593.
HSL color Cylindrical-coordinate representation of color #095C70: hue angle of 191.65º 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 #095C70 is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 92 | 112 | - |
| CMYK | 0.92 | 0.18 | 0 | 0.56 |
| HSL | 191.65º | 0.85% | 0.24% | - |
| HSV(B) | 191.65º | 0.92% | 0.44% | - |
| XYZ | 6.86 | 8.88 | 16.68 | - |
| YUV | 69.46 | 152 | 84.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 92 | 112 | 0.92 | 0.18 | 0 | 0.56 | 191.65 | 0.85 | 0.24 |
| Hex | 9 | 5C | 70 | 5C | 12 | 0 | 38 | C0 | 55 | 18 |
| Octal | 11 | 134 | 160 | 134 | 22 | 0 | 70 | 300 | 125 | 30 |
| Binary | 1001 | 1011100 | 1110000 | 1011100 | 10010 | 0 | 111000 | 11000000 | 1010101 | 11000 |
Color Harmonies of #095C70
Complementary color
Monochromatic Colors of #095C70
Black with #095C70
Text Example
Text Example
White with #095C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095C70; }
p { color: rgb(9,92,112); }
H1.HeaderClassName
{
color: #095C70;
}
.AnyTagClassName
{
color: #095C70;
}
</style>
background-color css
<style>
a { background-color: #095C70; }
a { background-color: rgb(9,92,112); }
div.DivClassName
{
background-color: #095C70;
}
.BgClassName
{
background-color: #095C70;
}
</style>
border-color css
<style>
span { border-color: #095C70; }
span { border-color: rgb(9,92,112); }
td.TdClassName
{
border-color: #095C70;
}
.TagClassName
{
border-color: #095C70;
}
</style>