Color Hex Logo

#024551 Color Hex

#024551
(2,69,81)
0 Favorites   0 Comments

Color spaces of #024551

RGB 26981
HSL0.530.950.16
HSV189°98°32°
CMYK 0.980.150.00   0.68
XYZ3.63844.86328.5315
Yxy4.86320.21360.2855
Hunter Lab22.0527-9.1420-7.5006
CIE-Lab26.3414-13.9955-12.5801

#024551 color RGB value is (2,69,81).

#024551 hex color red value is 2, green value is 69 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #024551 hue: 0.53 , saturation: 0.95 and the lightness value of 024551 is 0.16.

The process color (four color CMYK) of #024551 color hex is 0.98, 0.15, 0.00, 0.68. Web safe color of #024551 is #003366. Color #024551 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01000101 01010001
Octal 2 105 121
Decimal 2 69 81
Hex 2 45 51

RGB Percentages of Color #024551

%1.32
%45.39
%53.29

CMYK Percentages of Color #024551

%98
%15
%0
%68

Triadic Colors of #024551

#024551 #510245 #455102

Analogous Colors of #024551

#024551 #021e51 #025135

Monochromatic Colors of #024551

#024551

Complementary Color

#024551 #510e02

#024551 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#024551 Color Preview on White Background

Lorem ipsum dolor sit amet.

#024551 Color CSS Codes

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

#024551 Text Font Color

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

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


#024551 Background Color

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

This div background color is #024551


#024551 Border Color

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

This div border color is #024551


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #024551


Comments

No comments written yet.

Please login to write comment.