Shades of Blue Lagoon #075F65
Tints of Blue Lagoon #075F65
RGB
CMYK
RGB Variations
Color information
#075F65 (or 0x075F65) is known color: Blue Lagoon. HEX triplet: 07, 5F and 65. RGB value is (7,95,101). Sum of RGB (Red+Green+Blue) = 7+95+101=203 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.45% from 203); Green value is 95 (37.5% from 255 or 46.80% from 203); Blue value is 101 (39.84% from 255 or 49.75% from 203); Max value from RGB is 101 - color contains mainly: blue. Hex color #075F65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075F65 is #F8A09A. Grayscale: #454545. Windows color (decimal): -16294043 or 6643463. OLE color: 6643463.
HSL color Cylindrical-coordinate representation of color #075F65: hue angle of 183.83º 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 #075F65 is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 7 | 95 | 101 | - |
| CMYK | 0.93 | 0.06 | 0 | 0.60 |
| HSL | 183.83º | 0.87% | 0.21% | - |
| HSV(B) | 183.83º | 0.93% | 0.4% | - |
| XYZ | 6.53 | 9.17 | 13.74 | - |
| YUV | 69.37 | 145.85 | 83.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 95 | 101 | 0.93 | 0.06 | 0 | 0.60 | 183.83 | 0.87 | 0.21 |
| Hex | 7 | 5F | 65 | 5D | 6 | 0 | 3C | B8 | 57 | 15 |
| Octal | 7 | 137 | 145 | 135 | 6 | 0 | 74 | 270 | 127 | 25 |
| Binary | 111 | 1011111 | 1100101 | 1011101 | 110 | 0 | 111100 | 10111000 | 1010111 | 10101 |
Color Harmonies of #075F65
Complementary color
Monochromatic Colors of #075F65
Black with #075F65
Text Example
Text Example
White with #075F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075F65; }
p { color: rgb(7,95,101); }
H1.HeaderClassName
{
color: #075F65;
}
.AnyTagClassName
{
color: #075F65;
}
</style>
background-color css
<style>
a { background-color: #075F65; }
a { background-color: rgb(7,95,101); }
div.DivClassName
{
background-color: #075F65;
}
.BgClassName
{
background-color: #075F65;
}
</style>
border-color css
<style>
span { border-color: #075F65; }
span { border-color: rgb(7,95,101); }
td.TdClassName
{
border-color: #075F65;
}
.TagClassName
{
border-color: #075F65;
}
</style>