Color Hex Logo

#011484 Color Hex

#011484
(1,20,132)
0 Favorites   0 Comments

Color spaces of #011484

RGB 120132
HSL0.640.980.26
HSV231°99°52°
CMYK 0.990.850.00   0.48
XYZ4.42752.172722.0158
Yxy2.17270.15470.0759
Hunter Lab14.740127.8212-78.2375
CIE-Lab16.368640.3850-61.5794

#011484 color RGB value is (1,20,132).

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

The process color (four color CMYK) of #011484 color hex is 0.99, 0.85, 0.00, 0.48. Web safe color of #011484 is #000099. Color #011484 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00010100 10000100
Octal 1 24 204
Decimal 1 20 132
Hex 1 14 84

RGB Percentages of Color #011484

%0.65
%13.07
%86.27

CMYK Percentages of Color #011484

%99
%85
%0
%48

Triadic Colors of #011484

#011484 #840114 #148401

Analogous Colors of #011484

#011484 #300184 #015684

Monochromatic Colors of #011484

#011484

Complementary Color

#011484 #847101

#011484 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#011484 Color Preview on White Background

Lorem ipsum dolor sit amet.

#011484 Color CSS Codes

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

#011484 Text Font Color

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

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


#011484 Background Color

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

This div background color is #011484


#011484 Border Color

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

This div border color is #011484


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #011484


Comments

No comments written yet.

Please login to write comment.