Shades of Blue Lagoon #076078
Tints of Blue Lagoon #076078
RGB
CMYK
RGB Variations
Color information
#076078 (or 0x076078) is known color: Blue Lagoon. HEX triplet: 07, 60 and 78. RGB value is (7,96,120). Sum of RGB (Red+Green+Blue) = 7+96+120=223 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.14% from 223); Green value is 96 (37.89% from 255 or 43.05% from 223); Blue value is 120 (47.27% from 255 or 53.81% from 223); Max value from RGB is 120 - color contains mainly: blue. Hex color #076078 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076078 is #F89F87. Grayscale: #474747. Windows color (decimal): -16293768 or 7888903. OLE color: 7888903.
HSL color Cylindrical-coordinate representation of color #076078: hue angle of 192.74º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076078 is Cyan = 0.94, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 96 | 120 | - |
| CMYK | 0.94 | 0.2 | 0 | 0.53 |
| HSL | 192.74º | 0.89% | 0.25% | - |
| HSV(B) | 192.74º | 0.94% | 0.47% | - |
| XYZ | 7.66 | 9.77 | 19.25 | - |
| YUV | 72.13 | 155.01 | 81.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 96 | 120 | 0.94 | 0.2 | 0 | 0.53 | 192.74 | 0.89 | 0.25 |
| Hex | 7 | 60 | 78 | 5E | 14 | 0 | 35 | C1 | 59 | 19 |
| Octal | 7 | 140 | 170 | 136 | 24 | 0 | 65 | 301 | 131 | 31 |
| Binary | 111 | 1100000 | 1111000 | 1011110 | 10100 | 0 | 110101 | 11000001 | 1011001 | 11001 |
Color Harmonies of #076078
Complementary color
Monochromatic Colors of #076078
Black with #076078
Text Example
Text Example
White with #076078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076078; }
p { color: rgb(7,96,120); }
H1.HeaderClassName
{
color: #076078;
}
.AnyTagClassName
{
color: #076078;
}
</style>
background-color css
<style>
a { background-color: #076078; }
a { background-color: rgb(7,96,120); }
div.DivClassName
{
background-color: #076078;
}
.BgClassName
{
background-color: #076078;
}
</style>
border-color css
<style>
span { border-color: #076078; }
span { border-color: rgb(7,96,120); }
td.TdClassName
{
border-color: #076078;
}
.TagClassName
{
border-color: #076078;
}
</style>