#02577A

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

Shades of Blue Lagoon #02577A

Tints of Blue Lagoon #02577A

Color information

#02577A (or 0x02577A) is unknown color: approx Blue Lagoon. HEX triplet: 02, 57 and 7A. RGB value is (2,87,122). Sum of RGB (Red+Green+Blue) = 2+87+122=211 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 211); Green value is 87 (34.38% from 255 or 41.23% from 211); Blue value is 122 (48.05% from 255 or 57.82% from 211); Max value from RGB is 122 - color contains mainly: blue. Hex color #02577A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02577A is #FDA885. Grayscale: #414141. Windows color (decimal): -16623750 or 8017666. OLE color: 8017666.

HSL color Cylindrical-coordinate representation of color #02577A: hue angle of 197.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02577A is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB287122-
CMYK0.980.2900.52
HSL197.5º96.77%24.31%-
HSV(B)197.5º98.36%47.84%-
XYZ6.958.2319.64-
YUV65.57159.8482.65-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.95%
GREEN value IS 87 (34.38% from 255) = 41.23%
BLUE value IS 122 (48.05% from 255) = 57.82%
R=0.95%
G=41.23%
B=57.82%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2871220.980.2900.52197.596.7724.31
Hex2577A621D034c66118
Octal21271721423506430614130
Binary1010101111111010110001011101011010011000110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02577A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02577A; }

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

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

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

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

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

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

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

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