#025863

Color #025863 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #025863

Tints of Blue Lagoon #025863

Color information

#025863 (or 0x025863) is unknown color: approx Blue Lagoon. HEX triplet: 02, 58 and 63. RGB value is (2,88,99). Sum of RGB (Red+Green+Blue) = 2+88+99=189 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 189); Green value is 88 (34.77% from 255 or 46.56% from 189); Blue value is 99 (39.06% from 255 or 52.38% from 189); Max value from RGB is 99 - color contains mainly: blue. Hex color #025863 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025863 is #FDA79C. Grayscale: #3F3F3F. Windows color (decimal): -16623517 or 6510594. OLE color: 6510594.

HSL color Cylindrical-coordinate representation of color #025863: hue angle of 186.8º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025863 is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB28899-
CMYK0.980.1100.61
HSL186.8º96.04%19.8%-
HSV(B)186.8º97.98%38.82%-
XYZ5.777.8913.02-
YUV63.54148.0184.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 1.06%
GREEN value IS 88 (34.77% from 255) = 46.56%
BLUE value IS 99 (39.06% from 255) = 52.38%
R=1.06%
G=46.56%
B=52.38%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal288990.980.1100.61186.896.0419.8
Hex2586362B03Dbb6014
Octal21301431421307527314024
Binary101011000110001111000101011011110110111011110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025863; }

 p { color: rgb(2,88,99); }

 H1.HeaderClassName
 {
   color: #025863;
 }
 .AnyTagClassName
 {
   color: #025863;
 }
</style>
background-color css

<style>
 a { background-color: #025863; }

 a { background-color: rgb(2,88,99); }

 div.DivClassName
 {
   background-color: #025863;
 }
 .BgClassName
 {
   background-color: #025863;
 }
</style>
border-color css

<style>
 span { border-color: #025863; }

 span { border-color: rgb(2,88,99); }

 td.TdClassName
 {
   border-color: #025863;
 }
 .TagClassName
 {
   border-color: #025863;
 }
</style>