Shades of Blue Lagoon #095F76
Tints of Blue Lagoon #095F76
RGB
CMYK
RGB Variations
Color information
#095F76 (or 0x095F76) is known color: Blue Lagoon. HEX triplet: 09, 5F and 76. RGB value is (9,95,118). Sum of RGB (Red+Green+Blue) = 9+95+118=222 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.05% from 222); Green value is 95 (37.5% from 255 or 42.79% from 222); Blue value is 118 (46.48% from 255 or 53.15% from 222); Max value from RGB is 118 - color contains mainly: blue. Hex color #095F76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095F76 is #F6A089. Grayscale: #474747. Windows color (decimal): -16162954 or 7757577. OLE color: 7757577.
HSL color Cylindrical-coordinate representation of color #095F76: hue angle of 192.66º 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 #095F76 is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 9 | 95 | 118 | - |
| CMYK | 0.92 | 0.19 | 0 | 0.54 |
| HSL | 192.66º | 0.86% | 0.25% | - |
| HSV(B) | 192.66º | 0.92% | 0.46% | - |
| XYZ | 7.47 | 9.55 | 18.59 | - |
| YUV | 71.91 | 154.01 | 83.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 95 | 118 | 0.92 | 0.19 | 0 | 0.54 | 192.66 | 0.86 | 0.25 |
| Hex | 9 | 5F | 76 | 5C | 13 | 0 | 36 | C1 | 56 | 19 |
| Octal | 11 | 137 | 166 | 134 | 23 | 0 | 66 | 301 | 126 | 31 |
| Binary | 1001 | 1011111 | 1110110 | 1011100 | 10011 | 0 | 110110 | 11000001 | 1010110 | 11001 |
Color Harmonies of #095F76
Complementary color
Monochromatic Colors of #095F76
Black with #095F76
Text Example
Text Example
White with #095F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095F76; }
p { color: rgb(9,95,118); }
H1.HeaderClassName
{
color: #095F76;
}
.AnyTagClassName
{
color: #095F76;
}
</style>
background-color css
<style>
a { background-color: #095F76; }
a { background-color: rgb(9,95,118); }
div.DivClassName
{
background-color: #095F76;
}
.BgClassName
{
background-color: #095F76;
}
</style>
border-color css
<style>
span { border-color: #095F76; }
span { border-color: rgb(9,95,118); }
td.TdClassName
{
border-color: #095F76;
}
.TagClassName
{
border-color: #095F76;
}
</style>