Color Hex Logo

#012054 Color Hex

#012054
(1,32,84)
0 Favorites   0 Comments

Color spaces of #012054

RGB 13284
HSL0.600.980.17
HSV218°99°33°
CMYK 0.990.620.00   0.67
XYZ2.12931.67968.5995
Yxy1.67960.17160.1354
Hunter Lab12.95996.6474-30.2696
CIE-Lab13.707112.9037-34.5902

#012054 color RGB value is (1,32,84).

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

The process color (four color CMYK) of #012054 color hex is 0.99, 0.62, 0.00, 0.67. Web safe color of #012054 is #003366. Color #012054 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00100000 01010100
Octal 1 40 124
Decimal 1 32 84
Hex 1 20 54

RGB Percentages of Color #012054

%0.85
%27.35
%71.79

CMYK Percentages of Color #012054

%99
%62
%0
%67

Triadic Colors of #012054

#012054 #540120 #205401

Analogous Colors of #012054

#012054 #0b0154 #014a54

Monochromatic Colors of #012054

#012054

Complementary Color

#012054 #543501

#012054 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#012054 Color Preview on White Background

Lorem ipsum dolor sit amet.

#012054 Color CSS Codes

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

#012054 Text Font Color

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

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


#012054 Background Color

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

This div background color is #012054


#012054 Border Color

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

This div border color is #012054


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #012054


Comments

No comments written yet.

Please login to write comment.