Shades of Blue Lagoon #096472
Tints of Blue Lagoon #096472
RGB
CMYK
RGB Variations
Color information
#096472 (or 0x096472) is known color: Blue Lagoon. HEX triplet: 09, 64 and 72. RGB value is (9,100,114). Sum of RGB (Red+Green+Blue) = 9+100+114=223 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.04% from 223); Green value is 100 (39.45% from 255 or 44.84% from 223); Blue value is 114 (44.92% from 255 or 51.12% from 223); Max value from RGB is 114 - color contains mainly: blue. Hex color #096472 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096472 is #F69B8D. Grayscale: #4A4A4A. Windows color (decimal): -16161678 or 7496713. OLE color: 7496713.
HSL color Cylindrical-coordinate representation of color #096472: hue angle of 188º 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 #096472 is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 100 | 114 | - |
| CMYK | 0.92 | 0.12 | 0 | 0.55 |
| HSL | 188º | 0.85% | 0.24% | - |
| HSV(B) | 188º | 0.92% | 0.45% | - |
| XYZ | 7.71 | 10.39 | 17.52 | - |
| YUV | 74.39 | 150.35 | 81.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 100 | 114 | 0.92 | 0.12 | 0 | 0.55 | 188 | 0.85 | 0.24 |
| Hex | 9 | 64 | 72 | 5C | C | 0 | 37 | BC | 55 | 18 |
| Octal | 11 | 144 | 162 | 134 | 14 | 0 | 67 | 274 | 125 | 30 |
| Binary | 1001 | 1100100 | 1110010 | 1011100 | 1100 | 0 | 110111 | 10111100 | 1010101 | 11000 |
Color Harmonies of #096472
Complementary color
Monochromatic Colors of #096472
Black with #096472
Text Example
Text Example
White with #096472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096472; }
p { color: rgb(9,100,114); }
H1.HeaderClassName
{
color: #096472;
}
.AnyTagClassName
{
color: #096472;
}
</style>
background-color css
<style>
a { background-color: #096472; }
a { background-color: rgb(9,100,114); }
div.DivClassName
{
background-color: #096472;
}
.BgClassName
{
background-color: #096472;
}
</style>
border-color css
<style>
span { border-color: #096472; }
span { border-color: rgb(9,100,114); }
td.TdClassName
{
border-color: #096472;
}
.TagClassName
{
border-color: #096472;
}
</style>