Shades of Blue Lagoon #07647F
Tints of Blue Lagoon #07647F
RGB
CMYK
RGB Variations
Color information
#07647F (or 0x07647F) is known color: Blue Lagoon. HEX triplet: 07, 64 and 7F. RGB value is (7,100,127). Sum of RGB (Red+Green+Blue) = 7+100+127=234 (30% of max value = 765). Red value is 7 (3.12% from 255 or 2.99% from 234); Green value is 100 (39.45% from 255 or 42.74% from 234); Blue value is 127 (50% from 255 or 54.27% from 234); Max value from RGB is 127 - color contains mainly: blue. Hex color #07647F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07647F is #F89B80. Grayscale: #4B4B4B. Windows color (decimal): -16292737 or 8348679. OLE color: 8348679.
HSL color Cylindrical-coordinate representation of color #07647F: hue angle of 193.5º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07647F is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 7 | 100 | 127 | - |
| CMYK | 0.94 | 0.21 | 0 | 0.50 |
| HSL | 193.5º | 0.9% | 0.26% | - |
| HSV(B) | 193.5º | 0.94% | 0.5% | - |
| XYZ | 8.48 | 10.69 | 21.7 | - |
| YUV | 75.27 | 157.19 | 79.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 100 | 127 | 0.94 | 0.21 | 0 | 0.50 | 193.5 | 0.9 | 0.26 |
| Hex | 7 | 64 | 7F | 5E | 15 | 0 | 32 | C2 | 5A | 1A |
| Octal | 7 | 144 | 177 | 136 | 25 | 0 | 62 | 302 | 132 | 32 |
| Binary | 111 | 1100100 | 1111111 | 1011110 | 10101 | 0 | 110010 | 11000010 | 1011010 | 11010 |
Color Harmonies of #07647F
Complementary color
Monochromatic Colors of #07647F
Black with #07647F
Text Example
Text Example
White with #07647F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07647F; }
p { color: rgb(7,100,127); }
H1.HeaderClassName
{
color: #07647F;
}
.AnyTagClassName
{
color: #07647F;
}
</style>
background-color css
<style>
a { background-color: #07647F; }
a { background-color: rgb(7,100,127); }
div.DivClassName
{
background-color: #07647F;
}
.BgClassName
{
background-color: #07647F;
}
</style>
border-color css
<style>
span { border-color: #07647F; }
span { border-color: rgb(7,100,127); }
td.TdClassName
{
border-color: #07647F;
}
.TagClassName
{
border-color: #07647F;
}
</style>