#025766

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

Shades of Blue Lagoon #025766

Tints of Blue Lagoon #025766

Color information

#025766 (or 0x025766) is unknown color: approx Blue Lagoon. HEX triplet: 02, 57 and 66. RGB value is (2,87,102). Sum of RGB (Red+Green+Blue) = 2+87+102=191 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 191); Green value is 87 (34.38% from 255 or 45.55% from 191); Blue value is 102 (40.23% from 255 or 53.40% from 191); Max value from RGB is 102 - color contains mainly: blue. Hex color #025766 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025766 is #FDA899. Grayscale: #3F3F3F. Windows color (decimal): -16623770 or 6706946. OLE color: 6706946.

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

Color convert

RGB287102-
CMYK0.980.1500.6
HSL189º96.15%20.39%-
HSV(B)189º98.04%40%-
XYZ5.837.7913.77-
YUV63.29149.8484.28-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.05%
GREEN value IS 87 (34.38% from 255) = 45.55%
BLUE value IS 102 (40.23% from 255) = 53.40%
R=1.05%
G=45.55%
B=53.40%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal2871020.980.1500.618996.1520.39
Hex2576662F03Cbd6014
Octal21271461421707427514024
Binary101010111110011011000101111011110010111101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025766; }

 p { color: rgb(2,87,102); }

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

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

 a { background-color: rgb(2,87,102); }

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

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

 span { border-color: rgb(2,87,102); }

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