Shades of Blue Lagoon #025673
Tints of Blue Lagoon #025673
RGB
CMYK
RGB Variations
Color information
#025673 (or 0x025673) is known color: Blue Lagoon. HEX triplet: 02, 56 and 73. RGB value is (2,86,115). Sum of RGB (Red+Green+Blue) = 2+86+115=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 86 (33.98% from 255 or 42.36% from 203); Blue value is 115 (45.31% from 255 or 56.65% from 203); Max value from RGB is 115 - color contains mainly: blue. Hex color #025673 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025673 is #FDA98C. Grayscale: #3F3F3F. Windows color (decimal): -16624013 or 7558658. OLE color: 7558658.
HSL color Cylindrical-coordinate representation of color #025673: hue angle of 195.4º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025673 is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 2 | 86 | 115 | - |
| CMYK | 0.98 | 0.25 | 0 | 0.55 |
| HSL | 195.4º | 0.97% | 0.23% | - |
| HSV(B) | 195.4º | 0.98% | 0.45% | - |
| XYZ | 6.45 | 7.91 | 17.41 | - |
| YUV | 64.19 | 156.67 | 83.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 86 | 115 | 0.98 | 0.25 | 0 | 0.55 | 195.4 | 0.97 | 0.23 |
| Hex | 2 | 56 | 73 | 62 | 19 | 0 | 37 | C3 | 61 | 17 |
| Octal | 2 | 126 | 163 | 142 | 31 | 0 | 67 | 303 | 141 | 27 |
| Binary | 10 | 1010110 | 1110011 | 1100010 | 11001 | 0 | 110111 | 11000011 | 1100001 | 10111 |
Color Harmonies of #025673
Complementary color
Monochromatic Colors of #025673
Black with #025673
Text Example
Text Example
White with #025673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025673; }
p { color: rgb(2,86,115); }
H1.HeaderClassName
{
color: #025673;
}
.AnyTagClassName
{
color: #025673;
}
</style>
background-color css
<style>
a { background-color: #025673; }
a { background-color: rgb(2,86,115); }
div.DivClassName
{
background-color: #025673;
}
.BgClassName
{
background-color: #025673;
}
</style>
border-color css
<style>
span { border-color: #025673; }
span { border-color: rgb(2,86,115); }
td.TdClassName
{
border-color: #025673;
}
.TagClassName
{
border-color: #025673;
}
</style>