Shades of Blue Lagoon #075965
Tints of Blue Lagoon #075965
RGB
CMYK
RGB Variations
Color information
#075965 (or 0x075965) is known color: Blue Lagoon. HEX triplet: 07, 59 and 65. RGB value is (7,89,101). Sum of RGB (Red+Green+Blue) = 7+89+101=197 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.55% from 197); Green value is 89 (35.16% from 255 or 45.18% from 197); Blue value is 101 (39.84% from 255 or 51.27% from 197); Max value from RGB is 101 - color contains mainly: blue. Hex color #075965 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075965 is #F8A69A. Grayscale: #414141. Windows color (decimal): -16295579 or 6641927. OLE color: 6641927.
HSL color Cylindrical-coordinate representation of color #075965: hue angle of 187.66º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #075965 is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 7 | 89 | 101 | - |
| CMYK | 0.93 | 0.12 | 0 | 0.60 |
| HSL | 187.66º | 0.87% | 0.21% | - |
| HSV(B) | 187.66º | 0.93% | 0.4% | - |
| XYZ | 6.01 | 8.13 | 13.56 | - |
| YUV | 65.85 | 147.83 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 89 | 101 | 0.93 | 0.12 | 0 | 0.60 | 187.66 | 0.87 | 0.21 |
| Hex | 7 | 59 | 65 | 5D | C | 0 | 3C | BC | 57 | 15 |
| Octal | 7 | 131 | 145 | 135 | 14 | 0 | 74 | 274 | 127 | 25 |
| Binary | 111 | 1011001 | 1100101 | 1011101 | 1100 | 0 | 111100 | 10111100 | 1010111 | 10101 |
Color Harmonies of #075965
Complementary color
Monochromatic Colors of #075965
Black with #075965
Text Example
Text Example
White with #075965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075965; }
p { color: rgb(7,89,101); }
H1.HeaderClassName
{
color: #075965;
}
.AnyTagClassName
{
color: #075965;
}
</style>
background-color css
<style>
a { background-color: #075965; }
a { background-color: rgb(7,89,101); }
div.DivClassName
{
background-color: #075965;
}
.BgClassName
{
background-color: #075965;
}
</style>
border-color css
<style>
span { border-color: #075965; }
span { border-color: rgb(7,89,101); }
td.TdClassName
{
border-color: #075965;
}
.TagClassName
{
border-color: #075965;
}
</style>