Color Hex Logo

#024155 Color Hex

#024155
(2,65,85)
0 Favorites   0 Comments

Color spaces of #024155

RGB 26585
HSL0.540.950.17
HSV194°98°33°
CMYK 0.980.240.00   0.67
XYZ3.55504.44949.2658
Yxy4.44940.20580.2576
Hunter Lab21.0936-6.8304-11.2788
CIE-Lab25.1047-9.9624-17.1004

#024155 color RGB value is (2,65,85).

#024155 hex color red value is 2, green value is 65 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #024155 hue: 0.54 , saturation: 0.95 and the lightness value of 024155 is 0.17.

The process color (four color CMYK) of #024155 color hex is 0.98, 0.24, 0.00, 0.67. Web safe color of #024155 is #003366. Color #024155 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01000001 01010101
Octal 2 101 125
Decimal 2 65 85
Hex 2 41 55

RGB Percentages of Color #024155

%1.32
%42.76
%55.92

CMYK Percentages of Color #024155

%98
%24
%0
%67

Triadic Colors of #024155

#024155 #550241 #415502

Analogous Colors of #024155

#024155 #021855 #02553f

Monochromatic Colors of #024155

#024155

Complementary Color

#024155 #551602

#024155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#024155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#024155 Color CSS Codes

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

#024155 Text Font Color

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

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


#024155 Background Color

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

This div background color is #024155


#024155 Border Color

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

This div border color is #024155


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #024155


Comments

No comments written yet.

Please login to write comment.