Shades of Blue Lagoon #026A82
Tints of Blue Lagoon #026A82
RGB
CMYK
RGB Variations
Color information
#026A82 (or 0x026A82) is known color: Blue Lagoon. HEX triplet: 02, 6A and 82. RGB value is (2,106,130). Sum of RGB (Red+Green+Blue) = 2+106+130=238 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 238); Green value is 106 (41.80% from 255 or 44.54% from 238); Blue value is 130 (51.17% from 255 or 54.62% from 238); Max value from RGB is 130 - color contains mainly: blue. Hex color #026A82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026A82 is #FD957D. Grayscale: #4D4D4D. Windows color (decimal): -16618878 or 8546818. OLE color: 8546818.
HSL color Cylindrical-coordinate representation of color #026A82: hue angle of 191.25º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026A82 is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 106 | 130 | - |
| CMYK | 0.98 | 0.18 | 0 | 0.49 |
| HSL | 191.25º | 0.97% | 0.26% | - |
| HSV(B) | 191.25º | 0.98% | 0.51% | - |
| XYZ | 9.21 | 11.93 | 22.94 | - |
| YUV | 77.64 | 157.54 | 74.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 106 | 130 | 0.98 | 0.18 | 0 | 0.49 | 191.25 | 0.97 | 0.26 |
| Hex | 2 | 6A | 82 | 62 | 12 | 0 | 31 | BF | 61 | 1A |
| Octal | 2 | 152 | 202 | 142 | 22 | 0 | 61 | 277 | 141 | 32 |
| Binary | 10 | 1101010 | 10000010 | 1100010 | 10010 | 0 | 110001 | 10111111 | 1100001 | 11010 |
Color Harmonies of #026A82
Complementary color
Monochromatic Colors of #026A82
Black with #026A82
Text Example
Text Example
White with #026A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026A82; }
p { color: rgb(2,106,130); }
H1.HeaderClassName
{
color: #026A82;
}
.AnyTagClassName
{
color: #026A82;
}
</style>
background-color css
<style>
a { background-color: #026A82; }
a { background-color: rgb(2,106,130); }
div.DivClassName
{
background-color: #026A82;
}
.BgClassName
{
background-color: #026A82;
}
</style>
border-color css
<style>
span { border-color: #026A82; }
span { border-color: rgb(2,106,130); }
td.TdClassName
{
border-color: #026A82;
}
.TagClassName
{
border-color: #026A82;
}
</style>