Shades of Blue Lagoon #076385
Tints of Blue Lagoon #076385
RGB
CMYK
RGB Variations
Color information
#076385 (or 0x076385) is known color: Blue Lagoon. HEX triplet: 07, 63 and 85. RGB value is (7,99,133). Sum of RGB (Red+Green+Blue) = 7+99+133=239 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.93% from 239); Green value is 99 (39.06% from 255 or 41.42% from 239); Blue value is 133 (52.34% from 255 or 55.65% from 239); Max value from RGB is 133 - color contains mainly: blue. Hex color #076385 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076385 is #F89C7A. Grayscale: #4B4B4B. Windows color (decimal): -16292987 or 8741639. OLE color: 8741639.
HSL color Cylindrical-coordinate representation of color #076385: hue angle of 196.19º 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 #076385 is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 7 | 99 | 133 | - |
| CMYK | 0.95 | 0.26 | 0 | 0.48 |
| HSL | 196.19º | 0.9% | 0.27% | - |
| HSV(B) | 196.19º | 0.95% | 0.52% | - |
| XYZ | 8.78 | 10.66 | 23.79 | - |
| YUV | 75.37 | 160.52 | 79.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 99 | 133 | 0.95 | 0.26 | 0 | 0.48 | 196.19 | 0.9 | 0.27 |
| Hex | 7 | 63 | 85 | 5F | 1A | 0 | 30 | C4 | 5A | 1B |
| Octal | 7 | 143 | 205 | 137 | 32 | 0 | 60 | 304 | 132 | 33 |
| Binary | 111 | 1100011 | 10000101 | 1011111 | 11010 | 0 | 110000 | 11000100 | 1011010 | 11011 |
Color Harmonies of #076385
Complementary color
Monochromatic Colors of #076385
Black with #076385
Text Example
Text Example
White with #076385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076385; }
p { color: rgb(7,99,133); }
H1.HeaderClassName
{
color: #076385;
}
.AnyTagClassName
{
color: #076385;
}
</style>
background-color css
<style>
a { background-color: #076385; }
a { background-color: rgb(7,99,133); }
div.DivClassName
{
background-color: #076385;
}
.BgClassName
{
background-color: #076385;
}
</style>
border-color css
<style>
span { border-color: #076385; }
span { border-color: rgb(7,99,133); }
td.TdClassName
{
border-color: #076385;
}
.TagClassName
{
border-color: #076385;
}
</style>