Shades of Blue Lagoon #095D79
Tints of Blue Lagoon #095D79
RGB
CMYK
RGB Variations
Color information
#095D79 (or 0x095D79) is known color: Blue Lagoon. HEX triplet: 09, 5D and 79. RGB value is (9,93,121). Sum of RGB (Red+Green+Blue) = 9+93+121=223 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.04% from 223); Green value is 93 (36.72% from 255 or 41.70% from 223); Blue value is 121 (47.66% from 255 or 54.26% from 223); Max value from RGB is 121 - color contains mainly: blue. Hex color #095D79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095D79 is #F6A286. Grayscale: #464646. Windows color (decimal): -16163463 or 7953673. OLE color: 7953673.
HSL color Cylindrical-coordinate representation of color #095D79: hue angle of 195º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #095D79 is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 9 | 93 | 121 | - |
| CMYK | 0.93 | 0.23 | 0 | 0.53 |
| HSL | 195º | 0.86% | 0.25% | - |
| HSV(B) | 195º | 0.93% | 0.47% | - |
| XYZ | 7.48 | 9.27 | 19.48 | - |
| YUV | 71.08 | 156.17 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 93 | 121 | 0.93 | 0.23 | 0 | 0.53 | 195 | 0.86 | 0.25 |
| Hex | 9 | 5D | 79 | 5D | 17 | 0 | 35 | C3 | 56 | 19 |
| Octal | 11 | 135 | 171 | 135 | 27 | 0 | 65 | 303 | 126 | 31 |
| Binary | 1001 | 1011101 | 1111001 | 1011101 | 10111 | 0 | 110101 | 11000011 | 1010110 | 11001 |
Color Harmonies of #095D79
Complementary color
Monochromatic Colors of #095D79
Black with #095D79
Text Example
Text Example
White with #095D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095D79; }
p { color: rgb(9,93,121); }
H1.HeaderClassName
{
color: #095D79;
}
.AnyTagClassName
{
color: #095D79;
}
</style>
background-color css
<style>
a { background-color: #095D79; }
a { background-color: rgb(9,93,121); }
div.DivClassName
{
background-color: #095D79;
}
.BgClassName
{
background-color: #095D79;
}
</style>
border-color css
<style>
span { border-color: #095D79; }
span { border-color: rgb(9,93,121); }
td.TdClassName
{
border-color: #095D79;
}
.TagClassName
{
border-color: #095D79;
}
</style>