Color Hex Logo

#011555 Color Hex

#011555
(1,21,85)
0 Favorites   0 Comments

Color spaces of #011555

RGB 12185
HSL0.630.980.17
HSV226°99°33°
CMYK 0.990.750.00   0.67
XYZ1.92041.19878.7245
Yxy1.19870.16210.1012
Hunter Lab10.948512.1495-39.5822
CIE-Lab10.547821.7524-40.4510

#011555 color RGB value is (1,21,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00010101 01010101
Octal 1 25 125
Decimal 1 21 85
Hex 1 15 55

RGB Percentages of Color #011555

%0.93
%19.63
%79.44

CMYK Percentages of Color #011555

%99
%75
%0
%67

Triadic Colors of #011555

#011555 #550115 #155501

Analogous Colors of #011555

#011555 #170155 #013f55

Monochromatic Colors of #011555

#011555

Complementary Color

#011555 #554101

#011555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#011555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#011555 Color CSS Codes

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

#011555 Text Font Color

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

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


#011555 Background Color

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

This div background color is #011555


#011555 Border Color

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

This div border color is #011555


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,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 #011555">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #011555


Comments

No comments written yet.

Please login to write comment.