Color Hex Logo

#024870 Color Hex

#024870
(2,72,112)
0 Favorites   0 Comments

Color spaces of #024870

RGB 272112
HSL0.560.960.22
HSV202°98°44°
CMYK 0.980.360.00   0.56
XYZ5.26705.817516.1745
Yxy5.81750.19320.2134
Hunter Lab24.1195-3.2299-22.8761
CIE-Lab28.9473-3.1140-28.4269

#024870 color RGB value is (2,72,112).

#024870 hex color red value is 2, green value is 72 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #024870 hue: 0.56 , saturation: 0.96 and the lightness value of 024870 is 0.22.

The process color (four color CMYK) of #024870 color hex is 0.98, 0.36, 0.00, 0.56. Web safe color of #024870 is #003366. Color #024870 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01001000 01110000
Octal 2 110 160
Decimal 2 72 112
Hex 2 48 70

RGB Percentages of Color #024870

%1.08
%38.71
%60.22

CMYK Percentages of Color #024870

%98
%36
%0
%56

Triadic Colors of #024870

#024870 #700248 #487002

Analogous Colors of #024870

#024870 #021170 #027061

Monochromatic Colors of #024870

#024870

Complementary Color

#024870 #702a02

#024870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#024870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#024870 Color CSS Codes

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

#024870 Text Font Color

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

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


#024870 Background Color

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

This div background color is #024870


#024870 Border Color

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

This div border color is #024870


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #024870


Comments

No comments written yet.

Please login to write comment.