#02657C

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

Shades of Blue Lagoon #02657C

Tints of Blue Lagoon #02657C

Color information

#02657C (or 0x02657C) is unknown color: approx Blue Lagoon. HEX triplet: 02, 65 and 7C. RGB value is (2,101,124). Sum of RGB (Red+Green+Blue) = 2+101+124=227 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 227); Green value is 101 (39.84% from 255 or 44.49% from 227); Blue value is 124 (48.83% from 255 or 54.63% from 227); Max value from RGB is 124 - color contains mainly: blue. Hex color #02657C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02657C is #FD9A83. Grayscale: #494949. Windows color (decimal): -16620164 or 8152322. OLE color: 8152322.

HSL color Cylindrical-coordinate representation of color #02657C: hue angle of 191.31º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02657C is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2101124-
CMYK0.980.1900.51
HSL191.31º96.83%24.71%-
HSV(B)191.31º98.39%48.63%-
XYZ8.3210.7820.71-
YUV74.02156.276.63-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.88%
GREEN value IS 101 (39.84% from 255) = 44.49%
BLUE value IS 124 (48.83% from 255) = 54.63%
R=0.88%
G=44.49%
B=54.63%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal21011240.980.1900.51191.3196.8324.71
Hex2657C6213033bf6119
Octal21451741422306327714131
Binary1011001011111100110001010011011001110111111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02657C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02657C; }

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

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

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

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

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

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

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

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