#025565

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

Shades of Blue Lagoon #025565

Tints of Blue Lagoon #025565

Color information

#025565 (or 0x025565) is unknown color: approx Blue Lagoon. HEX triplet: 02, 55 and 65. RGB value is (2,85,101). Sum of RGB (Red+Green+Blue) = 2+85+101=188 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 101 (39.84% from 255 or 53.72% from 188); Max value from RGB is 101 - color contains mainly: blue. Hex color #025565 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025565 is #FDAA9A. Grayscale: #3D3D3D. Windows color (decimal): -16624283 or 6640898. OLE color: 6640898.

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

Color convert

RGB285101-
CMYK0.980.1600.60
HSL189.7º96.12%20.2%-
HSV(B)189.7º98.02%39.61%-
XYZ5.627.4513.45-
YUV62.0115085.2-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.06%
GREEN value IS 85 (33.59% from 255) = 45.21%
BLUE value IS 101 (39.84% from 255) = 53.72%
R=1.06%
G=45.21%
B=53.72%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2851010.980.1600.60189.796.1220.2
Hex25565621003Cbe6014
Octal21251451422007427614024
Binary1010101011100101110001010000011110010111110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025565; }

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

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

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

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

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

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

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

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