Shades of Blue Lagoon #076378
Tints of Blue Lagoon #076378
RGB
CMYK
RGB Variations
Color information
#076378 (or 0x076378) is known color: Blue Lagoon. HEX triplet: 07, 63 and 78. RGB value is (7,99,120). Sum of RGB (Red+Green+Blue) = 7+99+120=226 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.10% from 226); Green value is 99 (39.06% from 255 or 43.81% from 226); Blue value is 120 (47.27% from 255 or 53.10% from 226); Max value from RGB is 120 - color contains mainly: blue. Hex color #076378 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076378 is #F89C87. Grayscale: #494949. Windows color (decimal): -16293000 or 7889671. OLE color: 7889671.
HSL color Cylindrical-coordinate representation of color #076378: hue angle of 191.15º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076378 is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 99 | 120 | - |
| CMYK | 0.94 | 0.17 | 0 | 0.53 |
| HSL | 191.15º | 0.89% | 0.25% | - |
| HSV(B) | 191.15º | 0.94% | 0.47% | - |
| XYZ | 7.94 | 10.32 | 19.34 | - |
| YUV | 73.89 | 154.02 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 99 | 120 | 0.94 | 0.17 | 0 | 0.53 | 191.15 | 0.89 | 0.25 |
| Hex | 7 | 63 | 78 | 5E | 11 | 0 | 35 | BF | 59 | 19 |
| Octal | 7 | 143 | 170 | 136 | 21 | 0 | 65 | 277 | 131 | 31 |
| Binary | 111 | 1100011 | 1111000 | 1011110 | 10001 | 0 | 110101 | 10111111 | 1011001 | 11001 |
Color Harmonies of #076378
Complementary color
Monochromatic Colors of #076378
Black with #076378
Text Example
Text Example
White with #076378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076378; }
p { color: rgb(7,99,120); }
H1.HeaderClassName
{
color: #076378;
}
.AnyTagClassName
{
color: #076378;
}
</style>
background-color css
<style>
a { background-color: #076378; }
a { background-color: rgb(7,99,120); }
div.DivClassName
{
background-color: #076378;
}
.BgClassName
{
background-color: #076378;
}
</style>
border-color css
<style>
span { border-color: #076378; }
span { border-color: rgb(7,99,120); }
td.TdClassName
{
border-color: #076378;
}
.TagClassName
{
border-color: #076378;
}
</style>