Shades of Blue Lagoon #07617C
Tints of Blue Lagoon #07617C
RGB
CMYK
RGB Variations
Color information
#07617C (or 0x07617C) is known color: Blue Lagoon. HEX triplet: 07, 61 and 7C. RGB value is (7,97,124). Sum of RGB (Red+Green+Blue) = 7+97+124=228 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.07% from 228); Green value is 97 (38.28% from 255 or 42.54% from 228); Blue value is 124 (48.83% from 255 or 54.39% from 228); Max value from RGB is 124 - color contains mainly: blue. Hex color #07617C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07617C is #F89E83. Grayscale: #484848. Windows color (decimal): -16293508 or 8151303. OLE color: 8151303.
HSL color Cylindrical-coordinate representation of color #07617C: hue angle of 193.85º 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 #07617C is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 7 | 97 | 124 | - |
| CMYK | 0.94 | 0.22 | 0 | 0.51 |
| HSL | 193.85º | 0.89% | 0.26% | - |
| HSV(B) | 193.85º | 0.94% | 0.49% | - |
| XYZ | 8 | 10.05 | 20.59 | - |
| YUV | 73.17 | 156.68 | 80.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 97 | 124 | 0.94 | 0.22 | 0 | 0.51 | 193.85 | 0.89 | 0.26 |
| Hex | 7 | 61 | 7C | 5E | 16 | 0 | 33 | C2 | 59 | 1A |
| Octal | 7 | 141 | 174 | 136 | 26 | 0 | 63 | 302 | 131 | 32 |
| Binary | 111 | 1100001 | 1111100 | 1011110 | 10110 | 0 | 110011 | 11000010 | 1011001 | 11010 |
Color Harmonies of #07617C
Complementary color
Monochromatic Colors of #07617C
Black with #07617C
Text Example
Text Example
White with #07617C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07617C; }
p { color: rgb(7,97,124); }
H1.HeaderClassName
{
color: #07617C;
}
.AnyTagClassName
{
color: #07617C;
}
</style>
background-color css
<style>
a { background-color: #07617C; }
a { background-color: rgb(7,97,124); }
div.DivClassName
{
background-color: #07617C;
}
.BgClassName
{
background-color: #07617C;
}
</style>
border-color css
<style>
span { border-color: #07617C; }
span { border-color: rgb(7,97,124); }
td.TdClassName
{
border-color: #07617C;
}
.TagClassName
{
border-color: #07617C;
}
</style>