Color Hex Logo

#001585 Color Hex

#001585
(0,21,133)
0 Favorites   0 Comments

Color spaces of #001585

RGB 021133
HSL0.641.000.26
HSV231°100°52°
CMYK 1.000.840.00   0.48
XYZ4.50182.229822.3834
Yxy2.22980.15460.0766
Hunter Lab14.932527.6816-78.4212
CIE-Lab16.649840.1741-61.7444

#001585 color RGB value is (0,21,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00010101 10000101
Octal 0 25 205
Decimal 0 21 133
Hex 0 15 85

RGB Percentages of Color #001585

%0.00
%13.64
%86.36

CMYK Percentages of Color #001585

%100
%84
%0
%48

Triadic Colors of #001585

#001585 #850015 #158500

Analogous Colors of #001585

#001585 #2d0085 #005885

Monochromatic Colors of #001585

#001585

Complementary Color

#001585 #857000

#001585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#001585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#001585 Color CSS Codes

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

#001585 Text Font Color

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

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


#001585 Background Color

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

This div background color is #001585


#001585 Border Color

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

This div border color is #001585


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #001585


Comments

No comments written yet.

Please login to write comment.