Shades of Blue Lagoon #076366
Tints of Blue Lagoon #076366
RGB
CMYK
RGB Variations
Color information
#076366 (or 0x076366) is known color: Blue Lagoon. HEX triplet: 07, 63 and 66. RGB value is (7,99,102). Sum of RGB (Red+Green+Blue) = 7+99+102=208 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.37% from 208); Green value is 99 (39.06% from 255 or 47.60% from 208); Blue value is 102 (40.23% from 255 or 49.04% from 208); Max value from RGB is 102 - color contains mainly: blue. Hex color #076366 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076366 is #F89C99. Grayscale: #474747. Windows color (decimal): -16293018 or 6710023. OLE color: 6710023.
HSL color Cylindrical-coordinate representation of color #076366: hue angle of 181.89º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076366 is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 7 | 99 | 102 | - |
| CMYK | 0.93 | 0.03 | 0 | 0.6 |
| HSL | 181.89º | 0.87% | 0.21% | - |
| HSV(B) | 181.89º | 0.93% | 0.4% | - |
| XYZ | 6.95 | 9.93 | 14.12 | - |
| YUV | 71.83 | 145.02 | 81.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 99 | 102 | 0.93 | 0.03 | 0 | 0.6 | 181.89 | 0.87 | 0.21 |
| Hex | 7 | 63 | 66 | 5D | 3 | 0 | 3C | B6 | 57 | 15 |
| Octal | 7 | 143 | 146 | 135 | 3 | 0 | 74 | 266 | 127 | 25 |
| Binary | 111 | 1100011 | 1100110 | 1011101 | 11 | 0 | 111100 | 10110110 | 1010111 | 10101 |
Color Harmonies of #076366
Complementary color
Monochromatic Colors of #076366
Black with #076366
Text Example
Text Example
White with #076366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076366; }
p { color: rgb(7,99,102); }
H1.HeaderClassName
{
color: #076366;
}
.AnyTagClassName
{
color: #076366;
}
</style>
background-color css
<style>
a { background-color: #076366; }
a { background-color: rgb(7,99,102); }
div.DivClassName
{
background-color: #076366;
}
.BgClassName
{
background-color: #076366;
}
</style>
border-color css
<style>
span { border-color: #076366; }
span { border-color: rgb(7,99,102); }
td.TdClassName
{
border-color: #076366;
}
.TagClassName
{
border-color: #076366;
}
</style>