Shades of Blue Lagoon #076880
Tints of Blue Lagoon #076880
RGB
CMYK
RGB Variations
Color information
#076880 (or 0x076880) is known color: Blue Lagoon. HEX triplet: 07, 68 and 80. RGB value is (7,104,128). Sum of RGB (Red+Green+Blue) = 7+104+128=239 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.93% from 239); Green value is 104 (41.02% from 255 or 43.51% from 239); Blue value is 128 (50.39% from 255 or 53.56% from 239); Max value from RGB is 128 - color contains mainly: blue. Hex color #076880 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076880 is #F8977F. Grayscale: #4D4D4D. Windows color (decimal): -16291712 or 8415239. OLE color: 8415239.
HSL color Cylindrical-coordinate representation of color #076880: hue angle of 191.9º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076880 is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 7 | 104 | 128 | - |
| CMYK | 0.95 | 0.19 | 0 | 0.50 |
| HSL | 191.9º | 0.9% | 0.26% | - |
| HSV(B) | 191.9º | 0.95% | 0.5% | - |
| XYZ | 8.93 | 11.5 | 22.17 | - |
| YUV | 77.73 | 156.36 | 77.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 104 | 128 | 0.95 | 0.19 | 0 | 0.50 | 191.9 | 0.9 | 0.26 |
| Hex | 7 | 68 | 80 | 5F | 13 | 0 | 32 | C0 | 5A | 1A |
| Octal | 7 | 150 | 200 | 137 | 23 | 0 | 62 | 300 | 132 | 32 |
| Binary | 111 | 1101000 | 10000000 | 1011111 | 10011 | 0 | 110010 | 11000000 | 1011010 | 11010 |
Color Harmonies of #076880
Complementary color
Monochromatic Colors of #076880
Black with #076880
Text Example
Text Example
White with #076880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076880; }
p { color: rgb(7,104,128); }
H1.HeaderClassName
{
color: #076880;
}
.AnyTagClassName
{
color: #076880;
}
</style>
background-color css
<style>
a { background-color: #076880; }
a { background-color: rgb(7,104,128); }
div.DivClassName
{
background-color: #076880;
}
.BgClassName
{
background-color: #076880;
}
</style>
border-color css
<style>
span { border-color: #076880; }
span { border-color: rgb(7,104,128); }
td.TdClassName
{
border-color: #076880;
}
.TagClassName
{
border-color: #076880;
}
</style>