Shades of Blue Lagoon #095972
Tints of Blue Lagoon #095972
RGB
CMYK
RGB Variations
Color information
#095972 (or 0x095972) is known color: Blue Lagoon. HEX triplet: 09, 59 and 72. RGB value is (9,89,114). Sum of RGB (Red+Green+Blue) = 9+89+114=212 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.25% from 212); Green value is 89 (35.16% from 255 or 41.98% from 212); Blue value is 114 (44.92% from 255 or 53.77% from 212); Max value from RGB is 114 - color contains mainly: blue. Hex color #095972 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095972 is #F6A68D. Grayscale: #434343. Windows color (decimal): -16164494 or 7493897. OLE color: 7493897.
HSL color Cylindrical-coordinate representation of color #095972: hue angle of 194.29º 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 #095972 is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 89 | 114 | - |
| CMYK | 0.92 | 0.22 | 0 | 0.55 |
| HSL | 194.29º | 0.85% | 0.24% | - |
| HSV(B) | 194.29º | 0.92% | 0.45% | - |
| XYZ | 6.72 | 8.42 | 17.19 | - |
| YUV | 67.93 | 154 | 85.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 89 | 114 | 0.92 | 0.22 | 0 | 0.55 | 194.29 | 0.85 | 0.24 |
| Hex | 9 | 59 | 72 | 5C | 16 | 0 | 37 | C2 | 55 | 18 |
| Octal | 11 | 131 | 162 | 134 | 26 | 0 | 67 | 302 | 125 | 30 |
| Binary | 1001 | 1011001 | 1110010 | 1011100 | 10110 | 0 | 110111 | 11000010 | 1010101 | 11000 |
Color Harmonies of #095972
Complementary color
Monochromatic Colors of #095972
Black with #095972
Text Example
Text Example
White with #095972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095972; }
p { color: rgb(9,89,114); }
H1.HeaderClassName
{
color: #095972;
}
.AnyTagClassName
{
color: #095972;
}
</style>
background-color css
<style>
a { background-color: #095972; }
a { background-color: rgb(9,89,114); }
div.DivClassName
{
background-color: #095972;
}
.BgClassName
{
background-color: #095972;
}
</style>
border-color css
<style>
span { border-color: #095972; }
span { border-color: rgb(9,89,114); }
td.TdClassName
{
border-color: #095972;
}
.TagClassName
{
border-color: #095972;
}
</style>