Shades of Blue Lagoon #096781
Tints of Blue Lagoon #096781
RGB
CMYK
RGB Variations
Color information
#096781 (or 0x096781) is known color: Blue Lagoon. HEX triplet: 09, 67 and 81. RGB value is (9,103,129). Sum of RGB (Red+Green+Blue) = 9+103+129=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 103 (40.62% from 255 or 42.74% from 241); Blue value is 129 (50.78% from 255 or 53.53% from 241); Max value from RGB is 129 - color contains mainly: blue. Hex color #096781 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096781 is #F6987E. Grayscale: #4D4D4D. Windows color (decimal): -16160895 or 8480521. OLE color: 8480521.
HSL color Cylindrical-coordinate representation of color #096781: hue angle of 193º 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 #096781 is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 9 | 103 | 129 | - |
| CMYK | 0.93 | 0.20 | 0 | 0.49 |
| HSL | 193º | 0.87% | 0.27% | - |
| HSV(B) | 193º | 0.93% | 0.51% | - |
| XYZ | 8.93 | 11.34 | 22.49 | - |
| YUV | 77.86 | 156.86 | 78.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 103 | 129 | 0.93 | 0.20 | 0 | 0.49 | 193 | 0.87 | 0.27 |
| Hex | 9 | 67 | 81 | 5D | 14 | 0 | 31 | C1 | 57 | 1B |
| Octal | 11 | 147 | 201 | 135 | 24 | 0 | 61 | 301 | 127 | 33 |
| Binary | 1001 | 1100111 | 10000001 | 1011101 | 10100 | 0 | 110001 | 11000001 | 1010111 | 11011 |
Color Harmonies of #096781
Complementary color
Monochromatic Colors of #096781
Black with #096781
Text Example
Text Example
White with #096781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096781; }
p { color: rgb(9,103,129); }
H1.HeaderClassName
{
color: #096781;
}
.AnyTagClassName
{
color: #096781;
}
</style>
background-color css
<style>
a { background-color: #096781; }
a { background-color: rgb(9,103,129); }
div.DivClassName
{
background-color: #096781;
}
.BgClassName
{
background-color: #096781;
}
</style>
border-color css
<style>
span { border-color: #096781; }
span { border-color: rgb(9,103,129); }
td.TdClassName
{
border-color: #096781;
}
.TagClassName
{
border-color: #096781;
}
</style>