Shades of Blue Lagoon #076783
Tints of Blue Lagoon #076783
RGB
CMYK
RGB Variations
Color information
#076783 (or 0x076783) is known color: Blue Lagoon. HEX triplet: 07, 67 and 83. RGB value is (7,103,131). Sum of RGB (Red+Green+Blue) = 7+103+131=241 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.90% from 241); Green value is 103 (40.62% from 255 or 42.74% from 241); Blue value is 131 (51.56% from 255 or 54.36% from 241); Max value from RGB is 131 - color contains mainly: blue. Hex color #076783 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076783 is #F8987C. Grayscale: #4D4D4D. Windows color (decimal): -16291965 or 8611591. OLE color: 8611591.
HSL color Cylindrical-coordinate representation of color #076783: hue angle of 193.55º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076783 is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 103 | 131 | - |
| CMYK | 0.95 | 0.21 | 0 | 0.49 |
| HSL | 193.55º | 0.9% | 0.27% | - |
| HSV(B) | 193.55º | 0.95% | 0.51% | - |
| XYZ | 9.03 | 11.38 | 23.19 | - |
| YUV | 77.49 | 158.2 | 77.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 103 | 131 | 0.95 | 0.21 | 0 | 0.49 | 193.55 | 0.9 | 0.27 |
| Hex | 7 | 67 | 83 | 5F | 15 | 0 | 31 | C2 | 5A | 1B |
| Octal | 7 | 147 | 203 | 137 | 25 | 0 | 61 | 302 | 132 | 33 |
| Binary | 111 | 1100111 | 10000011 | 1011111 | 10101 | 0 | 110001 | 11000010 | 1011010 | 11011 |
Color Harmonies of #076783
Complementary color
Monochromatic Colors of #076783
Black with #076783
Text Example
Text Example
White with #076783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076783; }
p { color: rgb(7,103,131); }
H1.HeaderClassName
{
color: #076783;
}
.AnyTagClassName
{
color: #076783;
}
</style>
background-color css
<style>
a { background-color: #076783; }
a { background-color: rgb(7,103,131); }
div.DivClassName
{
background-color: #076783;
}
.BgClassName
{
background-color: #076783;
}
</style>
border-color css
<style>
span { border-color: #076783; }
span { border-color: rgb(7,103,131); }
td.TdClassName
{
border-color: #076783;
}
.TagClassName
{
border-color: #076783;
}
</style>