Color Hex Logo

#001555 Color Hex

#001555
(0,21,85)
0 Favorites   0 Comments

Color spaces of #001555

RGB 02185
HSL0.631.000.17
HSV225°100°33°
CMYK 1.000.750.00   0.67
XYZ1.90791.19228.7239
Yxy1.19220.16140.1008
Hunter Lab10.918812.0824-39.7284
CIE-Lab10.499721.6635-40.5319

#001555 color RGB value is (0,21,85).

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

The process color (four color CMYK) of #001555 color hex is 1.00, 0.75, 0.00, 0.67. Web safe color of #001555 is #000066. Color #001555 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00010101 01010101
Octal 0 25 125
Decimal 0 21 85
Hex 0 15 55

RGB Percentages of Color #001555

%0.00
%19.81
%80.19

CMYK Percentages of Color #001555

%100
%75
%0
%67

Triadic Colors of #001555

#001555 #550015 #155500

Analogous Colors of #001555

#001555 #150055 #004055

Monochromatic Colors of #001555

#001555

Complementary Color

#001555 #554000

#001555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#001555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#001555 Color CSS Codes

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

#001555 Text Font Color

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

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


#001555 Background Color

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

This div background color is #001555


#001555 Border Color

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

This div border color is #001555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #001555


Comments

No comments written yet.

Please login to write comment.