Color Hex Logo

#020741 Color Hex

#020741
(2,7,65)
0 Favorites   0 Comments

Color spaces of #020741

RGB 2765
HSL0.650.940.13
HSV235°97°25°
CMYK 0.970.890.00   0.75
XYZ1.05510.54655.0509
Yxy0.54650.15860.0821
Hunter Lab7.392612.5393-35.3345
CIE-Lab4.936521.2942-35.7646

#020741 color RGB value is (2,7,65).

#020741 hex color red value is 2, green value is 7 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #020741 hue: 0.65 , saturation: 0.94 and the lightness value of 020741 is 0.13.

The process color (four color CMYK) of #020741 color hex is 0.97, 0.89, 0.00, 0.75. Web safe color of #020741 is #000033. Color #020741 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00000111 01000001
Octal 2 7 101
Decimal 2 7 65
Hex 2 7 41

RGB Percentages of Color #020741

%2.70
%9.46
%87.84

CMYK Percentages of Color #020741

%97
%89
%0
%75

Triadic Colors of #020741

#020741 #410207 #074102

Analogous Colors of #020741

#020741 #1d0241 #022741

Monochromatic Colors of #020741

#020741

Complementary Color

#020741 #413c02

#020741 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#020741 Color Preview on White Background

Lorem ipsum dolor sit amet.

#020741 Color CSS Codes

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

#020741 Text Font Color

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

This sample text font color is #020741
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.


#020741 Background Color

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

This div background color is #020741


#020741 Border Color

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

This div border color is #020741


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,7,65, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #020741; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #020741;
  -webkit-box-shadow: 1px 1px 3px 2px #020741;
  box-shadow:         1px 1px 3px 2px #020741; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #020741


Comments

No comments written yet.

Please login to write comment.