Color Hex Logo

#001893 Color Hex

#001893
(0,24,147)
0 Favorites   0 Comments

Color spaces of #001893

RGB 024147
HSL0.641.000.29
HSV230°100°58°
CMYK 1.000.840.00   0.42
XYZ5.59312.759927.8417
Yxy2.75990.15450.0763
Hunter Lab16.612931.0231-87.7353
CIE-Lab19.055543.3787-66.5025

#001893 color RGB value is (0,24,147).

#001893 hex color red value is 0, green value is 24 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #001893 hue: 0.64 , saturation: 1.00 and the lightness value of 001893 is 0.29.

The process color (four color CMYK) of #001893 color hex is 1.00, 0.84, 0.00, 0.42. Web safe color of #001893 is #000099. Color #001893 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00011000 10010011
Octal 0 30 223
Decimal 0 24 147
Hex 0 18 93

RGB Percentages of Color #001893

%0.00
%14.04
%85.96

CMYK Percentages of Color #001893

%100
%84
%0
%42

Triadic Colors of #001893

#001893 #930018 #189300

Analogous Colors of #001893

#001893 #320093 #006193

Monochromatic Colors of #001893

#001893

Complementary Color

#001893 #937b00

#001893 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#001893 Color Preview on White Background

Lorem ipsum dolor sit amet.

#001893 Color CSS Codes

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

#001893 Text Font Color

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

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


#001893 Background Color

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

This div background color is #001893


#001893 Border Color

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

This div border color is #001893


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,24,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #001893; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #001893;
  -webkit-box-shadow: 1px 1px 3px 2px #001893;
  box-shadow:         1px 1px 3px 2px #001893; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #001893


Comments

No comments written yet.

Please login to write comment.