Shades of Blue Lagoon #07637E
Tints of Blue Lagoon #07637E
RGB
CMYK
RGB Variations
Color information
#07637E (or 0x07637E) is known color: Blue Lagoon. HEX triplet: 07, 63 and 7E. RGB value is (7,99,126). Sum of RGB (Red+Green+Blue) = 7+99+126=232 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.02% from 232); Green value is 99 (39.06% from 255 or 42.67% from 232); Blue value is 126 (49.61% from 255 or 54.31% from 232); Max value from RGB is 126 - color contains mainly: blue. Hex color #07637E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07637E is #F89C81. Grayscale: #4A4A4A. Windows color (decimal): -16292994 or 8282887. OLE color: 8282887.
HSL color Cylindrical-coordinate representation of color #07637E: hue angle of 193.61º 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 #07637E is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 7 | 99 | 126 | - |
| CMYK | 0.94 | 0.21 | 0 | 0.51 |
| HSL | 193.61º | 0.89% | 0.26% | - |
| HSV(B) | 193.61º | 0.94% | 0.49% | - |
| XYZ | 8.32 | 10.48 | 21.32 | - |
| YUV | 74.57 | 157.02 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 99 | 126 | 0.94 | 0.21 | 0 | 0.51 | 193.61 | 0.89 | 0.26 |
| Hex | 7 | 63 | 7E | 5E | 15 | 0 | 33 | C2 | 59 | 1A |
| Octal | 7 | 143 | 176 | 136 | 25 | 0 | 63 | 302 | 131 | 32 |
| Binary | 111 | 1100011 | 1111110 | 1011110 | 10101 | 0 | 110011 | 11000010 | 1011001 | 11010 |
Color Harmonies of #07637E
Complementary color
Monochromatic Colors of #07637E
Black with #07637E
Text Example
Text Example
White with #07637E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07637E; }
p { color: rgb(7,99,126); }
H1.HeaderClassName
{
color: #07637E;
}
.AnyTagClassName
{
color: #07637E;
}
</style>
background-color css
<style>
a { background-color: #07637E; }
a { background-color: rgb(7,99,126); }
div.DivClassName
{
background-color: #07637E;
}
.BgClassName
{
background-color: #07637E;
}
</style>
border-color css
<style>
span { border-color: #07637E; }
span { border-color: rgb(7,99,126); }
td.TdClassName
{
border-color: #07637E;
}
.TagClassName
{
border-color: #07637E;
}
</style>