Shades of Blue Lagoon #025A68
Tints of Blue Lagoon #025A68
RGB
CMYK
RGB Variations
Color information
#025A68 (or 0x025A68) is known color: Blue Lagoon. HEX triplet: 02, 5A and 68. RGB value is (2,90,104). Sum of RGB (Red+Green+Blue) = 2+90+104=196 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 196); Green value is 90 (35.55% from 255 or 45.92% from 196); Blue value is 104 (41.02% from 255 or 53.06% from 196); Max value from RGB is 104 - color contains mainly: blue. Hex color #025A68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025A68 is #FDA597. Grayscale: #414141. Windows color (decimal): -16623000 or 6838786. OLE color: 6838786.
HSL color Cylindrical-coordinate representation of color #025A68: hue angle of 188.24º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025A68 is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 2 | 90 | 104 | - |
| CMYK | 0.98 | 0.13 | 0 | 0.59 |
| HSL | 188.24º | 0.96% | 0.21% | - |
| HSV(B) | 188.24º | 0.98% | 0.41% | - |
| XYZ | 6.18 | 8.32 | 14.38 | - |
| YUV | 65.28 | 149.85 | 82.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 90 | 104 | 0.98 | 0.13 | 0 | 0.59 | 188.24 | 0.96 | 0.21 |
| Hex | 2 | 5A | 68 | 62 | D | 0 | 3B | BC | 60 | 15 |
| Octal | 2 | 132 | 150 | 142 | 15 | 0 | 73 | 274 | 140 | 25 |
| Binary | 10 | 1011010 | 1101000 | 1100010 | 1101 | 0 | 111011 | 10111100 | 1100000 | 10101 |
Color Harmonies of #025A68
Complementary color
Monochromatic Colors of #025A68
Black with #025A68
Text Example
Text Example
White with #025A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025A68; }
p { color: rgb(2,90,104); }
H1.HeaderClassName
{
color: #025A68;
}
.AnyTagClassName
{
color: #025A68;
}
</style>
background-color css
<style>
a { background-color: #025A68; }
a { background-color: rgb(2,90,104); }
div.DivClassName
{
background-color: #025A68;
}
.BgClassName
{
background-color: #025A68;
}
</style>
border-color css
<style>
span { border-color: #025A68; }
span { border-color: rgb(2,90,104); }
td.TdClassName
{
border-color: #025A68;
}
.TagClassName
{
border-color: #025A68;
}
</style>