Shades of Blue Lagoon #02698A
Tints of Blue Lagoon #02698A
RGB
CMYK
RGB Variations
Color information
#02698A (or 0x02698A) is known color: Blue Lagoon. HEX triplet: 02, 69 and 8A. RGB value is (2,105,138). Sum of RGB (Red+Green+Blue) = 2+105+138=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 105 (41.41% from 255 or 42.86% from 245); Blue value is 138 (54.30% from 255 or 56.33% from 245); Max value from RGB is 138 - color contains mainly: blue. Hex color #02698A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02698A is #FD9675. Grayscale: #4D4D4D. Windows color (decimal): -16619126 or 9070850. OLE color: 9070850.
HSL color Cylindrical-coordinate representation of color #02698A: hue angle of 194.56º 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 #02698A is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 2 | 105 | 138 | - |
| CMYK | 0.99 | 0.24 | 0 | 0.46 |
| HSL | 194.56º | 0.97% | 0.27% | - |
| HSV(B) | 194.56º | 0.99% | 0.54% | - |
| XYZ | 9.66 | 11.95 | 25.84 | - |
| YUV | 77.97 | 161.88 | 73.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 105 | 138 | 0.99 | 0.24 | 0 | 0.46 | 194.56 | 0.97 | 0.27 |
| Hex | 2 | 69 | 8A | 63 | 18 | 0 | 2E | C3 | 61 | 1B |
| Octal | 2 | 151 | 212 | 143 | 30 | 0 | 56 | 303 | 141 | 33 |
| Binary | 10 | 1101001 | 10001010 | 1100011 | 11000 | 0 | 101110 | 11000011 | 1100001 | 11011 |
Color Harmonies of #02698A
Complementary color
Monochromatic Colors of #02698A
Black with #02698A
Text Example
Text Example
White with #02698A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02698A; }
p { color: rgb(2,105,138); }
H1.HeaderClassName
{
color: #02698A;
}
.AnyTagClassName
{
color: #02698A;
}
</style>
background-color css
<style>
a { background-color: #02698A; }
a { background-color: rgb(2,105,138); }
div.DivClassName
{
background-color: #02698A;
}
.BgClassName
{
background-color: #02698A;
}
</style>
border-color css
<style>
span { border-color: #02698A; }
span { border-color: rgb(2,105,138); }
td.TdClassName
{
border-color: #02698A;
}
.TagClassName
{
border-color: #02698A;
}
</style>