Shades of Blue Lagoon #026A7A
Tints of Blue Lagoon #026A7A
RGB
CMYK
RGB Variations
Color information
#026A7A (or 0x026A7A) is known color: Blue Lagoon. HEX triplet: 02, 6A and 7A. RGB value is (2,106,122). Sum of RGB (Red+Green+Blue) = 2+106+122=230 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 230); Green value is 106 (41.80% from 255 or 46.09% from 230); Blue value is 122 (48.05% from 255 or 53.04% from 230); Max value from RGB is 122 - color contains mainly: blue. Hex color #026A7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026A7A is #FD9585. Grayscale: #4C4C4C. Windows color (decimal): -16618886 or 8022530. OLE color: 8022530.
HSL color Cylindrical-coordinate representation of color #026A7A: hue angle of 188º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026A7A is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 2 | 106 | 122 | - |
| CMYK | 0.98 | 0.13 | 0 | 0.52 |
| HSL | 188º | 0.97% | 0.24% | - |
| HSV(B) | 188º | 0.98% | 0.48% | - |
| XYZ | 8.69 | 11.73 | 20.22 | - |
| YUV | 76.73 | 153.54 | 74.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 106 | 122 | 0.98 | 0.13 | 0 | 0.52 | 188 | 0.97 | 0.24 |
| Hex | 2 | 6A | 7A | 62 | D | 0 | 34 | BC | 61 | 18 |
| Octal | 2 | 152 | 172 | 142 | 15 | 0 | 64 | 274 | 141 | 30 |
| Binary | 10 | 1101010 | 1111010 | 1100010 | 1101 | 0 | 110100 | 10111100 | 1100001 | 11000 |
Color Harmonies of #026A7A
Complementary color
Monochromatic Colors of #026A7A
Black with #026A7A
Text Example
Text Example
White with #026A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026A7A; }
p { color: rgb(2,106,122); }
H1.HeaderClassName
{
color: #026A7A;
}
.AnyTagClassName
{
color: #026A7A;
}
</style>
background-color css
<style>
a { background-color: #026A7A; }
a { background-color: rgb(2,106,122); }
div.DivClassName
{
background-color: #026A7A;
}
.BgClassName
{
background-color: #026A7A;
}
</style>
border-color css
<style>
span { border-color: #026A7A; }
span { border-color: rgb(2,106,122); }
td.TdClassName
{
border-color: #026A7A;
}
.TagClassName
{
border-color: #026A7A;
}
</style>