Color Hex Logo

#02759e Color Hex

#02759E
(2,117,158)
0 Favorites   0 Comments

Color spaces of #02759e

RGB 2117158
HSL0.540.980.31
HSV196°99°62°
CMYK 0.990.260.00   0.38
XYZ12.557915.204134.6206
Yxy15.20410.20130.2437
Hunter Lab38.9924-10.7491-25.3477
CIE-Lab45.9125-12.2029-29.7613

#02759e color RGB value is (2,117,158).

#02759e hex color red value is 2, green value is 117 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #02759e hue: 0.54 , saturation: 0.98 and the lightness value of 02759e is 0.31.

The process color (four color CMYK) of #02759e color hex is 0.99, 0.26, 0.00, 0.38. Web safe color of #02759e is #006699. Color #02759e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01110101 10011110
Octal 2 165 236
Decimal 2 117 158
Hex 2 75 9E

RGB Percentages of Color #02759e

%0.72
%42.24
%57.04

CMYK Percentages of Color #02759e

%99
%26
%0
%38

Triadic Colors of #02759e

#02759e #9e0275 #759e02

Analogous Colors of #02759e

#02759e #02279e #029e79

Monochromatic Colors of #02759e

#02759e

Complementary Color

#02759e #9e2b02

#02759e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02759e Color Preview on White Background

Lorem ipsum dolor sit amet.

#02759e Color CSS Codes

.mybgcolor {background-color:#02759e; } 
.myforecolor {color:#02759e; }
.mybordercolor {border:3px solid #02759e; }

#02759e Text Font Color

<p style="color:#02759e">Text here</p>

This sample text font color is #02759e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#02759e Background Color

<div style="background-color:#02759e">
Div content here</div>

This div background color is #02759e


#02759e Border Color

<div style="border:3px solid #02759e">
Div here</div>

This div border color is #02759e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,117,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #02759e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #02759e;
  -webkit-box-shadow: 1px 1px 3px 2px #02759e;
  box-shadow:         1px 1px 3px 2px #02759e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(2,117,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #02759e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #02759e;
  -webkit-box-shadow: 1px 1px 3px 2px #02759e;
  box-shadow:         1px 1px 3px 2px #02759e;">
Div content here</div>

This div box has shadow with color #02759e


Comments

No comments written yet.

Please login to write comment.