Shades of Blue Lagoon #075C7E
Tints of Blue Lagoon #075C7E
RGB
CMYK
RGB Variations
Color information
#075C7E (or 0x075C7E) is known color: Blue Lagoon. HEX triplet: 07, 5C and 7E. RGB value is (7,92,126). Sum of RGB (Red+Green+Blue) = 7+92+126=225 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.11% from 225); Green value is 92 (36.33% from 255 or 40.89% from 225); Blue value is 126 (49.61% from 255 or 56% from 225); Max value from RGB is 126 - color contains mainly: blue. Hex color #075C7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075C7E is #F8A381. Grayscale: #464646. Windows color (decimal): -16294786 or 8281095. OLE color: 8281095.
HSL color Cylindrical-coordinate representation of color #075C7E: hue angle of 197.14º 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 #075C7E is Cyan = 0.94, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 7 | 92 | 126 | - |
| CMYK | 0.94 | 0.27 | 0 | 0.51 |
| HSL | 197.14º | 0.89% | 0.26% | - |
| HSV(B) | 197.14º | 0.94% | 0.49% | - |
| XYZ | 7.68 | 9.21 | 21.11 | - |
| YUV | 70.46 | 159.34 | 82.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 92 | 126 | 0.94 | 0.27 | 0 | 0.51 | 197.14 | 0.89 | 0.26 |
| Hex | 7 | 5C | 7E | 5E | 1B | 0 | 33 | C5 | 59 | 1A |
| Octal | 7 | 134 | 176 | 136 | 33 | 0 | 63 | 305 | 131 | 32 |
| Binary | 111 | 1011100 | 1111110 | 1011110 | 11011 | 0 | 110011 | 11000101 | 1011001 | 11010 |
Color Harmonies of #075C7E
Complementary color
Monochromatic Colors of #075C7E
Black with #075C7E
Text Example
Text Example
White with #075C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075C7E; }
p { color: rgb(7,92,126); }
H1.HeaderClassName
{
color: #075C7E;
}
.AnyTagClassName
{
color: #075C7E;
}
</style>
background-color css
<style>
a { background-color: #075C7E; }
a { background-color: rgb(7,92,126); }
div.DivClassName
{
background-color: #075C7E;
}
.BgClassName
{
background-color: #075C7E;
}
</style>
border-color css
<style>
span { border-color: #075C7E; }
span { border-color: rgb(7,92,126); }
td.TdClassName
{
border-color: #075C7E;
}
.TagClassName
{
border-color: #075C7E;
}
</style>