Shades of Blue Lagoon #025B6E
Tints of Blue Lagoon #025B6E
RGB
CMYK
RGB Variations
Color information
#025B6E (or 0x025B6E) is known color: Blue Lagoon. HEX triplet: 02, 5B and 6E. RGB value is (2,91,110). Sum of RGB (Red+Green+Blue) = 2+91+110=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 91 (35.94% from 255 or 44.83% from 203); Blue value is 110 (43.36% from 255 or 54.19% from 203); Max value from RGB is 110 - color contains mainly: blue. Hex color #025B6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025B6E is #FDA491. Grayscale: #424242. Windows color (decimal): -16622738 or 7232258. OLE color: 7232258.
HSL color Cylindrical-coordinate representation of color #025B6E: hue angle of 190.56º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025B6E is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 2 | 91 | 110 | - |
| CMYK | 0.98 | 0.17 | 0 | 0.57 |
| HSL | 190.56º | 0.96% | 0.22% | - |
| HSV(B) | 190.56º | 0.98% | 0.43% | - |
| XYZ | 6.58 | 8.62 | 16.07 | - |
| YUV | 66.56 | 152.51 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 91 | 110 | 0.98 | 0.17 | 0 | 0.57 | 190.56 | 0.96 | 0.22 |
| Hex | 2 | 5B | 6E | 62 | 11 | 0 | 39 | BF | 60 | 16 |
| Octal | 2 | 133 | 156 | 142 | 21 | 0 | 71 | 277 | 140 | 26 |
| Binary | 10 | 1011011 | 1101110 | 1100010 | 10001 | 0 | 111001 | 10111111 | 1100000 | 10110 |
Color Harmonies of #025B6E
Complementary color
Monochromatic Colors of #025B6E
Black with #025B6E
Text Example
Text Example
White with #025B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025B6E; }
p { color: rgb(2,91,110); }
H1.HeaderClassName
{
color: #025B6E;
}
.AnyTagClassName
{
color: #025B6E;
}
</style>
background-color css
<style>
a { background-color: #025B6E; }
a { background-color: rgb(2,91,110); }
div.DivClassName
{
background-color: #025B6E;
}
.BgClassName
{
background-color: #025B6E;
}
</style>
border-color css
<style>
span { border-color: #025B6E; }
span { border-color: rgb(2,91,110); }
td.TdClassName
{
border-color: #025B6E;
}
.TagClassName
{
border-color: #025B6E;
}
</style>