Shades of Blue Lagoon #075C71
Tints of Blue Lagoon #075C71
RGB
CMYK
RGB Variations
Color information
#075C71 (or 0x075C71) is known color: Blue Lagoon. HEX triplet: 07, 5C and 71. RGB value is (7,92,113). Sum of RGB (Red+Green+Blue) = 7+92+113=212 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.30% from 212); Green value is 92 (36.33% from 255 or 43.40% from 212); Blue value is 113 (44.53% from 255 or 53.30% from 212); Max value from RGB is 113 - color contains mainly: blue. Hex color #075C71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075C71 is #F8A38E. Grayscale: #444444. Windows color (decimal): -16294799 or 7429127. OLE color: 7429127.
HSL color Cylindrical-coordinate representation of color #075C71: hue angle of 191.89º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #075C71 is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 92 | 113 | - |
| CMYK | 0.94 | 0.19 | 0 | 0.56 |
| HSL | 191.89º | 0.88% | 0.24% | - |
| HSV(B) | 191.89º | 0.94% | 0.44% | - |
| XYZ | 6.9 | 8.89 | 16.98 | - |
| YUV | 68.98 | 152.84 | 83.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 92 | 113 | 0.94 | 0.19 | 0 | 0.56 | 191.89 | 0.88 | 0.24 |
| Hex | 7 | 5C | 71 | 5E | 13 | 0 | 38 | C0 | 58 | 18 |
| Octal | 7 | 134 | 161 | 136 | 23 | 0 | 70 | 300 | 130 | 30 |
| Binary | 111 | 1011100 | 1110001 | 1011110 | 10011 | 0 | 111000 | 11000000 | 1011000 | 11000 |
Color Harmonies of #075C71
Complementary color
Monochromatic Colors of #075C71
Black with #075C71
Text Example
Text Example
White with #075C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075C71; }
p { color: rgb(7,92,113); }
H1.HeaderClassName
{
color: #075C71;
}
.AnyTagClassName
{
color: #075C71;
}
</style>
background-color css
<style>
a { background-color: #075C71; }
a { background-color: rgb(7,92,113); }
div.DivClassName
{
background-color: #075C71;
}
.BgClassName
{
background-color: #075C71;
}
</style>
border-color css
<style>
span { border-color: #075C71; }
span { border-color: rgb(7,92,113); }
td.TdClassName
{
border-color: #075C71;
}
.TagClassName
{
border-color: #075C71;
}
</style>