Color Hex Logo

#024a87 Color Hex

#024A87
(2,74,135)
0 Favorites   0 Comments

Color spaces of #024a87

RGB 274135
HSL0.580.970.27
HSV208°99°53°
CMYK 0.990.450.00   0.47
XYZ6.84706.659723.8463
Yxy6.65970.18330.1783
Hunter Lab25.80642.1988-36.7222
CIE-Lab31.01935.3756-39.4868

#024a87 color RGB value is (2,74,135).

#024a87 hex color red value is 2, green value is 74 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #024a87 hue: 0.58 , saturation: 0.97 and the lightness value of 024a87 is 0.27.

The process color (four color CMYK) of #024a87 color hex is 0.99, 0.45, 0.00, 0.47. Web safe color of #024a87 is #003399. Color #024a87 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01001010 10000111
Octal 2 112 207
Decimal 2 74 135
Hex 2 4A 87

RGB Percentages of Color #024a87

%0.95
%35.07
%63.98

CMYK Percentages of Color #024a87

%99
%45
%0
%47

Triadic Colors of #024a87

#024a87 #87024a #4a8702

Analogous Colors of #024a87

#024a87 #020887 #028782

Monochromatic Colors of #024a87

#024a87

Complementary Color

#024a87 #873f02

#024a87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#024a87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#024a87 Color CSS Codes

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

#024a87 Text Font Color

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

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


#024a87 Background Color

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

This div background color is #024a87


#024a87 Border Color

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

This div border color is #024a87


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,74,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #024a87; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #024a87;
  -webkit-box-shadow: 1px 1px 3px 2px #024a87;
  box-shadow:         1px 1px 3px 2px #024a87; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #024a87


Comments

No comments written yet.

Please login to write comment.