Shades of Blue Lagoon #02627C
Tints of Blue Lagoon #02627C
RGB
CMYK
RGB Variations
Color information
#02627C (or 0x02627C) is known color: Blue Lagoon. HEX triplet: 02, 62 and 7C. RGB value is (2,98,124). Sum of RGB (Red+Green+Blue) = 2+98+124=224 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 224); Green value is 98 (38.67% from 255 or 43.75% from 224); Blue value is 124 (48.83% from 255 or 55.36% from 224); Max value from RGB is 124 - color contains mainly: blue. Hex color #02627C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02627C is #FD9D83. Grayscale: #484848. Windows color (decimal): -16620932 or 8151554. OLE color: 8151554.
HSL color Cylindrical-coordinate representation of color #02627C: hue angle of 192.79º 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 #02627C is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 98 | 124 | - |
| CMYK | 0.98 | 0.21 | 0 | 0.51 |
| HSL | 192.79º | 0.97% | 0.25% | - |
| HSV(B) | 192.79º | 0.98% | 0.49% | - |
| XYZ | 8.03 | 10.2 | 20.61 | - |
| YUV | 72.26 | 157.2 | 77.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 98 | 124 | 0.98 | 0.21 | 0 | 0.51 | 192.79 | 0.97 | 0.25 |
| Hex | 2 | 62 | 7C | 62 | 15 | 0 | 33 | C1 | 61 | 19 |
| Octal | 2 | 142 | 174 | 142 | 25 | 0 | 63 | 301 | 141 | 31 |
| Binary | 10 | 1100010 | 1111100 | 1100010 | 10101 | 0 | 110011 | 11000001 | 1100001 | 11001 |
Color Harmonies of #02627C
Complementary color
Monochromatic Colors of #02627C
Black with #02627C
Text Example
Text Example
White with #02627C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02627C; }
p { color: rgb(2,98,124); }
H1.HeaderClassName
{
color: #02627C;
}
.AnyTagClassName
{
color: #02627C;
}
</style>
background-color css
<style>
a { background-color: #02627C; }
a { background-color: rgb(2,98,124); }
div.DivClassName
{
background-color: #02627C;
}
.BgClassName
{
background-color: #02627C;
}
</style>
border-color css
<style>
span { border-color: #02627C; }
span { border-color: rgb(2,98,124); }
td.TdClassName
{
border-color: #02627C;
}
.TagClassName
{
border-color: #02627C;
}
</style>