Shades of Blue Lagoon #07637B
Tints of Blue Lagoon #07637B
RGB
CMYK
RGB Variations
Color information
#07637B (or 0x07637B) is known color: Blue Lagoon. HEX triplet: 07, 63 and 7B. RGB value is (7,99,123). Sum of RGB (Red+Green+Blue) = 7+99+123=229 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.06% from 229); Green value is 99 (39.06% from 255 or 43.23% from 229); Blue value is 123 (48.44% from 255 or 53.71% from 229); Max value from RGB is 123 - color contains mainly: blue. Hex color #07637B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07637B is #F89C84. Grayscale: #4A4A4A. Windows color (decimal): -16292997 or 8086279. OLE color: 8086279.
HSL color Cylindrical-coordinate representation of color #07637B: hue angle of 192.41º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07637B is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 7 | 99 | 123 | - |
| CMYK | 0.94 | 0.20 | 0 | 0.52 |
| HSL | 192.41º | 0.89% | 0.25% | - |
| HSV(B) | 192.41º | 0.94% | 0.48% | - |
| XYZ | 8.12 | 10.4 | 20.32 | - |
| YUV | 74.23 | 155.52 | 80.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 99 | 123 | 0.94 | 0.20 | 0 | 0.52 | 192.41 | 0.89 | 0.25 |
| Hex | 7 | 63 | 7B | 5E | 14 | 0 | 34 | C0 | 59 | 19 |
| Octal | 7 | 143 | 173 | 136 | 24 | 0 | 64 | 300 | 131 | 31 |
| Binary | 111 | 1100011 | 1111011 | 1011110 | 10100 | 0 | 110100 | 11000000 | 1011001 | 11001 |
Color Harmonies of #07637B
Complementary color
Monochromatic Colors of #07637B
Black with #07637B
Text Example
Text Example
White with #07637B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07637B; }
p { color: rgb(7,99,123); }
H1.HeaderClassName
{
color: #07637B;
}
.AnyTagClassName
{
color: #07637B;
}
</style>
background-color css
<style>
a { background-color: #07637B; }
a { background-color: rgb(7,99,123); }
div.DivClassName
{
background-color: #07637B;
}
.BgClassName
{
background-color: #07637B;
}
</style>
border-color css
<style>
span { border-color: #07637B; }
span { border-color: rgb(7,99,123); }
td.TdClassName
{
border-color: #07637B;
}
.TagClassName
{
border-color: #07637B;
}
</style>