#025063

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

Shades of Blue Lagoon #025063

Tints of Blue Lagoon #025063

Color information

#025063 (or 0x025063) is unknown color: approx Blue Lagoon. HEX triplet: 02, 50 and 63. RGB value is (2,80,99). Sum of RGB (Red+Green+Blue) = 2+80+99=181 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 181); Green value is 80 (31.64% from 255 or 44.20% from 181); Blue value is 99 (39.06% from 255 or 54.70% from 181); Max value from RGB is 99 - color contains mainly: blue. Hex color #025063 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025063 is #FDAF9C. Grayscale: #3A3A3A. Windows color (decimal): -16625565 or 6508546. OLE color: 6508546.

HSL color Cylindrical-coordinate representation of color #025063: hue angle of 191.75º 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 #025063 is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB28099-
CMYK0.980.1900.61
HSL191.75º96.04%19.8%-
HSV(B)191.75º97.98%38.82%-
XYZ5.156.6512.82-
YUV58.84150.6687.46-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.10%
GREEN value IS 80 (31.64% from 255) = 44.20%
BLUE value IS 99 (39.06% from 255) = 54.70%
R=1.10%
G=44.20%
B=54.70%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal280990.980.1900.61191.7596.0419.8
Hex25063621303Dc06014
Octal21201431422307530014024
Binary1010100001100011110001010011011110111000000110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025063; }

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

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

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

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

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

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

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

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