Shades of Blue Lagoon #075F77
Tints of Blue Lagoon #075F77
RGB
CMYK
RGB Variations
Color information
#075F77 (or 0x075F77) is known color: Blue Lagoon. HEX triplet: 07, 5F and 77. RGB value is (7,95,119). Sum of RGB (Red+Green+Blue) = 7+95+119=221 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.17% from 221); Green value is 95 (37.5% from 255 or 42.99% from 221); Blue value is 119 (46.88% from 255 or 53.85% from 221); Max value from RGB is 119 - color contains mainly: blue. Hex color #075F77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075F77 is #F8A088. Grayscale: #474747. Windows color (decimal): -16294025 or 7823111. OLE color: 7823111.
HSL color Cylindrical-coordinate representation of color #075F77: hue angle of 192.86º 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 #075F77 is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 95 | 119 | - |
| CMYK | 0.94 | 0.20 | 0 | 0.53 |
| HSL | 192.86º | 0.89% | 0.25% | - |
| HSV(B) | 192.86º | 0.94% | 0.47% | - |
| XYZ | 7.51 | 9.56 | 18.9 | - |
| YUV | 71.42 | 154.85 | 82.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 95 | 119 | 0.94 | 0.20 | 0 | 0.53 | 192.86 | 0.89 | 0.25 |
| Hex | 7 | 5F | 77 | 5E | 14 | 0 | 35 | C1 | 59 | 19 |
| Octal | 7 | 137 | 167 | 136 | 24 | 0 | 65 | 301 | 131 | 31 |
| Binary | 111 | 1011111 | 1110111 | 1011110 | 10100 | 0 | 110101 | 11000001 | 1011001 | 11001 |
Color Harmonies of #075F77
Complementary color
Monochromatic Colors of #075F77
Black with #075F77
Text Example
Text Example
White with #075F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075F77; }
p { color: rgb(7,95,119); }
H1.HeaderClassName
{
color: #075F77;
}
.AnyTagClassName
{
color: #075F77;
}
</style>
background-color css
<style>
a { background-color: #075F77; }
a { background-color: rgb(7,95,119); }
div.DivClassName
{
background-color: #075F77;
}
.BgClassName
{
background-color: #075F77;
}
</style>
border-color css
<style>
span { border-color: #075F77; }
span { border-color: rgb(7,95,119); }
td.TdClassName
{
border-color: #075F77;
}
.TagClassName
{
border-color: #075F77;
}
</style>