Shades of Blue Lagoon #02696C
Tints of Blue Lagoon #02696C
RGB
CMYK
RGB Variations
Color information
#02696C (or 0x02696C) is known color: Blue Lagoon. HEX triplet: 02, 69 and 6C. RGB value is (2,105,108). Sum of RGB (Red+Green+Blue) = 2+105+108=215 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 215); Green value is 105 (41.41% from 255 or 48.84% from 215); Blue value is 108 (42.58% from 255 or 50.23% from 215); Max value from RGB is 108 - color contains mainly: blue. Hex color #02696C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02696C is #FD9693. Grayscale: #4A4A4A. Windows color (decimal): -16619156 or 7104770. OLE color: 7104770.
HSL color Cylindrical-coordinate representation of color #02696C: hue angle of 181.7º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02696C is Cyan = 0.98, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 105 | 108 | - |
| CMYK | 0.98 | 0.03 | 0 | 0.58 |
| HSL | 181.7º | 0.96% | 0.22% | - |
| HSV(B) | 181.7º | 0.98% | 0.42% | - |
| XYZ | 7.78 | 11.2 | 15.94 | - |
| YUV | 74.55 | 146.88 | 76.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 105 | 108 | 0.98 | 0.03 | 0 | 0.58 | 181.7 | 0.96 | 0.22 |
| Hex | 2 | 69 | 6C | 62 | 3 | 0 | 3A | B6 | 60 | 16 |
| Octal | 2 | 151 | 154 | 142 | 3 | 0 | 72 | 266 | 140 | 26 |
| Binary | 10 | 1101001 | 1101100 | 1100010 | 11 | 0 | 111010 | 10110110 | 1100000 | 10110 |
Color Harmonies of #02696C
Complementary color
Monochromatic Colors of #02696C
Black with #02696C
Text Example
Text Example
White with #02696C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02696C; }
p { color: rgb(2,105,108); }
H1.HeaderClassName
{
color: #02696C;
}
.AnyTagClassName
{
color: #02696C;
}
</style>
background-color css
<style>
a { background-color: #02696C; }
a { background-color: rgb(2,105,108); }
div.DivClassName
{
background-color: #02696C;
}
.BgClassName
{
background-color: #02696C;
}
</style>
border-color css
<style>
span { border-color: #02696C; }
span { border-color: rgb(2,105,108); }
td.TdClassName
{
border-color: #02696C;
}
.TagClassName
{
border-color: #02696C;
}
</style>