Shades of Blue Lagoon #075164
Tints of Blue Lagoon #075164
RGB
CMYK
RGB Variations
Color information
#075164 (or 0x075164) is known color: Blue Lagoon. HEX triplet: 07, 51 and 64. RGB value is (7,81,100). Sum of RGB (Red+Green+Blue) = 7+81+100=188 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.72% from 188); Green value is 81 (32.03% from 255 or 43.09% from 188); Blue value is 100 (39.45% from 255 or 53.19% from 188); Max value from RGB is 100 - color contains mainly: blue. Hex color #075164 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075164 is #F8AE9B. Grayscale: #3C3C3C. Windows color (decimal): -16297628 or 6574343. OLE color: 6574343.
HSL color Cylindrical-coordinate representation of color #075164: hue angle of 192.26º 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 #075164 is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 7 | 81 | 100 | - |
| CMYK | 0.93 | 0.19 | 0 | 0.61 |
| HSL | 192.26º | 0.87% | 0.21% | - |
| HSV(B) | 192.26º | 0.93% | 0.39% | - |
| XYZ | 5.33 | 6.85 | 13.1 | - |
| YUV | 61.04 | 149.98 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 81 | 100 | 0.93 | 0.19 | 0 | 0.61 | 192.26 | 0.87 | 0.21 |
| Hex | 7 | 51 | 64 | 5D | 13 | 0 | 3D | C0 | 57 | 15 |
| Octal | 7 | 121 | 144 | 135 | 23 | 0 | 75 | 300 | 127 | 25 |
| Binary | 111 | 1010001 | 1100100 | 1011101 | 10011 | 0 | 111101 | 11000000 | 1010111 | 10101 |
Color Harmonies of #075164
Complementary color
Monochromatic Colors of #075164
Black with #075164
Text Example
Text Example
White with #075164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075164; }
p { color: rgb(7,81,100); }
H1.HeaderClassName
{
color: #075164;
}
.AnyTagClassName
{
color: #075164;
}
</style>
background-color css
<style>
a { background-color: #075164; }
a { background-color: rgb(7,81,100); }
div.DivClassName
{
background-color: #075164;
}
.BgClassName
{
background-color: #075164;
}
</style>
border-color css
<style>
span { border-color: #075164; }
span { border-color: rgb(7,81,100); }
td.TdClassName
{
border-color: #075164;
}
.TagClassName
{
border-color: #075164;
}
</style>