Shades of Blue Lagoon #026A84
Tints of Blue Lagoon #026A84
RGB
CMYK
RGB Variations
Color information
#026A84 (or 0x026A84) is known color: Blue Lagoon. HEX triplet: 02, 6A and 84. RGB value is (2,106,132). Sum of RGB (Red+Green+Blue) = 2+106+132=240 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 240); Green value is 106 (41.80% from 255 or 44.17% from 240); Blue value is 132 (51.95% from 255 or 55% from 240); Max value from RGB is 132 - color contains mainly: blue. Hex color #026A84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026A84 is #FD957B. Grayscale: #4D4D4D. Windows color (decimal): -16618876 or 8677890. OLE color: 8677890.
HSL color Cylindrical-coordinate representation of color #026A84: hue angle of 192º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026A84 is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 2 | 106 | 132 | - |
| CMYK | 0.98 | 0.20 | 0 | 0.48 |
| HSL | 192º | 0.97% | 0.26% | - |
| HSV(B) | 192º | 0.98% | 0.52% | - |
| XYZ | 9.34 | 11.99 | 23.65 | - |
| YUV | 77.87 | 158.54 | 73.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 106 | 132 | 0.98 | 0.20 | 0 | 0.48 | 192 | 0.97 | 0.26 |
| Hex | 2 | 6A | 84 | 62 | 14 | 0 | 30 | C0 | 61 | 1A |
| Octal | 2 | 152 | 204 | 142 | 24 | 0 | 60 | 300 | 141 | 32 |
| Binary | 10 | 1101010 | 10000100 | 1100010 | 10100 | 0 | 110000 | 11000000 | 1100001 | 11010 |
Color Harmonies of #026A84
Complementary color
Monochromatic Colors of #026A84
Black with #026A84
Text Example
Text Example
White with #026A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026A84; }
p { color: rgb(2,106,132); }
H1.HeaderClassName
{
color: #026A84;
}
.AnyTagClassName
{
color: #026A84;
}
</style>
background-color css
<style>
a { background-color: #026A84; }
a { background-color: rgb(2,106,132); }
div.DivClassName
{
background-color: #026A84;
}
.BgClassName
{
background-color: #026A84;
}
</style>
border-color css
<style>
span { border-color: #026A84; }
span { border-color: rgb(2,106,132); }
td.TdClassName
{
border-color: #026A84;
}
.TagClassName
{
border-color: #026A84;
}
</style>