#025964

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

Shades of Blue Lagoon #025964

Tints of Blue Lagoon #025964

Color information

#025964 (or 0x025964) is unknown color: approx Blue Lagoon. HEX triplet: 02, 59 and 64. RGB value is (2,89,100). Sum of RGB (Red+Green+Blue) = 2+89+100=191 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 191); Green value is 89 (35.16% from 255 or 46.60% from 191); Blue value is 100 (39.45% from 255 or 52.36% from 191); Max value from RGB is 100 - color contains mainly: blue. Hex color #025964 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025964 is #FDA69B. Grayscale: #404040. Windows color (decimal): -16623260 or 6576386. OLE color: 6576386.

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

Color convert

RGB289100-
CMYK0.980.1100.61
HSL186.73º96.08%20%-
HSV(B)186.73º98%39.22%-
XYZ5.98.0813.3-
YUV64.24148.1883.61-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.05%
GREEN value IS 89 (35.16% from 255) = 46.60%
BLUE value IS 100 (39.45% from 255) = 52.36%
R=1.05%
G=46.60%
B=52.36%

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
Decimal2891000.980.1100.61186.7396.0820
Hex2596462B03Dbb6014
Octal21311441421307527314024
Binary101011001110010011000101011011110110111011110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025964; }

 p { color: rgb(2,89,100); }

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

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

 a { background-color: rgb(2,89,100); }

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

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

 span { border-color: rgb(2,89,100); }

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