Shades of Blue Lagoon #096370
Tints of Blue Lagoon #096370
RGB
CMYK
RGB Variations
Color information
#096370 (or 0x096370) is known color: Blue Lagoon. HEX triplet: 09, 63 and 70. RGB value is (9,99,112). Sum of RGB (Red+Green+Blue) = 9+99+112=220 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.09% from 220); Green value is 99 (39.06% from 255 or 45% from 220); Blue value is 112 (44.14% from 255 or 50.91% from 220); Max value from RGB is 112 - color contains mainly: blue. Hex color #096370 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096370 is #F69C8F. Grayscale: #494949. Windows color (decimal): -16161936 or 7365385. OLE color: 7365385.
HSL color Cylindrical-coordinate representation of color #096370: hue angle of 187.57º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096370 is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 99 | 112 | - |
| CMYK | 0.92 | 0.12 | 0 | 0.56 |
| HSL | 187.57º | 0.85% | 0.24% | - |
| HSV(B) | 187.57º | 0.92% | 0.44% | - |
| XYZ | 7.5 | 10.15 | 16.89 | - |
| YUV | 73.57 | 149.68 | 81.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 99 | 112 | 0.92 | 0.12 | 0 | 0.56 | 187.57 | 0.85 | 0.24 |
| Hex | 9 | 63 | 70 | 5C | C | 0 | 38 | BC | 55 | 18 |
| Octal | 11 | 143 | 160 | 134 | 14 | 0 | 70 | 274 | 125 | 30 |
| Binary | 1001 | 1100011 | 1110000 | 1011100 | 1100 | 0 | 111000 | 10111100 | 1010101 | 11000 |
Color Harmonies of #096370
Complementary color
Monochromatic Colors of #096370
Black with #096370
Text Example
Text Example
White with #096370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096370; }
p { color: rgb(9,99,112); }
H1.HeaderClassName
{
color: #096370;
}
.AnyTagClassName
{
color: #096370;
}
</style>
background-color css
<style>
a { background-color: #096370; }
a { background-color: rgb(9,99,112); }
div.DivClassName
{
background-color: #096370;
}
.BgClassName
{
background-color: #096370;
}
</style>
border-color css
<style>
span { border-color: #096370; }
span { border-color: rgb(9,99,112); }
td.TdClassName
{
border-color: #096370;
}
.TagClassName
{
border-color: #096370;
}
</style>