Shades of Blue Lagoon #076A7D
Tints of Blue Lagoon #076A7D
RGB
CMYK
RGB Variations
Color information
#076A7D (or 0x076A7D) is known color: Blue Lagoon. HEX triplet: 07, 6A and 7D. RGB value is (7,106,125). Sum of RGB (Red+Green+Blue) = 7+106+125=238 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.94% from 238); Green value is 106 (41.80% from 255 or 44.54% from 238); Blue value is 125 (49.22% from 255 or 52.52% from 238); Max value from RGB is 125 - color contains mainly: blue. Hex color #076A7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076A7D is #F89582. Grayscale: #4E4E4E. Windows color (decimal): -16291203 or 8219143. OLE color: 8219143.
HSL color Cylindrical-coordinate representation of color #076A7D: hue angle of 189.66º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076A7D is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 7 | 106 | 125 | - |
| CMYK | 0.94 | 0.15 | 0 | 0.51 |
| HSL | 189.66º | 0.89% | 0.26% | - |
| HSV(B) | 189.66º | 0.94% | 0.49% | - |
| XYZ | 8.94 | 11.83 | 21.21 | - |
| YUV | 78.57 | 154.2 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 106 | 125 | 0.94 | 0.15 | 0 | 0.51 | 189.66 | 0.89 | 0.26 |
| Hex | 7 | 6A | 7D | 5E | F | 0 | 33 | BE | 59 | 1A |
| Octal | 7 | 152 | 175 | 136 | 17 | 0 | 63 | 276 | 131 | 32 |
| Binary | 111 | 1101010 | 1111101 | 1011110 | 1111 | 0 | 110011 | 10111110 | 1011001 | 11010 |
Color Harmonies of #076A7D
Complementary color
Monochromatic Colors of #076A7D
Black with #076A7D
Text Example
Text Example
White with #076A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076A7D; }
p { color: rgb(7,106,125); }
H1.HeaderClassName
{
color: #076A7D;
}
.AnyTagClassName
{
color: #076A7D;
}
</style>
background-color css
<style>
a { background-color: #076A7D; }
a { background-color: rgb(7,106,125); }
div.DivClassName
{
background-color: #076A7D;
}
.BgClassName
{
background-color: #076A7D;
}
</style>
border-color css
<style>
span { border-color: #076A7D; }
span { border-color: rgb(7,106,125); }
td.TdClassName
{
border-color: #076A7D;
}
.TagClassName
{
border-color: #076A7D;
}
</style>