Shades of Blue Lagoon #096681
Tints of Blue Lagoon #096681
RGB
CMYK
RGB Variations
Color information
#096681 (or 0x096681) is known color: Blue Lagoon. HEX triplet: 09, 66 and 81. RGB value is (9,102,129). Sum of RGB (Red+Green+Blue) = 9+102+129=240 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.75% from 240); Green value is 102 (40.23% from 255 or 42.5% from 240); Blue value is 129 (50.78% from 255 or 53.75% from 240); Max value from RGB is 129 - color contains mainly: blue. Hex color #096681 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096681 is #F6997E. Grayscale: #4D4D4D. Windows color (decimal): -16161151 or 8480265. OLE color: 8480265.
HSL color Cylindrical-coordinate representation of color #096681: hue angle of 193.5º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #096681 is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 9 | 102 | 129 | - |
| CMYK | 0.93 | 0.21 | 0 | 0.49 |
| HSL | 193.5º | 0.87% | 0.27% | - |
| HSV(B) | 193.5º | 0.93% | 0.51% | - |
| XYZ | 8.83 | 11.15 | 22.46 | - |
| YUV | 77.27 | 157.19 | 79.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 102 | 129 | 0.93 | 0.21 | 0 | 0.49 | 193.5 | 0.87 | 0.27 |
| Hex | 9 | 66 | 81 | 5D | 15 | 0 | 31 | C2 | 57 | 1B |
| Octal | 11 | 146 | 201 | 135 | 25 | 0 | 61 | 302 | 127 | 33 |
| Binary | 1001 | 1100110 | 10000001 | 1011101 | 10101 | 0 | 110001 | 11000010 | 1010111 | 11011 |
Color Harmonies of #096681
Complementary color
Monochromatic Colors of #096681
Black with #096681
Text Example
Text Example
White with #096681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096681; }
p { color: rgb(9,102,129); }
H1.HeaderClassName
{
color: #096681;
}
.AnyTagClassName
{
color: #096681;
}
</style>
background-color css
<style>
a { background-color: #096681; }
a { background-color: rgb(9,102,129); }
div.DivClassName
{
background-color: #096681;
}
.BgClassName
{
background-color: #096681;
}
</style>
border-color css
<style>
span { border-color: #096681; }
span { border-color: rgb(9,102,129); }
td.TdClassName
{
border-color: #096681;
}
.TagClassName
{
border-color: #096681;
}
</style>