Color Hex Logo

#011457 Color Hex

#011457
(1,20,87)
0 Favorites   0 Comments

Color spaces of #011457

RGB 12087
HSL0.630.980.17
HSV227°99°34°
CMYK 0.990.770.00   0.66
XYZ1.98301.19499.1429
Yxy1.19490.16090.0970
Hunter Lab10.931113.2519-41.9388
CIE-Lab10.519723.3373-41.8563

#011457 color RGB value is (1,20,87).

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

The process color (four color CMYK) of #011457 color hex is 0.99, 0.77, 0.00, 0.66. Web safe color of #011457 is #000066. Color #011457 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00010100 01010111
Octal 1 24 127
Decimal 1 20 87
Hex 1 14 57

RGB Percentages of Color #011457

%0.93
%18.52
%80.56

CMYK Percentages of Color #011457

%99
%77
%0
%66

Triadic Colors of #011457

#011457 #570114 #145701

Analogous Colors of #011457

#011457 #190157 #013f57

Monochromatic Colors of #011457

#011457

Complementary Color

#011457 #574401

#011457 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#011457 Color Preview on White Background

Lorem ipsum dolor sit amet.

#011457 Color CSS Codes

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

#011457 Text Font Color

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

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


#011457 Background Color

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

This div background color is #011457


#011457 Border Color

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

This div border color is #011457


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,20,87, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #011457


Comments

No comments written yet.

Please login to write comment.