Shades of Blue Lagoon #075D68
Tints of Blue Lagoon #075D68
RGB
CMYK
RGB Variations
Color information
#075D68 (or 0x075D68) is known color: Blue Lagoon. HEX triplet: 07, 5D and 68. RGB value is (7,93,104). Sum of RGB (Red+Green+Blue) = 7+93+104=204 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.43% from 204); Green value is 93 (36.72% from 255 or 45.59% from 204); Blue value is 104 (41.02% from 255 or 50.98% from 204); Max value from RGB is 104 - color contains mainly: blue. Hex color #075D68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075D68 is #F8A297. Grayscale: #444444. Windows color (decimal): -16294552 or 6839559. OLE color: 6839559.
HSL color Cylindrical-coordinate representation of color #075D68: hue angle of 186.8º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #075D68 is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 7 | 93 | 104 | - |
| CMYK | 0.93 | 0.11 | 0 | 0.59 |
| HSL | 186.8º | 0.87% | 0.22% | - |
| HSV(B) | 186.8º | 0.93% | 0.41% | - |
| XYZ | 6.5 | 8.87 | 14.47 | - |
| YUV | 68.54 | 148.01 | 84.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 93 | 104 | 0.93 | 0.11 | 0 | 0.59 | 186.8 | 0.87 | 0.22 |
| Hex | 7 | 5D | 68 | 5D | B | 0 | 3B | BB | 57 | 16 |
| Octal | 7 | 135 | 150 | 135 | 13 | 0 | 73 | 273 | 127 | 26 |
| Binary | 111 | 1011101 | 1101000 | 1011101 | 1011 | 0 | 111011 | 10111011 | 1010111 | 10110 |
Color Harmonies of #075D68
Complementary color
Monochromatic Colors of #075D68
Black with #075D68
Text Example
Text Example
White with #075D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075D68; }
p { color: rgb(7,93,104); }
H1.HeaderClassName
{
color: #075D68;
}
.AnyTagClassName
{
color: #075D68;
}
</style>
background-color css
<style>
a { background-color: #075D68; }
a { background-color: rgb(7,93,104); }
div.DivClassName
{
background-color: #075D68;
}
.BgClassName
{
background-color: #075D68;
}
</style>
border-color css
<style>
span { border-color: #075D68; }
span { border-color: rgb(7,93,104); }
td.TdClassName
{
border-color: #075D68;
}
.TagClassName
{
border-color: #075D68;
}
</style>