#025071

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

Shades of Blue Lagoon #025071

Tints of Blue Lagoon #025071

Color information

#025071 (or 0x025071) is unknown color: approx Blue Lagoon. HEX triplet: 02, 50 and 71. RGB value is (2,80,113). Sum of RGB (Red+Green+Blue) = 2+80+113=195 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 113 (44.53% from 255 or 57.95% from 195); Max value from RGB is 113 - color contains mainly: blue. Hex color #025071 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025071 is #FDAF8E. Grayscale: #3C3C3C. Windows color (decimal): -16625551 or 7426050. OLE color: 7426050.

HSL color Cylindrical-coordinate representation of color #025071: hue angle of 197.84º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025071 is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB280113-
CMYK0.980.2900.56
HSL197.84º96.52%22.55%-
HSV(B)197.84º98.23%44.31%-
XYZ5.876.9416.65-
YUV60.44157.6686.32-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.03%
GREEN value IS 80 (31.64% from 255) = 41.03%
BLUE value IS 113 (44.53% from 255) = 57.95%
R=1.03%
G=41.03%
B=57.95%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2801130.980.2900.56197.8496.5222.55
Hex25071621D038c66117
Octal21201611423507030614127
Binary1010100001110001110001011101011100011000110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025071; }

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

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

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

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

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

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

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

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