Shades of Blue Lagoon #075E6B
Tints of Blue Lagoon #075E6B
RGB
CMYK
RGB Variations
Color information
#075E6B (or 0x075E6B) is known color: Blue Lagoon. HEX triplet: 07, 5E and 6B. RGB value is (7,94,107). Sum of RGB (Red+Green+Blue) = 7+94+107=208 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.37% from 208); Green value is 94 (37.11% from 255 or 45.19% from 208); Blue value is 107 (42.19% from 255 or 51.44% from 208); Max value from RGB is 107 - color contains mainly: blue. Hex color #075E6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075E6B is #F8A194. Grayscale: #454545. Windows color (decimal): -16294293 or 7036423. OLE color: 7036423.
HSL color Cylindrical-coordinate representation of color #075E6B: hue angle of 187.8º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #075E6B is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 94 | 107 | - |
| CMYK | 0.93 | 0.12 | 0 | 0.58 |
| HSL | 187.8º | 0.88% | 0.22% | - |
| HSV(B) | 187.8º | 0.93% | 0.42% | - |
| XYZ | 6.74 | 9.11 | 15.31 | - |
| YUV | 69.47 | 149.18 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 94 | 107 | 0.93 | 0.12 | 0 | 0.58 | 187.8 | 0.88 | 0.22 |
| Hex | 7 | 5E | 6B | 5D | C | 0 | 3A | BC | 58 | 16 |
| Octal | 7 | 136 | 153 | 135 | 14 | 0 | 72 | 274 | 130 | 26 |
| Binary | 111 | 1011110 | 1101011 | 1011101 | 1100 | 0 | 111010 | 10111100 | 1011000 | 10110 |
Color Harmonies of #075E6B
Complementary color
Monochromatic Colors of #075E6B
Black with #075E6B
Text Example
Text Example
White with #075E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075E6B; }
p { color: rgb(7,94,107); }
H1.HeaderClassName
{
color: #075E6B;
}
.AnyTagClassName
{
color: #075E6B;
}
</style>
background-color css
<style>
a { background-color: #075E6B; }
a { background-color: rgb(7,94,107); }
div.DivClassName
{
background-color: #075E6B;
}
.BgClassName
{
background-color: #075E6B;
}
</style>
border-color css
<style>
span { border-color: #075E6B; }
span { border-color: rgb(7,94,107); }
td.TdClassName
{
border-color: #075E6B;
}
.TagClassName
{
border-color: #075E6B;
}
</style>