Shades of Blue Lagoon #076870
Tints of Blue Lagoon #076870
RGB
CMYK
RGB Variations
Color information
#076870 (or 0x076870) is known color: Blue Lagoon. HEX triplet: 07, 68 and 70. RGB value is (7,104,112). Sum of RGB (Red+Green+Blue) = 7+104+112=223 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.14% from 223); Green value is 104 (41.02% from 255 or 46.64% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #076870 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076870 is #F8978F. Grayscale: #4B4B4B. Windows color (decimal): -16291728 or 7366663. OLE color: 7366663.
HSL color Cylindrical-coordinate representation of color #076870: hue angle of 184.57º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076870 is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 104 | 112 | - |
| CMYK | 0.94 | 0.07 | 0 | 0.56 |
| HSL | 184.57º | 0.88% | 0.23% | - |
| HSV(B) | 184.57º | 0.94% | 0.44% | - |
| XYZ | 7.96 | 11.12 | 17.06 | - |
| YUV | 75.91 | 148.36 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 104 | 112 | 0.94 | 0.07 | 0 | 0.56 | 184.57 | 0.88 | 0.23 |
| Hex | 7 | 68 | 70 | 5E | 7 | 0 | 38 | B9 | 58 | 17 |
| Octal | 7 | 150 | 160 | 136 | 7 | 0 | 70 | 271 | 130 | 27 |
| Binary | 111 | 1101000 | 1110000 | 1011110 | 111 | 0 | 111000 | 10111001 | 1011000 | 10111 |
Color Harmonies of #076870
Complementary color
Monochromatic Colors of #076870
Black with #076870
Text Example
Text Example
White with #076870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076870; }
p { color: rgb(7,104,112); }
H1.HeaderClassName
{
color: #076870;
}
.AnyTagClassName
{
color: #076870;
}
</style>
background-color css
<style>
a { background-color: #076870; }
a { background-color: rgb(7,104,112); }
div.DivClassName
{
background-color: #076870;
}
.BgClassName
{
background-color: #076870;
}
</style>
border-color css
<style>
span { border-color: #076870; }
span { border-color: rgb(7,104,112); }
td.TdClassName
{
border-color: #076870;
}
.TagClassName
{
border-color: #076870;
}
</style>