Color Hex Logo

#012c8a Color Hex

#012C8A
(1,44,138)
0 Favorites   0 Comments

Color spaces of #012c8a

RGB 144138
HSL0.610.990.27
HSV221°99°54°
CMYK 0.990.680.00   0.46
XYZ5.50063.642824.4580
Yxy3.64280.16370.1084
Hunter Lab19.086118.0428-62.6172
CIE-Lab22.453527.6538-55.2775

#012c8a color RGB value is (1,44,138).

#012c8a hex color red value is 1, green value is 44 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #012c8a hue: 0.61 , saturation: 0.99 and the lightness value of 012c8a is 0.27.

The process color (four color CMYK) of #012c8a color hex is 0.99, 0.68, 0.00, 0.46. Web safe color of #012c8a is #003399. Color #012c8a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00101100 10001010
Octal 1 54 212
Decimal 1 44 138
Hex 1 2C 8A

RGB Percentages of Color #012c8a

%0.55
%24.04
%75.41

CMYK Percentages of Color #012c8a

%99
%68
%0
%46

Triadic Colors of #012c8a

#012c8a #8a012c #2c8a01

Analogous Colors of #012c8a

#012c8a #1b018a #01718a

Monochromatic Colors of #012c8a

#012c8a

Complementary Color

#012c8a #8a5f01

#012c8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#012c8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#012c8a Color CSS Codes

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

#012c8a Text Font Color

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

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


#012c8a Background Color

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

This div background color is #012c8a


#012c8a Border Color

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

This div border color is #012c8a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,44,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #012c8a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #012c8a;
  -webkit-box-shadow: 1px 1px 3px 2px #012c8a;
  box-shadow:         1px 1px 3px 2px #012c8a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #012c8a


Comments

No comments written yet.

Please login to write comment.