Shades of Blue Lagoon #076370
Tints of Blue Lagoon #076370
RGB
CMYK
RGB Variations
Color information
#076370 (or 0x076370) is known color: Blue Lagoon. HEX triplet: 07, 63 and 70. RGB value is (7,99,112). Sum of RGB (Red+Green+Blue) = 7+99+112=218 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.21% from 218); Green value is 99 (39.06% from 255 or 45.41% from 218); Blue value is 112 (44.14% from 255 or 51.38% from 218); Max value from RGB is 112 - color contains mainly: blue. Hex color #076370 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076370 is #F89C8F. Grayscale: #484848. Windows color (decimal): -16293008 or 7365383. OLE color: 7365383.
HSL color Cylindrical-coordinate representation of color #076370: hue angle of 187.43º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076370 is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 99 | 112 | - |
| CMYK | 0.94 | 0.12 | 0 | 0.56 |
| HSL | 187.43º | 0.88% | 0.23% | - |
| HSV(B) | 187.43º | 0.94% | 0.44% | - |
| XYZ | 7.47 | 10.14 | 16.89 | - |
| YUV | 72.97 | 150.02 | 80.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 99 | 112 | 0.94 | 0.12 | 0 | 0.56 | 187.43 | 0.88 | 0.23 |
| Hex | 7 | 63 | 70 | 5E | C | 0 | 38 | BB | 58 | 17 |
| Octal | 7 | 143 | 160 | 136 | 14 | 0 | 70 | 273 | 130 | 27 |
| Binary | 111 | 1100011 | 1110000 | 1011110 | 1100 | 0 | 111000 | 10111011 | 1011000 | 10111 |
Color Harmonies of #076370
Complementary color
Monochromatic Colors of #076370
Black with #076370
Text Example
Text Example
White with #076370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076370; }
p { color: rgb(7,99,112); }
H1.HeaderClassName
{
color: #076370;
}
.AnyTagClassName
{
color: #076370;
}
</style>
background-color css
<style>
a { background-color: #076370; }
a { background-color: rgb(7,99,112); }
div.DivClassName
{
background-color: #076370;
}
.BgClassName
{
background-color: #076370;
}
</style>
border-color css
<style>
span { border-color: #076370; }
span { border-color: rgb(7,99,112); }
td.TdClassName
{
border-color: #076370;
}
.TagClassName
{
border-color: #076370;
}
</style>