Shades of Blue Lagoon #026B7C
Tints of Blue Lagoon #026B7C
RGB
CMYK
RGB Variations
Color information
#026B7C (or 0x026B7C) is known color: Blue Lagoon. HEX triplet: 02, 6B and 7C. RGB value is (2,107,124). Sum of RGB (Red+Green+Blue) = 2+107+124=233 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 233); Green value is 107 (42.19% from 255 or 45.92% from 233); Blue value is 124 (48.83% from 255 or 53.22% from 233); Max value from RGB is 124 - color contains mainly: blue. Hex color #026B7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026B7C is #FD9483. Grayscale: #4D4D4D. Windows color (decimal): -16618628 or 8153858. OLE color: 8153858.
HSL color Cylindrical-coordinate representation of color #026B7C: hue angle of 188.36º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026B7C is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 107 | 124 | - |
| CMYK | 0.98 | 0.14 | 0 | 0.51 |
| HSL | 188.36º | 0.97% | 0.25% | - |
| HSV(B) | 188.36º | 0.98% | 0.49% | - |
| XYZ | 8.92 | 11.98 | 20.91 | - |
| YUV | 77.54 | 154.21 | 74.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 107 | 124 | 0.98 | 0.14 | 0 | 0.51 | 188.36 | 0.97 | 0.25 |
| Hex | 2 | 6B | 7C | 62 | E | 0 | 33 | BC | 61 | 19 |
| Octal | 2 | 153 | 174 | 142 | 16 | 0 | 63 | 274 | 141 | 31 |
| Binary | 10 | 1101011 | 1111100 | 1100010 | 1110 | 0 | 110011 | 10111100 | 1100001 | 11001 |
Color Harmonies of #026B7C
Complementary color
Monochromatic Colors of #026B7C
Black with #026B7C
Text Example
Text Example
White with #026B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026B7C; }
p { color: rgb(2,107,124); }
H1.HeaderClassName
{
color: #026B7C;
}
.AnyTagClassName
{
color: #026B7C;
}
</style>
background-color css
<style>
a { background-color: #026B7C; }
a { background-color: rgb(2,107,124); }
div.DivClassName
{
background-color: #026B7C;
}
.BgClassName
{
background-color: #026B7C;
}
</style>
border-color css
<style>
span { border-color: #026B7C; }
span { border-color: rgb(2,107,124); }
td.TdClassName
{
border-color: #026B7C;
}
.TagClassName
{
border-color: #026B7C;
}
</style>