Shades of Blue Lagoon #02647C
Tints of Blue Lagoon #02647C
RGB
CMYK
RGB Variations
Color information
#02647C (or 0x02647C) is known color: Blue Lagoon. HEX triplet: 02, 64 and 7C. RGB value is (2,100,124). Sum of RGB (Red+Green+Blue) = 2+100+124=226 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 226); Green value is 100 (39.45% from 255 or 44.25% from 226); Blue value is 124 (48.83% from 255 or 54.87% from 226); Max value from RGB is 124 - color contains mainly: blue. Hex color #02647C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02647C is #FD9B83. Grayscale: #494949. Windows color (decimal): -16620420 or 8152066. OLE color: 8152066.
HSL color Cylindrical-coordinate representation of color #02647C: hue angle of 191.8º 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 #02647C is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 100 | 124 | - |
| CMYK | 0.98 | 0.19 | 0 | 0.51 |
| HSL | 191.8º | 0.97% | 0.25% | - |
| HSV(B) | 191.8º | 0.98% | 0.49% | - |
| XYZ | 8.22 | 10.58 | 20.68 | - |
| YUV | 73.43 | 156.53 | 77.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 100 | 124 | 0.98 | 0.19 | 0 | 0.51 | 191.8 | 0.97 | 0.25 |
| Hex | 2 | 64 | 7C | 62 | 13 | 0 | 33 | C0 | 61 | 19 |
| Octal | 2 | 144 | 174 | 142 | 23 | 0 | 63 | 300 | 141 | 31 |
| Binary | 10 | 1100100 | 1111100 | 1100010 | 10011 | 0 | 110011 | 11000000 | 1100001 | 11001 |
Color Harmonies of #02647C
Complementary color
Monochromatic Colors of #02647C
Black with #02647C
Text Example
Text Example
White with #02647C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02647C; }
p { color: rgb(2,100,124); }
H1.HeaderClassName
{
color: #02647C;
}
.AnyTagClassName
{
color: #02647C;
}
</style>
background-color css
<style>
a { background-color: #02647C; }
a { background-color: rgb(2,100,124); }
div.DivClassName
{
background-color: #02647C;
}
.BgClassName
{
background-color: #02647C;
}
</style>
border-color css
<style>
span { border-color: #02647C; }
span { border-color: rgb(2,100,124); }
td.TdClassName
{
border-color: #02647C;
}
.TagClassName
{
border-color: #02647C;
}
</style>