Color Hex Logo

#024041 Color Hex

#024041
(2,64,65)
0 Favorites   0 Comments

Color spaces of #024041

RGB 26465
HSL0.500.940.13
HSV181°97°25°
CMYK 0.970.020.00   0.75
XYZ2.81264.06145.6367
Yxy4.06140.22480.3246
Hunter Lab20.1529-10.3556-2.4762
CIE-Lab23.8734-17.2146-5.7920

#024041 color RGB value is (2,64,65).

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

The process color (four color CMYK) of #024041 color hex is 0.97, 0.02, 0.00, 0.75. Web safe color of #024041 is #003333. Color #024041 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01000000 01000001
Octal 2 100 101
Decimal 2 64 65
Hex 2 40 41

RGB Percentages of Color #024041

%1.53
%48.85
%49.62

CMYK Percentages of Color #024041

%97
%2
%0
%75

Triadic Colors of #024041

#024041 #410240 #404102

Analogous Colors of #024041

#024041 #022141 #024123

Monochromatic Colors of #024041

#024041

Complementary Color

#024041 #410302

#024041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#024041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#024041 Color CSS Codes

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

#024041 Text Font Color

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

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


#024041 Background Color

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

This div background color is #024041


#024041 Border Color

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

This div border color is #024041


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(2,64,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 #024041">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #024041


Comments

No comments written yet.

Please login to write comment.