Shades of Blue Lagoon #076884
Tints of Blue Lagoon #076884
RGB
CMYK
RGB Variations
Color information
#076884 (or 0x076884) is known color: Blue Lagoon. HEX triplet: 07, 68 and 84. RGB value is (7,104,132). Sum of RGB (Red+Green+Blue) = 7+104+132=243 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.88% from 243); Green value is 104 (41.02% from 255 or 42.80% from 243); Blue value is 132 (51.95% from 255 or 54.32% from 243); Max value from RGB is 132 - color contains mainly: blue. Hex color #076884 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076884 is #F8977B. Grayscale: #4D4D4D. Windows color (decimal): -16291708 or 8677383. OLE color: 8677383.
HSL color Cylindrical-coordinate representation of color #076884: hue angle of 193.44º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076884 is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 7 | 104 | 132 | - |
| CMYK | 0.95 | 0.21 | 0 | 0.48 |
| HSL | 193.44º | 0.9% | 0.27% | - |
| HSV(B) | 193.44º | 0.95% | 0.52% | - |
| XYZ | 9.2 | 11.61 | 23.59 | - |
| YUV | 78.19 | 158.36 | 77.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 104 | 132 | 0.95 | 0.21 | 0 | 0.48 | 193.44 | 0.9 | 0.27 |
| Hex | 7 | 68 | 84 | 5F | 15 | 0 | 30 | C1 | 5A | 1B |
| Octal | 7 | 150 | 204 | 137 | 25 | 0 | 60 | 301 | 132 | 33 |
| Binary | 111 | 1101000 | 10000100 | 1011111 | 10101 | 0 | 110000 | 11000001 | 1011010 | 11011 |
Color Harmonies of #076884
Complementary color
Monochromatic Colors of #076884
Black with #076884
Text Example
Text Example
White with #076884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076884; }
p { color: rgb(7,104,132); }
H1.HeaderClassName
{
color: #076884;
}
.AnyTagClassName
{
color: #076884;
}
</style>
background-color css
<style>
a { background-color: #076884; }
a { background-color: rgb(7,104,132); }
div.DivClassName
{
background-color: #076884;
}
.BgClassName
{
background-color: #076884;
}
</style>
border-color css
<style>
span { border-color: #076884; }
span { border-color: rgb(7,104,132); }
td.TdClassName
{
border-color: #076884;
}
.TagClassName
{
border-color: #076884;
}
</style>