Shades of Blue Lagoon #025A7A
Tints of Blue Lagoon #025A7A
RGB
CMYK
RGB Variations
Color information
#025A7A (or 0x025A7A) is known color: Blue Lagoon. HEX triplet: 02, 5A and 7A. RGB value is (2,90,122). Sum of RGB (Red+Green+Blue) = 2+90+122=214 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 214); Green value is 90 (35.55% from 255 or 42.06% from 214); Blue value is 122 (48.05% from 255 or 57.01% from 214); Max value from RGB is 122 - color contains mainly: blue. Hex color #025A7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025A7A is #FDA585. Grayscale: #434343. Windows color (decimal): -16622982 or 8018434. OLE color: 8018434.
HSL color Cylindrical-coordinate representation of color #025A7A: hue angle of 196º 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 #025A7A is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 2 | 90 | 122 | - |
| CMYK | 0.98 | 0.26 | 0 | 0.52 |
| HSL | 196º | 0.97% | 0.24% | - |
| HSV(B) | 196º | 0.98% | 0.48% | - |
| XYZ | 7.19 | 8.73 | 19.72 | - |
| YUV | 67.34 | 158.85 | 81.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 90 | 122 | 0.98 | 0.26 | 0 | 0.52 | 196 | 0.97 | 0.24 |
| Hex | 2 | 5A | 7A | 62 | 1A | 0 | 34 | C4 | 61 | 18 |
| Octal | 2 | 132 | 172 | 142 | 32 | 0 | 64 | 304 | 141 | 30 |
| Binary | 10 | 1011010 | 1111010 | 1100010 | 11010 | 0 | 110100 | 11000100 | 1100001 | 11000 |
Color Harmonies of #025A7A
Complementary color
Monochromatic Colors of #025A7A
Black with #025A7A
Text Example
Text Example
White with #025A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025A7A; }
p { color: rgb(2,90,122); }
H1.HeaderClassName
{
color: #025A7A;
}
.AnyTagClassName
{
color: #025A7A;
}
</style>
background-color css
<style>
a { background-color: #025A7A; }
a { background-color: rgb(2,90,122); }
div.DivClassName
{
background-color: #025A7A;
}
.BgClassName
{
background-color: #025A7A;
}
</style>
border-color css
<style>
span { border-color: #025A7A; }
span { border-color: rgb(2,90,122); }
td.TdClassName
{
border-color: #025A7A;
}
.TagClassName
{
border-color: #025A7A;
}
</style>