Shades of Blue Lagoon #026A77
Tints of Blue Lagoon #026A77
RGB
CMYK
RGB Variations
Color information
#026A77 (or 0x026A77) is known color: Blue Lagoon. HEX triplet: 02, 6A and 77. RGB value is (2,106,119). Sum of RGB (Red+Green+Blue) = 2+106+119=227 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 227); Green value is 106 (41.80% from 255 or 46.70% from 227); Blue value is 119 (46.88% from 255 or 52.42% from 227); Max value from RGB is 119 - color contains mainly: blue. Hex color #026A77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026A77 is #FD9588. Grayscale: #4C4C4C. Windows color (decimal): -16618889 or 7825922. OLE color: 7825922.
HSL color Cylindrical-coordinate representation of color #026A77: hue angle of 186.67º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026A77 is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 2 | 106 | 119 | - |
| CMYK | 0.98 | 0.11 | 0 | 0.53 |
| HSL | 186.67º | 0.97% | 0.24% | - |
| HSV(B) | 186.67º | 0.98% | 0.47% | - |
| XYZ | 8.51 | 11.65 | 19.25 | - |
| YUV | 76.39 | 152.04 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 106 | 119 | 0.98 | 0.11 | 0 | 0.53 | 186.67 | 0.97 | 0.24 |
| Hex | 2 | 6A | 77 | 62 | B | 0 | 35 | BB | 61 | 18 |
| Octal | 2 | 152 | 167 | 142 | 13 | 0 | 65 | 273 | 141 | 30 |
| Binary | 10 | 1101010 | 1110111 | 1100010 | 1011 | 0 | 110101 | 10111011 | 1100001 | 11000 |
Color Harmonies of #026A77
Complementary color
Monochromatic Colors of #026A77
Black with #026A77
Text Example
Text Example
White with #026A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026A77; }
p { color: rgb(2,106,119); }
H1.HeaderClassName
{
color: #026A77;
}
.AnyTagClassName
{
color: #026A77;
}
</style>
background-color css
<style>
a { background-color: #026A77; }
a { background-color: rgb(2,106,119); }
div.DivClassName
{
background-color: #026A77;
}
.BgClassName
{
background-color: #026A77;
}
</style>
border-color css
<style>
span { border-color: #026A77; }
span { border-color: rgb(2,106,119); }
td.TdClassName
{
border-color: #026A77;
}
.TagClassName
{
border-color: #026A77;
}
</style>