Color Hex Logo

#024959 Color Hex

#024959
(2,73,89)
0 Favorites   0 Comments

Color spaces of #024959

RGB 27389
HSL0.530.960.18
HSV191°98°35°
CMYK 0.980.180.00   0.65
XYZ4.21085.499310.2907
Yxy5.49930.21050.2750
Hunter Lab23.4506-8.9870-9.6025
CIE-Lab28.1124-13.2188-15.0456

#024959 color RGB value is (2,73,89).

#024959 hex color red value is 2, green value is 73 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #024959 hue: 0.53 , saturation: 0.96 and the lightness value of 024959 is 0.18.

The process color (four color CMYK) of #024959 color hex is 0.98, 0.18, 0.00, 0.65. Web safe color of #024959 is #003366. Color #024959 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01001001 01011001
Octal 2 111 131
Decimal 2 73 89
Hex 2 49 59

RGB Percentages of Color #024959

%1.22
%44.51
%54.27

CMYK Percentages of Color #024959

%98
%18
%0
%65

Triadic Colors of #024959

#024959 #590249 #495902

Analogous Colors of #024959

#024959 #021e59 #02593e

Monochromatic Colors of #024959

#024959

Complementary Color

#024959 #591202

#024959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#024959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#024959 Color CSS Codes

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

#024959 Text Font Color

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

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


#024959 Background Color

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

This div background color is #024959


#024959 Border Color

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

This div border color is #024959


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #024959

#024959 Color Palettes


Comments

No comments written yet.

Please login to write comment.