Shades of Blue Lagoon #02688A
Tints of Blue Lagoon #02688A
RGB
CMYK
RGB Variations
Color information
#02688A (or 0x02688A) is known color: Blue Lagoon. HEX triplet: 02, 68 and 8A. RGB value is (2,104,138). Sum of RGB (Red+Green+Blue) = 2+104+138=244 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 244); Green value is 104 (41.02% from 255 or 42.62% from 244); Blue value is 138 (54.30% from 255 or 56.56% from 244); Max value from RGB is 138 - color contains mainly: blue. Hex color #02688A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02688A is #FD9775. Grayscale: #4D4D4D. Windows color (decimal): -16619382 or 9070594. OLE color: 9070594.
HSL color Cylindrical-coordinate representation of color #02688A: hue angle of 195º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02688A is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 2 | 104 | 138 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.46 |
| HSL | 195º | 0.97% | 0.27% | - |
| HSV(B) | 195º | 0.99% | 0.54% | - |
| XYZ | 9.56 | 11.75 | 25.81 | - |
| YUV | 77.38 | 162.21 | 74.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 104 | 138 | 0.99 | 0.25 | 0 | 0.46 | 195 | 0.97 | 0.27 |
| Hex | 2 | 68 | 8A | 63 | 19 | 0 | 2E | C3 | 61 | 1B |
| Octal | 2 | 150 | 212 | 143 | 31 | 0 | 56 | 303 | 141 | 33 |
| Binary | 10 | 1101000 | 10001010 | 1100011 | 11001 | 0 | 101110 | 11000011 | 1100001 | 11011 |
Color Harmonies of #02688A
Complementary color
Monochromatic Colors of #02688A
Black with #02688A
Text Example
Text Example
White with #02688A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02688A; }
p { color: rgb(2,104,138); }
H1.HeaderClassName
{
color: #02688A;
}
.AnyTagClassName
{
color: #02688A;
}
</style>
background-color css
<style>
a { background-color: #02688A; }
a { background-color: rgb(2,104,138); }
div.DivClassName
{
background-color: #02688A;
}
.BgClassName
{
background-color: #02688A;
}
</style>
border-color css
<style>
span { border-color: #02688A; }
span { border-color: rgb(2,104,138); }
td.TdClassName
{
border-color: #02688A;
}
.TagClassName
{
border-color: #02688A;
}
</style>