Shades of Blue Lagoon #026A8B
Tints of Blue Lagoon #026A8B
RGB
CMYK
RGB Variations
Color information
#026A8B (or 0x026A8B) is known color: Blue Lagoon. HEX triplet: 02, 6A and 8B. RGB value is (2,106,139). Sum of RGB (Red+Green+Blue) = 2+106+139=247 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 247); Green value is 106 (41.80% from 255 or 42.91% from 247); Blue value is 139 (54.69% from 255 or 56.28% from 247); Max value from RGB is 139 - color contains mainly: blue. Hex color #026A8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026A8B is #FD9574. Grayscale: #4E4E4E. Windows color (decimal): -16618869 or 9136642. OLE color: 9136642.
HSL color Cylindrical-coordinate representation of color #026A8B: hue angle of 194.45º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026A8B is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 106 | 139 | - |
| CMYK | 0.99 | 0.24 | 0 | 0.45 |
| HSL | 194.45º | 0.97% | 0.28% | - |
| HSV(B) | 194.45º | 0.99% | 0.55% | - |
| XYZ | 9.84 | 12.19 | 26.26 | - |
| YUV | 78.67 | 162.04 | 73.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 106 | 139 | 0.99 | 0.24 | 0 | 0.45 | 194.45 | 0.97 | 0.28 |
| Hex | 2 | 6A | 8B | 63 | 18 | 0 | 2D | C2 | 61 | 1C |
| Octal | 2 | 152 | 213 | 143 | 30 | 0 | 55 | 302 | 141 | 34 |
| Binary | 10 | 1101010 | 10001011 | 1100011 | 11000 | 0 | 101101 | 11000010 | 1100001 | 11100 |
Color Harmonies of #026A8B
Complementary color
Monochromatic Colors of #026A8B
Black with #026A8B
Text Example
Text Example
White with #026A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026A8B; }
p { color: rgb(2,106,139); }
H1.HeaderClassName
{
color: #026A8B;
}
.AnyTagClassName
{
color: #026A8B;
}
</style>
background-color css
<style>
a { background-color: #026A8B; }
a { background-color: rgb(2,106,139); }
div.DivClassName
{
background-color: #026A8B;
}
.BgClassName
{
background-color: #026A8B;
}
</style>
border-color css
<style>
span { border-color: #026A8B; }
span { border-color: rgb(2,106,139); }
td.TdClassName
{
border-color: #026A8B;
}
.TagClassName
{
border-color: #026A8B;
}
</style>