Shades of Blue Lagoon #025D7A
Tints of Blue Lagoon #025D7A
RGB
CMYK
RGB Variations
Color information
#025D7A (or 0x025D7A) is known color: Blue Lagoon. HEX triplet: 02, 5D and 7A. RGB value is (2,93,122). Sum of RGB (Red+Green+Blue) = 2+93+122=217 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 217); Green value is 93 (36.72% from 255 or 42.86% from 217); Blue value is 122 (48.05% from 255 or 56.22% from 217); Max value from RGB is 122 - color contains mainly: blue. Hex color #025D7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025D7A is #FDA285. Grayscale: #444444. Windows color (decimal): -16622214 or 8019202. OLE color: 8019202.
HSL color Cylindrical-coordinate representation of color #025D7A: hue angle of 194.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025D7A is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 2 | 93 | 122 | - |
| CMYK | 0.98 | 0.24 | 0 | 0.52 |
| HSL | 194.5º | 0.97% | 0.24% | - |
| HSV(B) | 194.5º | 0.98% | 0.48% | - |
| XYZ | 7.45 | 9.25 | 19.8 | - |
| YUV | 69.1 | 157.85 | 80.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 93 | 122 | 0.98 | 0.24 | 0 | 0.52 | 194.5 | 0.97 | 0.24 |
| Hex | 2 | 5D | 7A | 62 | 18 | 0 | 34 | C2 | 61 | 18 |
| Octal | 2 | 135 | 172 | 142 | 30 | 0 | 64 | 302 | 141 | 30 |
| Binary | 10 | 1011101 | 1111010 | 1100010 | 11000 | 0 | 110100 | 11000010 | 1100001 | 11000 |
Color Harmonies of #025D7A
Complementary color
Monochromatic Colors of #025D7A
Black with #025D7A
Text Example
Text Example
White with #025D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025D7A; }
p { color: rgb(2,93,122); }
H1.HeaderClassName
{
color: #025D7A;
}
.AnyTagClassName
{
color: #025D7A;
}
</style>
background-color css
<style>
a { background-color: #025D7A; }
a { background-color: rgb(2,93,122); }
div.DivClassName
{
background-color: #025D7A;
}
.BgClassName
{
background-color: #025D7A;
}
</style>
border-color css
<style>
span { border-color: #025D7A; }
span { border-color: rgb(2,93,122); }
td.TdClassName
{
border-color: #025D7A;
}
.TagClassName
{
border-color: #025D7A;
}
</style>