Shades of Blue Lagoon #075B64
Tints of Blue Lagoon #075B64
RGB
CMYK
RGB Variations
Color information
#075B64 (or 0x075B64) is known color: Blue Lagoon. HEX triplet: 07, 5B and 64. RGB value is (7,91,100). Sum of RGB (Red+Green+Blue) = 7+91+100=198 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.54% from 198); Green value is 91 (35.94% from 255 or 45.96% from 198); Blue value is 100 (39.45% from 255 or 50.51% from 198); Max value from RGB is 100 - color contains mainly: blue. Hex color #075B64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075B64 is #F8A49B. Grayscale: #424242. Windows color (decimal): -16295068 or 6576903. OLE color: 6576903.
HSL color Cylindrical-coordinate representation of color #075B64: hue angle of 185.81º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #075B64 is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 7 | 91 | 100 | - |
| CMYK | 0.93 | 0.09 | 0 | 0.61 |
| HSL | 185.81º | 0.87% | 0.21% | - |
| HSV(B) | 185.81º | 0.93% | 0.39% | - |
| XYZ | 6.13 | 8.45 | 13.36 | - |
| YUV | 66.91 | 146.67 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 91 | 100 | 0.93 | 0.09 | 0 | 0.61 | 185.81 | 0.87 | 0.21 |
| Hex | 7 | 5B | 64 | 5D | 9 | 0 | 3D | BA | 57 | 15 |
| Octal | 7 | 133 | 144 | 135 | 11 | 0 | 75 | 272 | 127 | 25 |
| Binary | 111 | 1011011 | 1100100 | 1011101 | 1001 | 0 | 111101 | 10111010 | 1010111 | 10101 |
Color Harmonies of #075B64
Complementary color
Monochromatic Colors of #075B64
Black with #075B64
Text Example
Text Example
White with #075B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075B64; }
p { color: rgb(7,91,100); }
H1.HeaderClassName
{
color: #075B64;
}
.AnyTagClassName
{
color: #075B64;
}
</style>
background-color css
<style>
a { background-color: #075B64; }
a { background-color: rgb(7,91,100); }
div.DivClassName
{
background-color: #075B64;
}
.BgClassName
{
background-color: #075B64;
}
</style>
border-color css
<style>
span { border-color: #075B64; }
span { border-color: rgb(7,91,100); }
td.TdClassName
{
border-color: #075B64;
}
.TagClassName
{
border-color: #075B64;
}
</style>