Shades of Blue Lagoon #02696A
Tints of Blue Lagoon #02696A
RGB
CMYK
RGB Variations
Color information
#02696A (or 0x02696A) is known color: Blue Lagoon. HEX triplet: 02, 69 and 6A. RGB value is (2,105,106). Sum of RGB (Red+Green+Blue) = 2+105+106=213 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 213); Green value is 105 (41.41% from 255 or 49.30% from 213); Blue value is 106 (41.80% from 255 or 49.77% from 213); Max value from RGB is 106 - color contains mainly: blue. Hex color #02696A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02696A is #FD9695. Grayscale: #4A4A4A. Windows color (decimal): -16619158 or 6973698. OLE color: 6973698.
HSL color Cylindrical-coordinate representation of color #02696A: hue angle of 180.58º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02696A is Cyan = 0.98, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 105 | 106 | - |
| CMYK | 0.98 | 0.01 | 0 | 0.58 |
| HSL | 180.58º | 0.96% | 0.21% | - |
| HSV(B) | 180.58º | 0.98% | 0.42% | - |
| XYZ | 7.68 | 11.16 | 15.38 | - |
| YUV | 74.32 | 145.88 | 76.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 105 | 106 | 0.98 | 0.01 | 0 | 0.58 | 180.58 | 0.96 | 0.21 |
| Hex | 2 | 69 | 6A | 62 | 1 | 0 | 3A | B5 | 60 | 15 |
| Octal | 2 | 151 | 152 | 142 | 1 | 0 | 72 | 265 | 140 | 25 |
| Binary | 10 | 1101001 | 1101010 | 1100010 | 1 | 0 | 111010 | 10110101 | 1100000 | 10101 |
Color Harmonies of #02696A
Complementary color
Monochromatic Colors of #02696A
Black with #02696A
Text Example
Text Example
White with #02696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02696A; }
p { color: rgb(2,105,106); }
H1.HeaderClassName
{
color: #02696A;
}
.AnyTagClassName
{
color: #02696A;
}
</style>
background-color css
<style>
a { background-color: #02696A; }
a { background-color: rgb(2,105,106); }
div.DivClassName
{
background-color: #02696A;
}
.BgClassName
{
background-color: #02696A;
}
</style>
border-color css
<style>
span { border-color: #02696A; }
span { border-color: rgb(2,105,106); }
td.TdClassName
{
border-color: #02696A;
}
.TagClassName
{
border-color: #02696A;
}
</style>