Shades of Blue Lagoon #02647E
Tints of Blue Lagoon #02647E
RGB
CMYK
RGB Variations
Color information
#02647E (or 0x02647E) is known color: Blue Lagoon. HEX triplet: 02, 64 and 7E. RGB value is (2,100,126). Sum of RGB (Red+Green+Blue) = 2+100+126=228 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 228); Green value is 100 (39.45% from 255 or 43.86% from 228); Blue value is 126 (49.61% from 255 or 55.26% from 228); Max value from RGB is 126 - color contains mainly: blue. Hex color #02647E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02647E is #FD9B81. Grayscale: #494949. Windows color (decimal): -16620418 or 8283138. OLE color: 8283138.
HSL color Cylindrical-coordinate representation of color #02647E: hue angle of 192.58º 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 #02647E is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 100 | 126 | - |
| CMYK | 0.98 | 0.21 | 0 | 0.51 |
| HSL | 192.58º | 0.97% | 0.25% | - |
| HSV(B) | 192.58º | 0.98% | 0.49% | - |
| XYZ | 8.35 | 10.63 | 21.35 | - |
| YUV | 73.66 | 157.53 | 76.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 100 | 126 | 0.98 | 0.21 | 0 | 0.51 | 192.58 | 0.97 | 0.25 |
| Hex | 2 | 64 | 7E | 62 | 15 | 0 | 33 | C1 | 61 | 19 |
| Octal | 2 | 144 | 176 | 142 | 25 | 0 | 63 | 301 | 141 | 31 |
| Binary | 10 | 1100100 | 1111110 | 1100010 | 10101 | 0 | 110011 | 11000001 | 1100001 | 11001 |
Color Harmonies of #02647E
Complementary color
Monochromatic Colors of #02647E
Black with #02647E
Text Example
Text Example
White with #02647E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02647E; }
p { color: rgb(2,100,126); }
H1.HeaderClassName
{
color: #02647E;
}
.AnyTagClassName
{
color: #02647E;
}
</style>
background-color css
<style>
a { background-color: #02647E; }
a { background-color: rgb(2,100,126); }
div.DivClassName
{
background-color: #02647E;
}
.BgClassName
{
background-color: #02647E;
}
</style>
border-color css
<style>
span { border-color: #02647E; }
span { border-color: rgb(2,100,126); }
td.TdClassName
{
border-color: #02647E;
}
.TagClassName
{
border-color: #02647E;
}
</style>