Shades of Blue Lagoon #026A8A
Tints of Blue Lagoon #026A8A
RGB
CMYK
RGB Variations
Color information
#026A8A (or 0x026A8A) is known color: Blue Lagoon. HEX triplet: 02, 6A and 8A. RGB value is (2,106,138). Sum of RGB (Red+Green+Blue) = 2+106+138=246 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 246); Green value is 106 (41.80% from 255 or 43.09% from 246); Blue value is 138 (54.30% from 255 or 56.10% from 246); Max value from RGB is 138 - color contains mainly: blue. Hex color #026A8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026A8A is #FD9575. Grayscale: #4E4E4E. Windows color (decimal): -16618870 or 9071106. OLE color: 9071106.
HSL color Cylindrical-coordinate representation of color #026A8A: hue angle of 194.12º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026A8A is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 2 | 106 | 138 | - |
| CMYK | 0.99 | 0.23 | 0 | 0.46 |
| HSL | 194.12º | 0.97% | 0.27% | - |
| HSV(B) | 194.12º | 0.99% | 0.54% | - |
| XYZ | 9.77 | 12.16 | 25.88 | - |
| YUV | 78.55 | 161.54 | 73.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 106 | 138 | 0.99 | 0.23 | 0 | 0.46 | 194.12 | 0.97 | 0.27 |
| Hex | 2 | 6A | 8A | 63 | 17 | 0 | 2E | C2 | 61 | 1B |
| Octal | 2 | 152 | 212 | 143 | 27 | 0 | 56 | 302 | 141 | 33 |
| Binary | 10 | 1101010 | 10001010 | 1100011 | 10111 | 0 | 101110 | 11000010 | 1100001 | 11011 |
Color Harmonies of #026A8A
Complementary color
Monochromatic Colors of #026A8A
Black with #026A8A
Text Example
Text Example
White with #026A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026A8A; }
p { color: rgb(2,106,138); }
H1.HeaderClassName
{
color: #026A8A;
}
.AnyTagClassName
{
color: #026A8A;
}
</style>
background-color css
<style>
a { background-color: #026A8A; }
a { background-color: rgb(2,106,138); }
div.DivClassName
{
background-color: #026A8A;
}
.BgClassName
{
background-color: #026A8A;
}
</style>
border-color css
<style>
span { border-color: #026A8A; }
span { border-color: rgb(2,106,138); }
td.TdClassName
{
border-color: #026A8A;
}
.TagClassName
{
border-color: #026A8A;
}
</style>