Shades of Blue Lagoon #076685
Tints of Blue Lagoon #076685
RGB
CMYK
RGB Variations
Color information
#076685 (or 0x076685) is known color: Blue Lagoon. HEX triplet: 07, 66 and 85. RGB value is (7,102,133). Sum of RGB (Red+Green+Blue) = 7+102+133=242 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.89% from 242); Green value is 102 (40.23% from 255 or 42.15% from 242); Blue value is 133 (52.34% from 255 or 54.96% from 242); Max value from RGB is 133 - color contains mainly: blue. Hex color #076685 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076685 is #F8997A. Grayscale: #4C4C4C. Windows color (decimal): -16292219 or 8742407. OLE color: 8742407.
HSL color Cylindrical-coordinate representation of color #076685: hue angle of 194.76º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076685 is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 7 | 102 | 133 | - |
| CMYK | 0.95 | 0.23 | 0 | 0.48 |
| HSL | 194.76º | 0.9% | 0.27% | - |
| HSV(B) | 194.76º | 0.95% | 0.52% | - |
| XYZ | 9.07 | 11.24 | 23.88 | - |
| YUV | 77.13 | 159.53 | 77.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 102 | 133 | 0.95 | 0.23 | 0 | 0.48 | 194.76 | 0.9 | 0.27 |
| Hex | 7 | 66 | 85 | 5F | 17 | 0 | 30 | C3 | 5A | 1B |
| Octal | 7 | 146 | 205 | 137 | 27 | 0 | 60 | 303 | 132 | 33 |
| Binary | 111 | 1100110 | 10000101 | 1011111 | 10111 | 0 | 110000 | 11000011 | 1011010 | 11011 |
Color Harmonies of #076685
Complementary color
Monochromatic Colors of #076685
Black with #076685
Text Example
Text Example
White with #076685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076685; }
p { color: rgb(7,102,133); }
H1.HeaderClassName
{
color: #076685;
}
.AnyTagClassName
{
color: #076685;
}
</style>
background-color css
<style>
a { background-color: #076685; }
a { background-color: rgb(7,102,133); }
div.DivClassName
{
background-color: #076685;
}
.BgClassName
{
background-color: #076685;
}
</style>
border-color css
<style>
span { border-color: #076685; }
span { border-color: rgb(7,102,133); }
td.TdClassName
{
border-color: #076685;
}
.TagClassName
{
border-color: #076685;
}
</style>