Shades of Blue Lagoon #07607C
Tints of Blue Lagoon #07607C
RGB
CMYK
RGB Variations
Color information
#07607C (or 0x07607C) is known color: Blue Lagoon. HEX triplet: 07, 60 and 7C. RGB value is (7,96,124). Sum of RGB (Red+Green+Blue) = 7+96+124=227 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.08% from 227); Green value is 96 (37.89% from 255 or 42.29% from 227); Blue value is 124 (48.83% from 255 or 54.63% from 227); Max value from RGB is 124 - color contains mainly: blue. Hex color #07607C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07607C is #F89F83. Grayscale: #484848. Windows color (decimal): -16293764 or 8151047. OLE color: 8151047.
HSL color Cylindrical-coordinate representation of color #07607C: hue angle of 194.36º 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 #07607C is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 7 | 96 | 124 | - |
| CMYK | 0.94 | 0.23 | 0 | 0.51 |
| HSL | 194.36º | 0.89% | 0.26% | - |
| HSV(B) | 194.36º | 0.94% | 0.49% | - |
| XYZ | 7.91 | 9.87 | 20.56 | - |
| YUV | 72.58 | 157.01 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 96 | 124 | 0.94 | 0.23 | 0 | 0.51 | 194.36 | 0.89 | 0.26 |
| Hex | 7 | 60 | 7C | 5E | 17 | 0 | 33 | C2 | 59 | 1A |
| Octal | 7 | 140 | 174 | 136 | 27 | 0 | 63 | 302 | 131 | 32 |
| Binary | 111 | 1100000 | 1111100 | 1011110 | 10111 | 0 | 110011 | 11000010 | 1011001 | 11010 |
Color Harmonies of #07607C
Complementary color
Monochromatic Colors of #07607C
Black with #07607C
Text Example
Text Example
White with #07607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07607C; }
p { color: rgb(7,96,124); }
H1.HeaderClassName
{
color: #07607C;
}
.AnyTagClassName
{
color: #07607C;
}
</style>
background-color css
<style>
a { background-color: #07607C; }
a { background-color: rgb(7,96,124); }
div.DivClassName
{
background-color: #07607C;
}
.BgClassName
{
background-color: #07607C;
}
</style>
border-color css
<style>
span { border-color: #07607C; }
span { border-color: rgb(7,96,124); }
td.TdClassName
{
border-color: #07607C;
}
.TagClassName
{
border-color: #07607C;
}
</style>