Shades of Blue Lagoon #02657E
Tints of Blue Lagoon #02657E
RGB
CMYK
RGB Variations
Color information
#02657E (or 0x02657E) is known color: Blue Lagoon. HEX triplet: 02, 65 and 7E. RGB value is (2,101,126). Sum of RGB (Red+Green+Blue) = 2+101+126=229 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 229); Green value is 101 (39.84% from 255 or 44.10% from 229); Blue value is 126 (49.61% from 255 or 55.02% from 229); Max value from RGB is 126 - color contains mainly: blue. Hex color #02657E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02657E is #FD9A81. Grayscale: #4A4A4A. Windows color (decimal): -16620162 or 8283394. OLE color: 8283394.
HSL color Cylindrical-coordinate representation of color #02657E: hue angle of 192.1º 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 #02657E is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 101 | 126 | - |
| CMYK | 0.98 | 0.20 | 0 | 0.51 |
| HSL | 192.1º | 0.97% | 0.25% | - |
| HSV(B) | 192.1º | 0.98% | 0.49% | - |
| XYZ | 8.44 | 10.83 | 21.38 | - |
| YUV | 74.25 | 157.2 | 76.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 101 | 126 | 0.98 | 0.20 | 0 | 0.51 | 192.1 | 0.97 | 0.25 |
| Hex | 2 | 65 | 7E | 62 | 14 | 0 | 33 | C0 | 61 | 19 |
| Octal | 2 | 145 | 176 | 142 | 24 | 0 | 63 | 300 | 141 | 31 |
| Binary | 10 | 1100101 | 1111110 | 1100010 | 10100 | 0 | 110011 | 11000000 | 1100001 | 11001 |
Color Harmonies of #02657E
Complementary color
Monochromatic Colors of #02657E
Black with #02657E
Text Example
Text Example
White with #02657E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02657E; }
p { color: rgb(2,101,126); }
H1.HeaderClassName
{
color: #02657E;
}
.AnyTagClassName
{
color: #02657E;
}
</style>
background-color css
<style>
a { background-color: #02657E; }
a { background-color: rgb(2,101,126); }
div.DivClassName
{
background-color: #02657E;
}
.BgClassName
{
background-color: #02657E;
}
</style>
border-color css
<style>
span { border-color: #02657E; }
span { border-color: rgb(2,101,126); }
td.TdClassName
{
border-color: #02657E;
}
.TagClassName
{
border-color: #02657E;
}
</style>