Shades of Blue Lagoon #076872
Tints of Blue Lagoon #076872
RGB
CMYK
RGB Variations
Color information
#076872 (or 0x076872) is known color: Blue Lagoon. HEX triplet: 07, 68 and 72. RGB value is (7,104,114). Sum of RGB (Red+Green+Blue) = 7+104+114=225 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.11% from 225); Green value is 104 (41.02% from 255 or 46.22% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #076872 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076872 is #F8978D. Grayscale: #4C4C4C. Windows color (decimal): -16291726 or 7497735. OLE color: 7497735.
HSL color Cylindrical-coordinate representation of color #076872: hue angle of 185.61º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076872 is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 104 | 114 | - |
| CMYK | 0.94 | 0.09 | 0 | 0.55 |
| HSL | 185.61º | 0.88% | 0.24% | - |
| HSV(B) | 185.61º | 0.94% | 0.45% | - |
| XYZ | 8.08 | 11.16 | 17.65 | - |
| YUV | 76.14 | 149.36 | 78.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 104 | 114 | 0.94 | 0.09 | 0 | 0.55 | 185.61 | 0.88 | 0.24 |
| Hex | 7 | 68 | 72 | 5E | 9 | 0 | 37 | BA | 58 | 18 |
| Octal | 7 | 150 | 162 | 136 | 11 | 0 | 67 | 272 | 130 | 30 |
| Binary | 111 | 1101000 | 1110010 | 1011110 | 1001 | 0 | 110111 | 10111010 | 1011000 | 11000 |
Color Harmonies of #076872
Complementary color
Monochromatic Colors of #076872
Black with #076872
Text Example
Text Example
White with #076872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076872; }
p { color: rgb(7,104,114); }
H1.HeaderClassName
{
color: #076872;
}
.AnyTagClassName
{
color: #076872;
}
</style>
background-color css
<style>
a { background-color: #076872; }
a { background-color: rgb(7,104,114); }
div.DivClassName
{
background-color: #076872;
}
.BgClassName
{
background-color: #076872;
}
</style>
border-color css
<style>
span { border-color: #076872; }
span { border-color: rgb(7,104,114); }
td.TdClassName
{
border-color: #076872;
}
.TagClassName
{
border-color: #076872;
}
</style>