Shades of Blue Lagoon #07607E
Tints of Blue Lagoon #07607E
RGB
CMYK
RGB Variations
Color information
#07607E (or 0x07607E) is known color: Blue Lagoon. HEX triplet: 07, 60 and 7E. RGB value is (7,96,126). Sum of RGB (Red+Green+Blue) = 7+96+126=229 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.06% from 229); Green value is 96 (37.89% from 255 or 41.92% from 229); Blue value is 126 (49.61% from 255 or 55.02% from 229); Max value from RGB is 126 - color contains mainly: blue. Hex color #07607E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07607E is #F89F81. Grayscale: #484848. Windows color (decimal): -16293762 or 8282119. OLE color: 8282119.
HSL color Cylindrical-coordinate representation of color #07607E: hue angle of 195.13º 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 #07607E is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 7 | 96 | 126 | - |
| CMYK | 0.94 | 0.24 | 0 | 0.51 |
| HSL | 195.13º | 0.89% | 0.26% | - |
| HSV(B) | 195.13º | 0.94% | 0.49% | - |
| XYZ | 8.04 | 9.92 | 21.23 | - |
| YUV | 72.81 | 158.01 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 96 | 126 | 0.94 | 0.24 | 0 | 0.51 | 195.13 | 0.89 | 0.26 |
| Hex | 7 | 60 | 7E | 5E | 18 | 0 | 33 | C3 | 59 | 1A |
| Octal | 7 | 140 | 176 | 136 | 30 | 0 | 63 | 303 | 131 | 32 |
| Binary | 111 | 1100000 | 1111110 | 1011110 | 11000 | 0 | 110011 | 11000011 | 1011001 | 11010 |
Color Harmonies of #07607E
Complementary color
Monochromatic Colors of #07607E
Black with #07607E
Text Example
Text Example
White with #07607E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07607E; }
p { color: rgb(7,96,126); }
H1.HeaderClassName
{
color: #07607E;
}
.AnyTagClassName
{
color: #07607E;
}
</style>
background-color css
<style>
a { background-color: #07607E; }
a { background-color: rgb(7,96,126); }
div.DivClassName
{
background-color: #07607E;
}
.BgClassName
{
background-color: #07607E;
}
</style>
border-color css
<style>
span { border-color: #07607E; }
span { border-color: rgb(7,96,126); }
td.TdClassName
{
border-color: #07607E;
}
.TagClassName
{
border-color: #07607E;
}
</style>