Color Hex Logo

#001894 Color Hex

#001894
(0,24,148)
0 Favorites   0 Comments

Color spaces of #001894

RGB 024148
HSL0.641.000.29
HSV230°100°58°
CMYK 1.000.840.00   0.42
XYZ5.67192.791428.2568
Yxy2.79140.15450.0760
Hunter Lab16.707531.3595-88.5799
CIE-Lab19.188343.7151-66.9012

#001894 color RGB value is (0,24,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00011000 10010100
Octal 0 30 224
Decimal 0 24 148
Hex 0 18 94

RGB Percentages of Color #001894

%0.00
%13.95
%86.05

CMYK Percentages of Color #001894

%100
%84
%0
%42

Triadic Colors of #001894

#001894 #940018 #189400

Analogous Colors of #001894

#001894 #320094 #006294

Monochromatic Colors of #001894

#001894

Complementary Color

#001894 #947c00

#001894 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#001894 Color Preview on White Background

Lorem ipsum dolor sit amet.

#001894 Color CSS Codes

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

#001894 Text Font Color

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

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


#001894 Background Color

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

This div background color is #001894


#001894 Border Color

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

This div border color is #001894


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #001894


Comments

No comments written yet.

Please login to write comment.