Shades of Blue Lagoon #02646A
Tints of Blue Lagoon #02646A
RGB
CMYK
RGB Variations
Color information
#02646A (or 0x02646A) is known color: Blue Lagoon. HEX triplet: 02, 64 and 6A. RGB value is (2,100,106). Sum of RGB (Red+Green+Blue) = 2+100+106=208 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 208); Green value is 100 (39.45% from 255 or 48.08% from 208); Blue value is 106 (41.80% from 255 or 50.96% from 208); Max value from RGB is 106 - color contains mainly: blue. Hex color #02646A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02646A is #FD9B95. Grayscale: #474747. Windows color (decimal): -16620438 or 6972418. OLE color: 6972418.
HSL color Cylindrical-coordinate representation of color #02646A: hue angle of 183.46º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02646A is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 100 | 106 | - |
| CMYK | 0.98 | 0.06 | 0 | 0.58 |
| HSL | 183.46º | 0.96% | 0.21% | - |
| HSV(B) | 183.46º | 0.98% | 0.42% | - |
| XYZ | 7.18 | 10.17 | 15.22 | - |
| YUV | 71.38 | 147.53 | 78.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 100 | 106 | 0.98 | 0.06 | 0 | 0.58 | 183.46 | 0.96 | 0.21 |
| Hex | 2 | 64 | 6A | 62 | 6 | 0 | 3A | B7 | 60 | 15 |
| Octal | 2 | 144 | 152 | 142 | 6 | 0 | 72 | 267 | 140 | 25 |
| Binary | 10 | 1100100 | 1101010 | 1100010 | 110 | 0 | 111010 | 10110111 | 1100000 | 10101 |
Color Harmonies of #02646A
Complementary color
Monochromatic Colors of #02646A
Black with #02646A
Text Example
Text Example
White with #02646A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02646A; }
p { color: rgb(2,100,106); }
H1.HeaderClassName
{
color: #02646A;
}
.AnyTagClassName
{
color: #02646A;
}
</style>
background-color css
<style>
a { background-color: #02646A; }
a { background-color: rgb(2,100,106); }
div.DivClassName
{
background-color: #02646A;
}
.BgClassName
{
background-color: #02646A;
}
</style>
border-color css
<style>
span { border-color: #02646A; }
span { border-color: rgb(2,100,106); }
td.TdClassName
{
border-color: #02646A;
}
.TagClassName
{
border-color: #02646A;
}
</style>