Color Hex Logo

#021325 Color Hex

#021325
(2,19,37)
0 Favorites   0 Comments

Color spaces of #021325

RGB 21937
HSL0.590.900.08
HSV211°95°15°
CMYK 0.950.490.00   0.85
XYZ0.59180.61221.8372
Yxy0.61220.19460.2013
Hunter Lab7.8243-0.1915-8.4446
CIE-Lab5.53000.4065-14.1768

#021325 color RGB value is (2,19,37).

#021325 hex color red value is 2, green value is 19 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #021325 hue: 0.59 , saturation: 0.90 and the lightness value of 021325 is 0.08.

The process color (four color CMYK) of #021325 color hex is 0.95, 0.49, 0.00, 0.85. Web safe color of #021325 is #000033. Color #021325 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00010011 00100101
Octal 2 23 45
Decimal 2 19 37
Hex 2 13 25

RGB Percentages of Color #021325

%3.45
%32.76
%63.79

CMYK Percentages of Color #021325

%95
%49
%0
%85

Triadic Colors of #021325

#021325 #250213 #132502

Analogous Colors of #021325

#021325 #030225 #022525

Monochromatic Colors of #021325

#021325

Complementary Color

#021325 #251402

#021325 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#021325 Color Preview on White Background

Lorem ipsum dolor sit amet.

#021325 Color CSS Codes

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

#021325 Text Font Color

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

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


#021325 Background Color

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

This div background color is #021325


#021325 Border Color

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

This div border color is #021325


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #021325


Comments

No comments written yet.

Please login to write comment.