Shades of Blue Lagoon #076585
Tints of Blue Lagoon #076585
RGB
CMYK
RGB Variations
Color information
#076585 (or 0x076585) is known color: Blue Lagoon. HEX triplet: 07, 65 and 85. RGB value is (7,101,133). Sum of RGB (Red+Green+Blue) = 7+101+133=241 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.90% from 241); Green value is 101 (39.84% from 255 or 41.91% from 241); Blue value is 133 (52.34% from 255 or 55.19% from 241); Max value from RGB is 133 - color contains mainly: blue. Hex color #076585 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076585 is #F89A7A. Grayscale: #4C4C4C. Windows color (decimal): -16292475 or 8742151. OLE color: 8742151.
HSL color Cylindrical-coordinate representation of color #076585: hue angle of 195.24º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076585 is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 7 | 101 | 133 | - |
| CMYK | 0.95 | 0.24 | 0 | 0.48 |
| HSL | 195.24º | 0.9% | 0.27% | - |
| HSV(B) | 195.24º | 0.95% | 0.52% | - |
| XYZ | 8.97 | 11.05 | 23.85 | - |
| YUV | 76.54 | 159.86 | 78.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 101 | 133 | 0.95 | 0.24 | 0 | 0.48 | 195.24 | 0.9 | 0.27 |
| Hex | 7 | 65 | 85 | 5F | 18 | 0 | 30 | C3 | 5A | 1B |
| Octal | 7 | 145 | 205 | 137 | 30 | 0 | 60 | 303 | 132 | 33 |
| Binary | 111 | 1100101 | 10000101 | 1011111 | 11000 | 0 | 110000 | 11000011 | 1011010 | 11011 |
Color Harmonies of #076585
Complementary color
Monochromatic Colors of #076585
Black with #076585
Text Example
Text Example
White with #076585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076585; }
p { color: rgb(7,101,133); }
H1.HeaderClassName
{
color: #076585;
}
.AnyTagClassName
{
color: #076585;
}
</style>
background-color css
<style>
a { background-color: #076585; }
a { background-color: rgb(7,101,133); }
div.DivClassName
{
background-color: #076585;
}
.BgClassName
{
background-color: #076585;
}
</style>
border-color css
<style>
span { border-color: #076585; }
span { border-color: rgb(7,101,133); }
td.TdClassName
{
border-color: #076585;
}
.TagClassName
{
border-color: #076585;
}
</style>