Shades of Blue Lagoon #075871
Tints of Blue Lagoon #075871
RGB
CMYK
RGB Variations
Color information
#075871 (or 0x075871) is known color: Blue Lagoon. HEX triplet: 07, 58 and 71. RGB value is (7,88,113). Sum of RGB (Red+Green+Blue) = 7+88+113=208 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.37% from 208); Green value is 88 (34.77% from 255 or 42.31% from 208); Blue value is 113 (44.53% from 255 or 54.33% from 208); Max value from RGB is 113 - color contains mainly: blue. Hex color #075871 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075871 is #F8A78E. Grayscale: #424242. Windows color (decimal): -16295823 or 7428103. OLE color: 7428103.
HSL color Cylindrical-coordinate representation of color #075871: hue angle of 194.15º 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 #075871 is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 88 | 113 | - |
| CMYK | 0.94 | 0.22 | 0 | 0.56 |
| HSL | 194.15º | 0.88% | 0.24% | - |
| HSV(B) | 194.15º | 0.94% | 0.44% | - |
| XYZ | 6.56 | 8.22 | 16.86 | - |
| YUV | 66.63 | 154.16 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 88 | 113 | 0.94 | 0.22 | 0 | 0.56 | 194.15 | 0.88 | 0.24 |
| Hex | 7 | 58 | 71 | 5E | 16 | 0 | 38 | C2 | 58 | 18 |
| Octal | 7 | 130 | 161 | 136 | 26 | 0 | 70 | 302 | 130 | 30 |
| Binary | 111 | 1011000 | 1110001 | 1011110 | 10110 | 0 | 111000 | 11000010 | 1011000 | 11000 |
Color Harmonies of #075871
Complementary color
Monochromatic Colors of #075871
Black with #075871
Text Example
Text Example
White with #075871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075871; }
p { color: rgb(7,88,113); }
H1.HeaderClassName
{
color: #075871;
}
.AnyTagClassName
{
color: #075871;
}
</style>
background-color css
<style>
a { background-color: #075871; }
a { background-color: rgb(7,88,113); }
div.DivClassName
{
background-color: #075871;
}
.BgClassName
{
background-color: #075871;
}
</style>
border-color css
<style>
span { border-color: #075871; }
span { border-color: rgb(7,88,113); }
td.TdClassName
{
border-color: #075871;
}
.TagClassName
{
border-color: #075871;
}
</style>