Shades of Blue Lagoon #095975
Tints of Blue Lagoon #095975
RGB
CMYK
RGB Variations
Color information
#095975 (or 0x095975) is known color: Blue Lagoon. HEX triplet: 09, 59 and 75. RGB value is (9,89,117). Sum of RGB (Red+Green+Blue) = 9+89+117=215 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.19% from 215); Green value is 89 (35.16% from 255 or 41.40% from 215); Blue value is 117 (46.09% from 255 or 54.42% from 215); Max value from RGB is 117 - color contains mainly: blue. Hex color #095975 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095975 is #F6A68A. Grayscale: #444444. Windows color (decimal): -16164491 or 7690505. OLE color: 7690505.
HSL color Cylindrical-coordinate representation of color #095975: hue angle of 195.56º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #095975 is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 9 | 89 | 117 | - |
| CMYK | 0.92 | 0.24 | 0 | 0.54 |
| HSL | 195.56º | 0.86% | 0.25% | - |
| HSV(B) | 195.56º | 0.92% | 0.46% | - |
| XYZ | 6.9 | 8.49 | 18.1 | - |
| YUV | 68.27 | 155.5 | 85.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 89 | 117 | 0.92 | 0.24 | 0 | 0.54 | 195.56 | 0.86 | 0.25 |
| Hex | 9 | 59 | 75 | 5C | 18 | 0 | 36 | C4 | 56 | 19 |
| Octal | 11 | 131 | 165 | 134 | 30 | 0 | 66 | 304 | 126 | 31 |
| Binary | 1001 | 1011001 | 1110101 | 1011100 | 11000 | 0 | 110110 | 11000100 | 1010110 | 11001 |
Color Harmonies of #095975
Complementary color
Monochromatic Colors of #095975
Black with #095975
Text Example
Text Example
White with #095975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095975; }
p { color: rgb(9,89,117); }
H1.HeaderClassName
{
color: #095975;
}
.AnyTagClassName
{
color: #095975;
}
</style>
background-color css
<style>
a { background-color: #095975; }
a { background-color: rgb(9,89,117); }
div.DivClassName
{
background-color: #095975;
}
.BgClassName
{
background-color: #095975;
}
</style>
border-color css
<style>
span { border-color: #095975; }
span { border-color: rgb(9,89,117); }
td.TdClassName
{
border-color: #095975;
}
.TagClassName
{
border-color: #095975;
}
</style>