Shades of Blue Lagoon #096374
Tints of Blue Lagoon #096374
RGB
CMYK
RGB Variations
Color information
#096374 (or 0x096374) is known color: Blue Lagoon. HEX triplet: 09, 63 and 74. RGB value is (9,99,116). Sum of RGB (Red+Green+Blue) = 9+99+116=224 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.02% from 224); Green value is 99 (39.06% from 255 or 44.20% from 224); Blue value is 116 (45.70% from 255 or 51.79% from 224); Max value from RGB is 116 - color contains mainly: blue. Hex color #096374 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096374 is #F69C8B. Grayscale: #494949. Windows color (decimal): -16161932 or 7627529. OLE color: 7627529.
HSL color Cylindrical-coordinate representation of color #096374: hue angle of 189.53º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096374 is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 99 | 116 | - |
| CMYK | 0.92 | 0.15 | 0 | 0.55 |
| HSL | 189.53º | 0.86% | 0.25% | - |
| HSV(B) | 189.53º | 0.92% | 0.45% | - |
| XYZ | 7.73 | 10.24 | 18.09 | - |
| YUV | 74.03 | 151.68 | 81.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 99 | 116 | 0.92 | 0.15 | 0 | 0.55 | 189.53 | 0.86 | 0.25 |
| Hex | 9 | 63 | 74 | 5C | F | 0 | 37 | BE | 56 | 19 |
| Octal | 11 | 143 | 164 | 134 | 17 | 0 | 67 | 276 | 126 | 31 |
| Binary | 1001 | 1100011 | 1110100 | 1011100 | 1111 | 0 | 110111 | 10111110 | 1010110 | 11001 |
Color Harmonies of #096374
Complementary color
Monochromatic Colors of #096374
Black with #096374
Text Example
Text Example
White with #096374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096374; }
p { color: rgb(9,99,116); }
H1.HeaderClassName
{
color: #096374;
}
.AnyTagClassName
{
color: #096374;
}
</style>
background-color css
<style>
a { background-color: #096374; }
a { background-color: rgb(9,99,116); }
div.DivClassName
{
background-color: #096374;
}
.BgClassName
{
background-color: #096374;
}
</style>
border-color css
<style>
span { border-color: #096374; }
span { border-color: rgb(9,99,116); }
td.TdClassName
{
border-color: #096374;
}
.TagClassName
{
border-color: #096374;
}
</style>