Shades of Blue Lagoon #096572
Tints of Blue Lagoon #096572
RGB
CMYK
RGB Variations
Color information
#096572 (or 0x096572) is known color: Blue Lagoon. HEX triplet: 09, 65 and 72. RGB value is (9,101,114). Sum of RGB (Red+Green+Blue) = 9+101+114=224 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.02% from 224); Green value is 101 (39.84% from 255 or 45.09% from 224); Blue value is 114 (44.92% from 255 or 50.89% from 224); Max value from RGB is 114 - color contains mainly: blue. Hex color #096572 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096572 is #F69A8D. Grayscale: #4A4A4A. Windows color (decimal): -16161422 or 7496969. OLE color: 7496969.
HSL color Cylindrical-coordinate representation of color #096572: hue angle of 187.43º 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 #096572 is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 101 | 114 | - |
| CMYK | 0.92 | 0.11 | 0 | 0.55 |
| HSL | 187.43º | 0.85% | 0.24% | - |
| HSV(B) | 187.43º | 0.92% | 0.45% | - |
| XYZ | 7.8 | 10.58 | 17.55 | - |
| YUV | 74.97 | 150.02 | 80.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 101 | 114 | 0.92 | 0.11 | 0 | 0.55 | 187.43 | 0.85 | 0.24 |
| Hex | 9 | 65 | 72 | 5C | B | 0 | 37 | BB | 55 | 18 |
| Octal | 11 | 145 | 162 | 134 | 13 | 0 | 67 | 273 | 125 | 30 |
| Binary | 1001 | 1100101 | 1110010 | 1011100 | 1011 | 0 | 110111 | 10111011 | 1010101 | 11000 |
Color Harmonies of #096572
Complementary color
Monochromatic Colors of #096572
Black with #096572
Text Example
Text Example
White with #096572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096572; }
p { color: rgb(9,101,114); }
H1.HeaderClassName
{
color: #096572;
}
.AnyTagClassName
{
color: #096572;
}
</style>
background-color css
<style>
a { background-color: #096572; }
a { background-color: rgb(9,101,114); }
div.DivClassName
{
background-color: #096572;
}
.BgClassName
{
background-color: #096572;
}
</style>
border-color css
<style>
span { border-color: #096572; }
span { border-color: rgb(9,101,114); }
td.TdClassName
{
border-color: #096572;
}
.TagClassName
{
border-color: #096572;
}
</style>