Color Hex Logo

#023a8d Color Hex

#023A8D
(2,58,141)
0 Favorites   0 Comments

Color spaces of #023a8d

RGB 258141
HSL0.600.970.28
HSV216°99°55°
CMYK 0.990.590.00   0.45
XYZ6.34584.962125.8226
Yxy4.96210.17090.1336
Hunter Lab22.275811.8675-53.1373
CIE-Lab26.626519.1046-50.3030

#023a8d color RGB value is (2,58,141).

#023a8d hex color red value is 2, green value is 58 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #023a8d hue: 0.60 , saturation: 0.97 and the lightness value of 023a8d is 0.28.

The process color (four color CMYK) of #023a8d color hex is 0.99, 0.59, 0.00, 0.45. Web safe color of #023a8d is #003399. Color #023a8d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00111010 10001101
Octal 2 72 215
Decimal 2 58 141
Hex 2 3A 8D

RGB Percentages of Color #023a8d

%1.00
%28.86
%70.15

CMYK Percentages of Color #023a8d

%99
%59
%0
%45

Triadic Colors of #023a8d

#023a8d #8d023a #3a8d02

Analogous Colors of #023a8d

#023a8d #10028d #02808d

Monochromatic Colors of #023a8d

#023a8d

Complementary Color

#023a8d #8d5502

#023a8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#023a8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#023a8d Color CSS Codes

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

#023a8d Text Font Color

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

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


#023a8d Background Color

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

This div background color is #023a8d


#023a8d Border Color

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

This div border color is #023a8d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,58,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #023a8d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #023a8d;
  -webkit-box-shadow: 1px 1px 3px 2px #023a8d;
  box-shadow:         1px 1px 3px 2px #023a8d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #023a8d


Comments

No comments written yet.

Please login to write comment.