Shades of Blue Lagoon #02627D
Tints of Blue Lagoon #02627D
RGB
CMYK
RGB Variations
Color information
#02627D (or 0x02627D) is known color: Blue Lagoon. HEX triplet: 02, 62 and 7D. RGB value is (2,98,125). Sum of RGB (Red+Green+Blue) = 2+98+125=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 98 (38.67% from 255 or 43.56% from 225); Blue value is 125 (49.22% from 255 or 55.56% from 225); Max value from RGB is 125 - color contains mainly: blue. Hex color #02627D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02627D is #FD9D82. Grayscale: #484848. Windows color (decimal): -16620931 or 8217090. OLE color: 8217090.
HSL color Cylindrical-coordinate representation of color #02627D: hue angle of 193.17º 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 #02627D is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 98 | 125 | - |
| CMYK | 0.98 | 0.22 | 0 | 0.51 |
| HSL | 193.17º | 0.97% | 0.25% | - |
| HSV(B) | 193.17º | 0.98% | 0.49% | - |
| XYZ | 8.09 | 10.23 | 20.95 | - |
| YUV | 72.37 | 157.7 | 77.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 98 | 125 | 0.98 | 0.22 | 0 | 0.51 | 193.17 | 0.97 | 0.25 |
| Hex | 2 | 62 | 7D | 62 | 16 | 0 | 33 | C1 | 61 | 19 |
| Octal | 2 | 142 | 175 | 142 | 26 | 0 | 63 | 301 | 141 | 31 |
| Binary | 10 | 1100010 | 1111101 | 1100010 | 10110 | 0 | 110011 | 11000001 | 1100001 | 11001 |
Color Harmonies of #02627D
Complementary color
Monochromatic Colors of #02627D
Black with #02627D
Text Example
Text Example
White with #02627D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02627D; }
p { color: rgb(2,98,125); }
H1.HeaderClassName
{
color: #02627D;
}
.AnyTagClassName
{
color: #02627D;
}
</style>
background-color css
<style>
a { background-color: #02627D; }
a { background-color: rgb(2,98,125); }
div.DivClassName
{
background-color: #02627D;
}
.BgClassName
{
background-color: #02627D;
}
</style>
border-color css
<style>
span { border-color: #02627D; }
span { border-color: rgb(2,98,125); }
td.TdClassName
{
border-color: #02627D;
}
.TagClassName
{
border-color: #02627D;
}
</style>