Color Hex Logo

#024890 Color Hex

#024890
(2,72,144)
0 Favorites   0 Comments

Color spaces of #024890

RGB 272144
HSL0.580.970.29
HSV210°99°56°
CMYK 0.990.500.00   0.44
XYZ7.37646.661327.2825
Yxy6.66130.17850.1612
Hunter Lab25.80955.8490-44.6072
CIE-Lab31.023110.5887-45.0130

#024890 color RGB value is (2,72,144).

#024890 hex color red value is 2, green value is 72 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #024890 hue: 0.58 , saturation: 0.97 and the lightness value of 024890 is 0.29.

The process color (four color CMYK) of #024890 color hex is 0.99, 0.50, 0.00, 0.44. Web safe color of #024890 is #003399. Color #024890 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01001000 10010000
Octal 2 110 220
Decimal 2 72 144
Hex 2 48 90

RGB Percentages of Color #024890

%0.92
%33.03
%66.06

CMYK Percentages of Color #024890

%99
%50
%0
%44

Triadic Colors of #024890

#024890 #900248 #489002

Analogous Colors of #024890

#024890 #030290 #028f90

Monochromatic Colors of #024890

#024890

Complementary Color

#024890 #904a02

#024890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#024890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#024890 Color CSS Codes

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

#024890 Text Font Color

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

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


#024890 Background Color

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

This div background color is #024890


#024890 Border Color

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

This div border color is #024890


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #024890


Comments

No comments written yet.

Please login to write comment.