Shades of Blue Lagoon #096379
Tints of Blue Lagoon #096379
RGB
CMYK
RGB Variations
Color information
#096379 (or 0x096379) is known color: Blue Lagoon. HEX triplet: 09, 63 and 79. RGB value is (9,99,121). Sum of RGB (Red+Green+Blue) = 9+99+121=229 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.93% from 229); Green value is 99 (39.06% from 255 or 43.23% from 229); Blue value is 121 (47.66% from 255 or 52.84% from 229); Max value from RGB is 121 - color contains mainly: blue. Hex color #096379 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096379 is #F69C86. Grayscale: #4A4A4A. Windows color (decimal): -16161927 or 7955209. OLE color: 7955209.
HSL color Cylindrical-coordinate representation of color #096379: hue angle of 191.79º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #096379 is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 9 | 99 | 121 | - |
| CMYK | 0.93 | 0.18 | 0 | 0.53 |
| HSL | 191.79º | 0.86% | 0.25% | - |
| HSV(B) | 191.79º | 0.93% | 0.47% | - |
| XYZ | 8.03 | 10.36 | 19.67 | - |
| YUV | 74.6 | 154.18 | 81.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 99 | 121 | 0.93 | 0.18 | 0 | 0.53 | 191.79 | 0.86 | 0.25 |
| Hex | 9 | 63 | 79 | 5D | 12 | 0 | 35 | C0 | 56 | 19 |
| Octal | 11 | 143 | 171 | 135 | 22 | 0 | 65 | 300 | 126 | 31 |
| Binary | 1001 | 1100011 | 1111001 | 1011101 | 10010 | 0 | 110101 | 11000000 | 1010110 | 11001 |
Color Harmonies of #096379
Complementary color
Monochromatic Colors of #096379
Black with #096379
Text Example
Text Example
White with #096379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096379; }
p { color: rgb(9,99,121); }
H1.HeaderClassName
{
color: #096379;
}
.AnyTagClassName
{
color: #096379;
}
</style>
background-color css
<style>
a { background-color: #096379; }
a { background-color: rgb(9,99,121); }
div.DivClassName
{
background-color: #096379;
}
.BgClassName
{
background-color: #096379;
}
</style>
border-color css
<style>
span { border-color: #096379; }
span { border-color: rgb(9,99,121); }
td.TdClassName
{
border-color: #096379;
}
.TagClassName
{
border-color: #096379;
}
</style>