Color Hex Logo

#012947 Color Hex

#012947
(1,41,71)
0 Favorites   0 Comments

Color spaces of #012947

RGB 14171
HSL0.570.970.14
HSV206°99°28°
CMYK 0.990.420.00   0.72
XYZ1.94282.04736.2540
Yxy2.04730.18970.1999
Hunter Lab14.3084-0.8029-15.8990
CIE-Lab15.7335-0.0726-22.4536

#012947 color RGB value is (1,41,71).

#012947 hex color red value is 1, green value is 41 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #012947 hue: 0.57 , saturation: 0.97 and the lightness value of 012947 is 0.14.

The process color (four color CMYK) of #012947 color hex is 0.99, 0.42, 0.00, 0.72. Web safe color of #012947 is #003333. Color #012947 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00101001 01000111
Octal 1 51 107
Decimal 1 41 71
Hex 1 29 47

RGB Percentages of Color #012947

%0.88
%36.28
%62.83

CMYK Percentages of Color #012947

%99
%42
%0
%72

Triadic Colors of #012947

#012947 #470129 #294701

Analogous Colors of #012947

#012947 #010647 #014742

Monochromatic Colors of #012947

#012947

Complementary Color

#012947 #471f01

#012947 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#012947 Color Preview on White Background

Lorem ipsum dolor sit amet.

#012947 Color CSS Codes

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

#012947 Text Font Color

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

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


#012947 Background Color

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

This div background color is #012947


#012947 Border Color

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

This div border color is #012947


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #012947


Comments

No comments written yet.

Please login to write comment.