Shades of Blue Lagoon #02687C
Tints of Blue Lagoon #02687C
RGB
CMYK
RGB Variations
Color information
#02687C (or 0x02687C) is known color: Blue Lagoon. HEX triplet: 02, 68 and 7C. RGB value is (2,104,124). Sum of RGB (Red+Green+Blue) = 2+104+124=230 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 230); Green value is 104 (41.02% from 255 or 45.22% from 230); Blue value is 124 (48.83% from 255 or 53.91% from 230); Max value from RGB is 124 - color contains mainly: blue. Hex color #02687C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02687C is #FD9783. Grayscale: #4B4B4B. Windows color (decimal): -16619396 or 8153090. OLE color: 8153090.
HSL color Cylindrical-coordinate representation of color #02687C: hue angle of 189.84º 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 #02687C is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 104 | 124 | - |
| CMYK | 0.98 | 0.16 | 0 | 0.51 |
| HSL | 189.84º | 0.97% | 0.25% | - |
| HSV(B) | 189.84º | 0.98% | 0.49% | - |
| XYZ | 8.61 | 11.37 | 20.81 | - |
| YUV | 75.78 | 155.21 | 75.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 104 | 124 | 0.98 | 0.16 | 0 | 0.51 | 189.84 | 0.97 | 0.25 |
| Hex | 2 | 68 | 7C | 62 | 10 | 0 | 33 | BE | 61 | 19 |
| Octal | 2 | 150 | 174 | 142 | 20 | 0 | 63 | 276 | 141 | 31 |
| Binary | 10 | 1101000 | 1111100 | 1100010 | 10000 | 0 | 110011 | 10111110 | 1100001 | 11001 |
Color Harmonies of #02687C
Complementary color
Monochromatic Colors of #02687C
Black with #02687C
Text Example
Text Example
White with #02687C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02687C; }
p { color: rgb(2,104,124); }
H1.HeaderClassName
{
color: #02687C;
}
.AnyTagClassName
{
color: #02687C;
}
</style>
background-color css
<style>
a { background-color: #02687C; }
a { background-color: rgb(2,104,124); }
div.DivClassName
{
background-color: #02687C;
}
.BgClassName
{
background-color: #02687C;
}
</style>
border-color css
<style>
span { border-color: #02687C; }
span { border-color: rgb(2,104,124); }
td.TdClassName
{
border-color: #02687C;
}
.TagClassName
{
border-color: #02687C;
}
</style>