Shades of Blue Lagoon #095773
Tints of Blue Lagoon #095773
RGB
CMYK
RGB Variations
Color information
#095773 (or 0x095773) is known color: Blue Lagoon. HEX triplet: 09, 57 and 73. RGB value is (9,87,115). Sum of RGB (Red+Green+Blue) = 9+87+115=211 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.27% from 211); Green value is 87 (34.38% from 255 or 41.23% from 211); Blue value is 115 (45.31% from 255 or 54.50% from 211); Max value from RGB is 115 - color contains mainly: blue. Hex color #095773 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095773 is #F6A88C. Grayscale: #424242. Windows color (decimal): -16165005 or 7558921. OLE color: 7558921.
HSL color Cylindrical-coordinate representation of color #095773: hue angle of 195.85º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #095773 is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 87 | 115 | - |
| CMYK | 0.92 | 0.24 | 0 | 0.55 |
| HSL | 195.85º | 0.85% | 0.24% | - |
| HSV(B) | 195.85º | 0.92% | 0.45% | - |
| XYZ | 6.62 | 8.11 | 17.44 | - |
| YUV | 66.87 | 155.16 | 86.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 87 | 115 | 0.92 | 0.24 | 0 | 0.55 | 195.85 | 0.85 | 0.24 |
| Hex | 9 | 57 | 73 | 5C | 18 | 0 | 37 | C4 | 55 | 18 |
| Octal | 11 | 127 | 163 | 134 | 30 | 0 | 67 | 304 | 125 | 30 |
| Binary | 1001 | 1010111 | 1110011 | 1011100 | 11000 | 0 | 110111 | 11000100 | 1010101 | 11000 |
Color Harmonies of #095773
Complementary color
Monochromatic Colors of #095773
Black with #095773
Text Example
Text Example
White with #095773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095773; }
p { color: rgb(9,87,115); }
H1.HeaderClassName
{
color: #095773;
}
.AnyTagClassName
{
color: #095773;
}
</style>
background-color css
<style>
a { background-color: #095773; }
a { background-color: rgb(9,87,115); }
div.DivClassName
{
background-color: #095773;
}
.BgClassName
{
background-color: #095773;
}
</style>
border-color css
<style>
span { border-color: #095773; }
span { border-color: rgb(9,87,115); }
td.TdClassName
{
border-color: #095773;
}
.TagClassName
{
border-color: #095773;
}
</style>