Shades of Blue Lagoon #07607D
Tints of Blue Lagoon #07607D
RGB
CMYK
RGB Variations
Color information
#07607D (or 0x07607D) is known color: Blue Lagoon. HEX triplet: 07, 60 and 7D. RGB value is (7,96,125). Sum of RGB (Red+Green+Blue) = 7+96+125=228 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.07% from 228); Green value is 96 (37.89% from 255 or 42.11% from 228); Blue value is 125 (49.22% from 255 or 54.82% from 228); Max value from RGB is 125 - color contains mainly: blue. Hex color #07607D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07607D is #F89F82. Grayscale: #484848. Windows color (decimal): -16293763 or 8216583. OLE color: 8216583.
HSL color Cylindrical-coordinate representation of color #07607D: hue angle of 194.75º 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 #07607D is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 7 | 96 | 125 | - |
| CMYK | 0.94 | 0.23 | 0 | 0.51 |
| HSL | 194.75º | 0.89% | 0.26% | - |
| HSV(B) | 194.75º | 0.94% | 0.49% | - |
| XYZ | 7.97 | 9.89 | 20.89 | - |
| YUV | 72.7 | 157.51 | 81.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 96 | 125 | 0.94 | 0.23 | 0 | 0.51 | 194.75 | 0.89 | 0.26 |
| Hex | 7 | 60 | 7D | 5E | 17 | 0 | 33 | C3 | 59 | 1A |
| Octal | 7 | 140 | 175 | 136 | 27 | 0 | 63 | 303 | 131 | 32 |
| Binary | 111 | 1100000 | 1111101 | 1011110 | 10111 | 0 | 110011 | 11000011 | 1011001 | 11010 |
Color Harmonies of #07607D
Complementary color
Monochromatic Colors of #07607D
Black with #07607D
Text Example
Text Example
White with #07607D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07607D; }
p { color: rgb(7,96,125); }
H1.HeaderClassName
{
color: #07607D;
}
.AnyTagClassName
{
color: #07607D;
}
</style>
background-color css
<style>
a { background-color: #07607D; }
a { background-color: rgb(7,96,125); }
div.DivClassName
{
background-color: #07607D;
}
.BgClassName
{
background-color: #07607D;
}
</style>
border-color css
<style>
span { border-color: #07607D; }
span { border-color: rgb(7,96,125); }
td.TdClassName
{
border-color: #07607D;
}
.TagClassName
{
border-color: #07607D;
}
</style>