Color Hex Logo

#023281 Color Hex

#023281
(2,50,129)
0 Favorites   0 Comments

Color spaces of #023281

RGB 250129
HSL0.600.970.26
HSV217°98°51°
CMYK 0.980.610.00   0.49
XYZ5.12813.879121.2473
Yxy3.87910.16950.1282
Hunter Lab19.695412.0090-50.1749
CIE-Lab23.267719.6765-48.3025

#023281 color RGB value is (2,50,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 00110010 10000001
Octal 2 62 201
Decimal 2 50 129
Hex 2 32 81

RGB Percentages of Color #023281

%1.10
%27.62
%71.27

CMYK Percentages of Color #023281

%98
%61
%0
%49

Triadic Colors of #023281

#023281 #810232 #328102

Analogous Colors of #023281

#023281 #110281 #027281

Monochromatic Colors of #023281

#023281

Complementary Color

#023281 #815102

#023281 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#023281 Color Preview on White Background

Lorem ipsum dolor sit amet.

#023281 Color CSS Codes

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

#023281 Text Font Color

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

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


#023281 Background Color

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

This div background color is #023281


#023281 Border Color

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

This div border color is #023281


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(2,50,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 #023281">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #023281


Comments

No comments written yet.

Please login to write comment.