Shades of Blue Lagoon #025F7A
Tints of Blue Lagoon #025F7A
RGB
CMYK
RGB Variations
Color information
#025F7A (or 0x025F7A) is known color: Blue Lagoon. HEX triplet: 02, 5F and 7A. RGB value is (2,95,122). Sum of RGB (Red+Green+Blue) = 2+95+122=219 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 219); Green value is 95 (37.5% from 255 or 43.38% from 219); Blue value is 122 (48.05% from 255 or 55.71% from 219); Max value from RGB is 122 - color contains mainly: blue. Hex color #025F7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025F7A is #FDA085. Grayscale: #464646. Windows color (decimal): -16621702 or 8019714. OLE color: 8019714.
HSL color Cylindrical-coordinate representation of color #025F7A: hue angle of 193.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 #025F7A is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 2 | 95 | 122 | - |
| CMYK | 0.98 | 0.22 | 0 | 0.52 |
| HSL | 193.5º | 0.97% | 0.24% | - |
| HSV(B) | 193.5º | 0.98% | 0.48% | - |
| XYZ | 7.63 | 9.6 | 19.86 | - |
| YUV | 70.27 | 157.19 | 79.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 95 | 122 | 0.98 | 0.22 | 0 | 0.52 | 193.5 | 0.97 | 0.24 |
| Hex | 2 | 5F | 7A | 62 | 16 | 0 | 34 | C2 | 61 | 18 |
| Octal | 2 | 137 | 172 | 142 | 26 | 0 | 64 | 302 | 141 | 30 |
| Binary | 10 | 1011111 | 1111010 | 1100010 | 10110 | 0 | 110100 | 11000010 | 1100001 | 11000 |
Color Harmonies of #025F7A
Complementary color
Monochromatic Colors of #025F7A
Black with #025F7A
Text Example
Text Example
White with #025F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025F7A; }
p { color: rgb(2,95,122); }
H1.HeaderClassName
{
color: #025F7A;
}
.AnyTagClassName
{
color: #025F7A;
}
</style>
background-color css
<style>
a { background-color: #025F7A; }
a { background-color: rgb(2,95,122); }
div.DivClassName
{
background-color: #025F7A;
}
.BgClassName
{
background-color: #025F7A;
}
</style>
border-color css
<style>
span { border-color: #025F7A; }
span { border-color: rgb(2,95,122); }
td.TdClassName
{
border-color: #025F7A;
}
.TagClassName
{
border-color: #025F7A;
}
</style>