Color Hex Logo

#023781 Color Hex

#023781
(2,55,129)
0 Favorites   0 Comments

Color spaces of #023781

RGB 255129
HSL0.600.970.26
HSV215°98°51°
CMYK 0.980.570.00   0.49
XYZ5.35374.330321.3225
Yxy4.33030.17270.1397
Hunter Lab20.80949.5069-46.1854
CIE-Lab24.734616.0842-45.9099

#023781 color RGB value is (2,55,129).

#023781 hex color red value is 2, green value is 55 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #023781 hue: 0.60 , saturation: 0.97 and the lightness value of 023781 is 0.26.

The process color (four color CMYK) of #023781 color hex is 0.98, 0.57, 0.00, 0.49. Web safe color of #023781 is #003399. Color #023781 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00110111 10000001
Octal 2 67 201
Decimal 2 55 129
Hex 2 37 81

RGB Percentages of Color #023781

%1.08
%29.57
%69.35

CMYK Percentages of Color #023781

%98
%57
%0
%49

Triadic Colors of #023781

#023781 #810237 #378102

Analogous Colors of #023781

#023781 #0d0281 #027781

Monochromatic Colors of #023781

#023781

Complementary Color

#023781 #814c02

#023781 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#023781 Color Preview on White Background

Lorem ipsum dolor sit amet.

#023781 Color CSS Codes

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

#023781 Text Font Color

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

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


#023781 Background Color

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

This div background color is #023781


#023781 Border Color

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

This div border color is #023781


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #023781


Comments

No comments written yet.

Please login to write comment.