Shades of Blue Lagoon #02646E
Tints of Blue Lagoon #02646E
RGB
CMYK
RGB Variations
Color information
#02646E (or 0x02646E) is known color: Blue Lagoon. HEX triplet: 02, 64 and 6E. RGB value is (2,100,110). Sum of RGB (Red+Green+Blue) = 2+100+110=212 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 212); Green value is 100 (39.45% from 255 or 47.17% from 212); Blue value is 110 (43.36% from 255 or 51.89% from 212); Max value from RGB is 110 - color contains mainly: blue. Hex color #02646E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02646E is #FD9B91. Grayscale: #474747. Windows color (decimal): -16620434 or 7234562. OLE color: 7234562.
HSL color Cylindrical-coordinate representation of color #02646E: hue angle of 185.56º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02646E is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 2 | 100 | 110 | - |
| CMYK | 0.98 | 0.09 | 0 | 0.57 |
| HSL | 185.56º | 0.96% | 0.22% | - |
| HSV(B) | 185.56º | 0.98% | 0.43% | - |
| XYZ | 7.4 | 10.25 | 16.34 | - |
| YUV | 71.84 | 149.53 | 78.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 100 | 110 | 0.98 | 0.09 | 0 | 0.57 | 185.56 | 0.96 | 0.22 |
| Hex | 2 | 64 | 6E | 62 | 9 | 0 | 39 | BA | 60 | 16 |
| Octal | 2 | 144 | 156 | 142 | 11 | 0 | 71 | 272 | 140 | 26 |
| Binary | 10 | 1100100 | 1101110 | 1100010 | 1001 | 0 | 111001 | 10111010 | 1100000 | 10110 |
Color Harmonies of #02646E
Complementary color
Monochromatic Colors of #02646E
Black with #02646E
Text Example
Text Example
White with #02646E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02646E; }
p { color: rgb(2,100,110); }
H1.HeaderClassName
{
color: #02646E;
}
.AnyTagClassName
{
color: #02646E;
}
</style>
background-color css
<style>
a { background-color: #02646E; }
a { background-color: rgb(2,100,110); }
div.DivClassName
{
background-color: #02646E;
}
.BgClassName
{
background-color: #02646E;
}
</style>
border-color css
<style>
span { border-color: #02646E; }
span { border-color: rgb(2,100,110); }
td.TdClassName
{
border-color: #02646E;
}
.TagClassName
{
border-color: #02646E;
}
</style>