Shades of Blue Lagoon #075064
Tints of Blue Lagoon #075064
RGB
CMYK
RGB Variations
Color information
#075064 (or 0x075064) is known color: Blue Lagoon. HEX triplet: 07, 50 and 64. RGB value is (7,80,100). Sum of RGB (Red+Green+Blue) = 7+80+100=187 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.74% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 100 (39.45% from 255 or 53.48% from 187); Max value from RGB is 100 - color contains mainly: blue. Hex color #075064 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075064 is #F8AF9B. Grayscale: #3C3C3C. Windows color (decimal): -16297884 or 6574087. OLE color: 6574087.
HSL color Cylindrical-coordinate representation of color #075064: hue angle of 192.9º 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 #075064 is Cyan = 0.93, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 7 | 80 | 100 | - |
| CMYK | 0.93 | 0.2 | 0 | 0.61 |
| HSL | 192.9º | 0.87% | 0.21% | - |
| HSV(B) | 192.9º | 0.93% | 0.39% | - |
| XYZ | 5.26 | 6.7 | 13.07 | - |
| YUV | 60.45 | 150.32 | 89.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 80 | 100 | 0.93 | 0.2 | 0 | 0.61 | 192.9 | 0.87 | 0.21 |
| Hex | 7 | 50 | 64 | 5D | 14 | 0 | 3D | C1 | 57 | 15 |
| Octal | 7 | 120 | 144 | 135 | 24 | 0 | 75 | 301 | 127 | 25 |
| Binary | 111 | 1010000 | 1100100 | 1011101 | 10100 | 0 | 111101 | 11000001 | 1010111 | 10101 |
Color Harmonies of #075064
Complementary color
Monochromatic Colors of #075064
Black with #075064
Text Example
Text Example
White with #075064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075064; }
p { color: rgb(7,80,100); }
H1.HeaderClassName
{
color: #075064;
}
.AnyTagClassName
{
color: #075064;
}
</style>
background-color css
<style>
a { background-color: #075064; }
a { background-color: rgb(7,80,100); }
div.DivClassName
{
background-color: #075064;
}
.BgClassName
{
background-color: #075064;
}
</style>
border-color css
<style>
span { border-color: #075064; }
span { border-color: rgb(7,80,100); }
td.TdClassName
{
border-color: #075064;
}
.TagClassName
{
border-color: #075064;
}
</style>