Shades of Blue Lagoon #025A6D
Tints of Blue Lagoon #025A6D
RGB
CMYK
RGB Variations
Color information
#025A6D (or 0x025A6D) is known color: Blue Lagoon. HEX triplet: 02, 5A and 6D. RGB value is (2,90,109). Sum of RGB (Red+Green+Blue) = 2+90+109=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 90 (35.55% from 255 or 44.78% from 201); Blue value is 109 (42.97% from 255 or 54.23% from 201); Max value from RGB is 109 - color contains mainly: blue. Hex color #025A6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025A6D is #FDA592. Grayscale: #414141. Windows color (decimal): -16622995 or 7166466. OLE color: 7166466.
HSL color Cylindrical-coordinate representation of color #025A6D: hue angle of 190.65º 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 #025A6D is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 2 | 90 | 109 | - |
| CMYK | 0.98 | 0.17 | 0 | 0.57 |
| HSL | 190.65º | 0.96% | 0.22% | - |
| HSV(B) | 190.65º | 0.98% | 0.43% | - |
| XYZ | 6.44 | 8.43 | 15.76 | - |
| YUV | 65.85 | 152.35 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 90 | 109 | 0.98 | 0.17 | 0 | 0.57 | 190.65 | 0.96 | 0.22 |
| Hex | 2 | 5A | 6D | 62 | 11 | 0 | 39 | BF | 60 | 16 |
| Octal | 2 | 132 | 155 | 142 | 21 | 0 | 71 | 277 | 140 | 26 |
| Binary | 10 | 1011010 | 1101101 | 1100010 | 10001 | 0 | 111001 | 10111111 | 1100000 | 10110 |
Color Harmonies of #025A6D
Complementary color
Monochromatic Colors of #025A6D
Black with #025A6D
Text Example
Text Example
White with #025A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025A6D; }
p { color: rgb(2,90,109); }
H1.HeaderClassName
{
color: #025A6D;
}
.AnyTagClassName
{
color: #025A6D;
}
</style>
background-color css
<style>
a { background-color: #025A6D; }
a { background-color: rgb(2,90,109); }
div.DivClassName
{
background-color: #025A6D;
}
.BgClassName
{
background-color: #025A6D;
}
</style>
border-color css
<style>
span { border-color: #025A6D; }
span { border-color: rgb(2,90,109); }
td.TdClassName
{
border-color: #025A6D;
}
.TagClassName
{
border-color: #025A6D;
}
</style>