Color Hex Logo

#011497 Color Hex

#011497
(1,20,151)
0 Favorites   0 Comments

Color spaces of #011497

RGB 120151
HSL0.650.990.30
HSV232°99°59°
CMYK 0.990.870.00   0.41
XYZ5.84862.741129.4990
Yxy2.74110.15360.0720
Hunter Lab16.556334.0827-94.0501
CIE-Lab18.975746.6400-69.1104

#011497 color RGB value is (1,20,151).

#011497 hex color red value is 1, green value is 20 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #011497 hue: 0.65 , saturation: 0.99 and the lightness value of 011497 is 0.30.

The process color (four color CMYK) of #011497 color hex is 0.99, 0.87, 0.00, 0.41. Web safe color of #011497 is #000099. Color #011497 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00010100 10010111
Octal 1 24 227
Decimal 1 20 151
Hex 1 14 97

RGB Percentages of Color #011497

%0.58
%11.63
%87.79

CMYK Percentages of Color #011497

%99
%87
%0
%41

Triadic Colors of #011497

#011497 #970114 #149701

Analogous Colors of #011497

#011497 #390197 #015f97

Monochromatic Colors of #011497

#011497

Complementary Color

#011497 #978401

#011497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#011497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#011497 Color CSS Codes

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

#011497 Text Font Color

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

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


#011497 Background Color

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

This div background color is #011497


#011497 Border Color

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

This div border color is #011497


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #011497


Comments

No comments written yet.

Please login to write comment.