Shades of Blue Lagoon #02647D
Tints of Blue Lagoon #02647D
RGB
CMYK
RGB Variations
Color information
#02647D (or 0x02647D) is known color: Blue Lagoon. HEX triplet: 02, 64 and 7D. RGB value is (2,100,125). Sum of RGB (Red+Green+Blue) = 2+100+125=227 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 227); Green value is 100 (39.45% from 255 or 44.05% from 227); Blue value is 125 (49.22% from 255 or 55.07% from 227); Max value from RGB is 125 - color contains mainly: blue. Hex color #02647D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02647D is #FD9B82. Grayscale: #494949. Windows color (decimal): -16620419 or 8217602. OLE color: 8217602.
HSL color Cylindrical-coordinate representation of color #02647D: hue angle of 192.2º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02647D is Cyan = 0.98, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 100 | 125 | - |
| CMYK | 0.98 | 0.2 | 0 | 0.51 |
| HSL | 192.2º | 0.97% | 0.25% | - |
| HSV(B) | 192.2º | 0.98% | 0.49% | - |
| XYZ | 8.28 | 10.61 | 21.01 | - |
| YUV | 73.55 | 157.03 | 76.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 100 | 125 | 0.98 | 0.2 | 0 | 0.51 | 192.2 | 0.97 | 0.25 |
| Hex | 2 | 64 | 7D | 62 | 14 | 0 | 33 | C0 | 61 | 19 |
| Octal | 2 | 144 | 175 | 142 | 24 | 0 | 63 | 300 | 141 | 31 |
| Binary | 10 | 1100100 | 1111101 | 1100010 | 10100 | 0 | 110011 | 11000000 | 1100001 | 11001 |
Color Harmonies of #02647D
Complementary color
Monochromatic Colors of #02647D
Black with #02647D
Text Example
Text Example
White with #02647D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02647D; }
p { color: rgb(2,100,125); }
H1.HeaderClassName
{
color: #02647D;
}
.AnyTagClassName
{
color: #02647D;
}
</style>
background-color css
<style>
a { background-color: #02647D; }
a { background-color: rgb(2,100,125); }
div.DivClassName
{
background-color: #02647D;
}
.BgClassName
{
background-color: #02647D;
}
</style>
border-color css
<style>
span { border-color: #02647D; }
span { border-color: rgb(2,100,125); }
td.TdClassName
{
border-color: #02647D;
}
.TagClassName
{
border-color: #02647D;
}
</style>