Shades of Blue Lagoon #095563
Tints of Blue Lagoon #095563
RGB
CMYK
RGB Variations
Color information
#095563 (or 0x095563) is known color: Blue Lagoon. HEX triplet: 09, 55 and 63. RGB value is (9,85,99). Sum of RGB (Red+Green+Blue) = 9+85+99=193 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.66% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 99 (39.06% from 255 or 51.30% from 193); Max value from RGB is 99 - color contains mainly: blue. Hex color #095563 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095563 is #F6AA9C. Grayscale: #3F3F3F. Windows color (decimal): -16165533 or 6509833. OLE color: 6509833.
HSL color Cylindrical-coordinate representation of color #095563: hue angle of 189.33º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #095563 is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 9 | 85 | 99 | - |
| CMYK | 0.91 | 0.14 | 0 | 0.61 |
| HSL | 189.33º | 0.83% | 0.21% | - |
| HSV(B) | 189.33º | 0.91% | 0.39% | - |
| XYZ | 5.61 | 7.46 | 12.95 | - |
| YUV | 63.87 | 147.82 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 85 | 99 | 0.91 | 0.14 | 0 | 0.61 | 189.33 | 0.83 | 0.21 |
| Hex | 9 | 55 | 63 | 5B | E | 0 | 3D | BD | 53 | 15 |
| Octal | 11 | 125 | 143 | 133 | 16 | 0 | 75 | 275 | 123 | 25 |
| Binary | 1001 | 1010101 | 1100011 | 1011011 | 1110 | 0 | 111101 | 10111101 | 1010011 | 10101 |
Color Harmonies of #095563
Complementary color
Monochromatic Colors of #095563
Black with #095563
Text Example
Text Example
White with #095563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095563; }
p { color: rgb(9,85,99); }
H1.HeaderClassName
{
color: #095563;
}
.AnyTagClassName
{
color: #095563;
}
</style>
background-color css
<style>
a { background-color: #095563; }
a { background-color: rgb(9,85,99); }
div.DivClassName
{
background-color: #095563;
}
.BgClassName
{
background-color: #095563;
}
</style>
border-color css
<style>
span { border-color: #095563; }
span { border-color: rgb(9,85,99); }
td.TdClassName
{
border-color: #095563;
}
.TagClassName
{
border-color: #095563;
}
</style>