Shades of Blue Lagoon #096568
Tints of Blue Lagoon #096568
RGB
CMYK
RGB Variations
Color information
#096568 (or 0x096568) is known color: Blue Lagoon. HEX triplet: 09, 65 and 68. RGB value is (9,101,104). Sum of RGB (Red+Green+Blue) = 9+101+104=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 101 (39.84% from 255 or 47.20% from 214); Blue value is 104 (41.02% from 255 or 48.60% from 214); Max value from RGB is 104 - color contains mainly: blue. Hex color #096568 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096568 is #F69A97. Grayscale: #494949. Windows color (decimal): -16161432 or 6841609. OLE color: 6841609.
HSL color Cylindrical-coordinate representation of color #096568: hue angle of 181.89º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096568 is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 9 | 101 | 104 | - |
| CMYK | 0.91 | 0.03 | 0 | 0.59 |
| HSL | 181.89º | 0.84% | 0.22% | - |
| HSV(B) | 181.89º | 0.91% | 0.41% | - |
| XYZ | 7.27 | 10.36 | 14.71 | - |
| YUV | 73.83 | 145.02 | 81.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 101 | 104 | 0.91 | 0.03 | 0 | 0.59 | 181.89 | 0.84 | 0.22 |
| Hex | 9 | 65 | 68 | 5B | 3 | 0 | 3B | B6 | 54 | 16 |
| Octal | 11 | 145 | 150 | 133 | 3 | 0 | 73 | 266 | 124 | 26 |
| Binary | 1001 | 1100101 | 1101000 | 1011011 | 11 | 0 | 111011 | 10110110 | 1010100 | 10110 |
Color Harmonies of #096568
Complementary color
Monochromatic Colors of #096568
Black with #096568
Text Example
Text Example
White with #096568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096568; }
p { color: rgb(9,101,104); }
H1.HeaderClassName
{
color: #096568;
}
.AnyTagClassName
{
color: #096568;
}
</style>
background-color css
<style>
a { background-color: #096568; }
a { background-color: rgb(9,101,104); }
div.DivClassName
{
background-color: #096568;
}
.BgClassName
{
background-color: #096568;
}
</style>
border-color css
<style>
span { border-color: #096568; }
span { border-color: rgb(9,101,104); }
td.TdClassName
{
border-color: #096568;
}
.TagClassName
{
border-color: #096568;
}
</style>