Shades of Blue Lagoon #02688C
Tints of Blue Lagoon #02688C
RGB
CMYK
RGB Variations
Color information
#02688C (or 0x02688C) is known color: Blue Lagoon. HEX triplet: 02, 68 and 8C. RGB value is (2,104,140). Sum of RGB (Red+Green+Blue) = 2+104+140=246 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 246); Green value is 104 (41.02% from 255 or 42.28% from 246); Blue value is 140 (55.08% from 255 or 56.91% from 246); Max value from RGB is 140 - color contains mainly: blue. Hex color #02688C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02688C is #FD9773. Grayscale: #4D4D4D. Windows color (decimal): -16619380 or 9201666. OLE color: 9201666.
HSL color Cylindrical-coordinate representation of color #02688C: hue angle of 195.65º 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 #02688C is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 104 | 140 | - |
| CMYK | 0.99 | 0.26 | 0 | 0.45 |
| HSL | 195.65º | 0.97% | 0.28% | - |
| HSV(B) | 195.65º | 0.99% | 0.55% | - |
| XYZ | 9.71 | 11.81 | 26.58 | - |
| YUV | 77.61 | 163.21 | 74.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 104 | 140 | 0.99 | 0.26 | 0 | 0.45 | 195.65 | 0.97 | 0.28 |
| Hex | 2 | 68 | 8C | 63 | 1A | 0 | 2D | C4 | 61 | 1C |
| Octal | 2 | 150 | 214 | 143 | 32 | 0 | 55 | 304 | 141 | 34 |
| Binary | 10 | 1101000 | 10001100 | 1100011 | 11010 | 0 | 101101 | 11000100 | 1100001 | 11100 |
Color Harmonies of #02688C
Complementary color
Monochromatic Colors of #02688C
Black with #02688C
Text Example
Text Example
White with #02688C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02688C; }
p { color: rgb(2,104,140); }
H1.HeaderClassName
{
color: #02688C;
}
.AnyTagClassName
{
color: #02688C;
}
</style>
background-color css
<style>
a { background-color: #02688C; }
a { background-color: rgb(2,104,140); }
div.DivClassName
{
background-color: #02688C;
}
.BgClassName
{
background-color: #02688C;
}
</style>
border-color css
<style>
span { border-color: #02688C; }
span { border-color: rgb(2,104,140); }
td.TdClassName
{
border-color: #02688C;
}
.TagClassName
{
border-color: #02688C;
}
</style>