Shades of Blue Lagoon #075C73
Tints of Blue Lagoon #075C73
RGB
CMYK
RGB Variations
Color information
#075C73 (or 0x075C73) is known color: Blue Lagoon. HEX triplet: 07, 5C and 73. RGB value is (7,92,115). Sum of RGB (Red+Green+Blue) = 7+92+115=214 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.27% from 214); Green value is 92 (36.33% from 255 or 42.99% from 214); Blue value is 115 (45.31% from 255 or 53.74% from 214); Max value from RGB is 115 - color contains mainly: blue. Hex color #075C73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075C73 is #F8A38C. Grayscale: #454545. Windows color (decimal): -16294797 or 7560199. OLE color: 7560199.
HSL color Cylindrical-coordinate representation of color #075C73: hue angle of 192.78º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #075C73 is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 92 | 115 | - |
| CMYK | 0.94 | 0.20 | 0 | 0.55 |
| HSL | 192.78º | 0.89% | 0.24% | - |
| HSV(B) | 192.78º | 0.94% | 0.45% | - |
| XYZ | 7.01 | 8.94 | 17.58 | - |
| YUV | 69.21 | 153.84 | 83.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 92 | 115 | 0.94 | 0.20 | 0 | 0.55 | 192.78 | 0.89 | 0.24 |
| Hex | 7 | 5C | 73 | 5E | 14 | 0 | 37 | C1 | 59 | 18 |
| Octal | 7 | 134 | 163 | 136 | 24 | 0 | 67 | 301 | 131 | 30 |
| Binary | 111 | 1011100 | 1110011 | 1011110 | 10100 | 0 | 110111 | 11000001 | 1011001 | 11000 |
Color Harmonies of #075C73
Complementary color
Monochromatic Colors of #075C73
Black with #075C73
Text Example
Text Example
White with #075C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075C73; }
p { color: rgb(7,92,115); }
H1.HeaderClassName
{
color: #075C73;
}
.AnyTagClassName
{
color: #075C73;
}
</style>
background-color css
<style>
a { background-color: #075C73; }
a { background-color: rgb(7,92,115); }
div.DivClassName
{
background-color: #075C73;
}
.BgClassName
{
background-color: #075C73;
}
</style>
border-color css
<style>
span { border-color: #075C73; }
span { border-color: rgb(7,92,115); }
td.TdClassName
{
border-color: #075C73;
}
.TagClassName
{
border-color: #075C73;
}
</style>