Shades of Blue Lagoon #075675
Tints of Blue Lagoon #075675
RGB
CMYK
RGB Variations
Color information
#075675 (or 0x075675) is known color: Blue Lagoon. HEX triplet: 07, 56 and 75. RGB value is (7,86,117). Sum of RGB (Red+Green+Blue) = 7+86+117=210 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.33% from 210); Green value is 86 (33.98% from 255 or 40.95% from 210); Blue value is 117 (46.09% from 255 or 55.71% from 210); Max value from RGB is 117 - color contains mainly: blue. Hex color #075675 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075675 is #F8A98A. Grayscale: #414141. Windows color (decimal): -16296331 or 7689735. OLE color: 7689735.
HSL color Cylindrical-coordinate representation of color #075675: hue angle of 196.91º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #075675 is Cyan = 0.94, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 86 | 117 | - |
| CMYK | 0.94 | 0.26 | 0 | 0.54 |
| HSL | 196.91º | 0.89% | 0.24% | - |
| HSV(B) | 196.91º | 0.94% | 0.46% | - |
| XYZ | 6.63 | 7.99 | 18.02 | - |
| YUV | 65.91 | 156.83 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 86 | 117 | 0.94 | 0.26 | 0 | 0.54 | 196.91 | 0.89 | 0.24 |
| Hex | 7 | 56 | 75 | 5E | 1A | 0 | 36 | C5 | 59 | 18 |
| Octal | 7 | 126 | 165 | 136 | 32 | 0 | 66 | 305 | 131 | 30 |
| Binary | 111 | 1010110 | 1110101 | 1011110 | 11010 | 0 | 110110 | 11000101 | 1011001 | 11000 |
Color Harmonies of #075675
Complementary color
Monochromatic Colors of #075675
Black with #075675
Text Example
Text Example
White with #075675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075675; }
p { color: rgb(7,86,117); }
H1.HeaderClassName
{
color: #075675;
}
.AnyTagClassName
{
color: #075675;
}
</style>
background-color css
<style>
a { background-color: #075675; }
a { background-color: rgb(7,86,117); }
div.DivClassName
{
background-color: #075675;
}
.BgClassName
{
background-color: #075675;
}
</style>
border-color css
<style>
span { border-color: #075675; }
span { border-color: rgb(7,86,117); }
td.TdClassName
{
border-color: #075675;
}
.TagClassName
{
border-color: #075675;
}
</style>