Shades of Blue Lagoon #025768
Tints of Blue Lagoon #025768
RGB
CMYK
RGB Variations
Color information
#025768 (or 0x025768) is known color: Blue Lagoon. HEX triplet: 02, 57 and 68. RGB value is (2,87,104). Sum of RGB (Red+Green+Blue) = 2+87+104=193 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 193); Green value is 87 (34.38% from 255 or 45.08% from 193); Blue value is 104 (41.02% from 255 or 53.89% from 193); Max value from RGB is 104 - color contains mainly: blue. Hex color #025768 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025768 is #FDA897. Grayscale: #3F3F3F. Windows color (decimal): -16623768 or 6838018. OLE color: 6838018.
HSL color Cylindrical-coordinate representation of color #025768: hue angle of 190º 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 #025768 is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 2 | 87 | 104 | - |
| CMYK | 0.98 | 0.16 | 0 | 0.59 |
| HSL | 190º | 0.96% | 0.21% | - |
| HSV(B) | 190º | 0.98% | 0.41% | - |
| XYZ | 5.93 | 7.83 | 14.3 | - |
| YUV | 63.52 | 150.84 | 84.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 87 | 104 | 0.98 | 0.16 | 0 | 0.59 | 190 | 0.96 | 0.21 |
| Hex | 2 | 57 | 68 | 62 | 10 | 0 | 3B | BE | 60 | 15 |
| Octal | 2 | 127 | 150 | 142 | 20 | 0 | 73 | 276 | 140 | 25 |
| Binary | 10 | 1010111 | 1101000 | 1100010 | 10000 | 0 | 111011 | 10111110 | 1100000 | 10101 |
Color Harmonies of #025768
Complementary color
Monochromatic Colors of #025768
Black with #025768
Text Example
Text Example
White with #025768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025768; }
p { color: rgb(2,87,104); }
H1.HeaderClassName
{
color: #025768;
}
.AnyTagClassName
{
color: #025768;
}
</style>
background-color css
<style>
a { background-color: #025768; }
a { background-color: rgb(2,87,104); }
div.DivClassName
{
background-color: #025768;
}
.BgClassName
{
background-color: #025768;
}
</style>
border-color css
<style>
span { border-color: #025768; }
span { border-color: rgb(2,87,104); }
td.TdClassName
{
border-color: #025768;
}
.TagClassName
{
border-color: #025768;
}
</style>