Html Css Color HEX #02657C Blue Lagoon

📋 copy color: '#02657C'

red 2 ◦ green 101 ◦ blue 124

#02657C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #02657C

Tints of Blue Lagoon #02657C

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 value IS 0.98

 M value IS 0.19

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#02657C (or 0x02657C) is known color: 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

RGB 2 101 124 -
CMYK 0.98 0.19 0 0.51
HSL 191.31º 0.97% 0.25% -
HSV(B) 191.31º 0.98% 0.49% -
XYZ 8.32 10.78 20.71 -
YUV 74.02 156.2 76.63 -
System Red Green Blue C M Y K H S L
Decimal 2 101 124 0.98 0.19 0 0.51 191.31 0.97 0.25
Hex 2 65 7C 62 13 0 33 BF 61 19
Octal 2 145 174 142 23 0 63 277 141 31
Binary 10 1100101 1111100 1100010 10011 0 110011 10111111 1100001 11001

Color Harmonies of #02657C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02657C

Black with #02657C

Text Example


Text Example

White with #02657C

Text Example


Text Example

HTML Codes & Css Web 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>