#025965

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

Shades of Blue Lagoon #025965

Tints of Blue Lagoon #025965

Color information

#025965 (or 0x025965) is unknown color: approx Blue Lagoon. HEX triplet: 02, 59 and 65. RGB value is (2,89,101). Sum of RGB (Red+Green+Blue) = 2+89+101=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 89 (35.16% from 255 or 46.35% from 192); Blue value is 101 (39.84% from 255 or 52.60% from 192); Max value from RGB is 101 - color contains mainly: blue. Hex color #025965 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025965 is #FDA69A. Grayscale: #404040. Windows color (decimal): -16623259 or 6641922. OLE color: 6641922.

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

Color convert

RGB289101-
CMYK0.980.1200.60
HSL187.27º96.12%20.2%-
HSV(B)187.27º98.02%39.61%-
XYZ5.958.113.56-
YUV64.35148.6883.52-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.04%
GREEN value IS 89 (35.16% from 255) = 46.35%
BLUE value IS 101 (39.84% from 255) = 52.60%
R=1.04%
G=46.35%
B=52.60%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2891010.980.1200.60187.2796.1220.2
Hex2596562C03Cbb6014
Octal21311451421407427314024
Binary101011001110010111000101100011110010111011110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025965; }

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

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

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

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

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

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

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

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