Color Hex Logo

#012847 Color Hex

#012847
(1,40,71)
0 Favorites   0 Comments

Color spaces of #012847

RGB 14071
HSL0.570.970.14
HSV207°99°28°
CMYK 0.990.440.00   0.72
XYZ1.90861.97906.2426
Yxy1.97900.18840.1954
Hunter Lab14.0677-0.4009-16.4628
CIE-Lab15.37670.6588-23.0220

#012847 color RGB value is (1,40,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00101000 01000111
Octal 1 50 107
Decimal 1 40 71
Hex 1 28 47

RGB Percentages of Color #012847

%0.89
%35.71
%63.39

CMYK Percentages of Color #012847

%99
%44
%0
%72

Triadic Colors of #012847

#012847 #470128 #284701

Analogous Colors of #012847

#012847 #010547 #014743

Monochromatic Colors of #012847

#012847

Complementary Color

#012847 #472001

#012847 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#012847 Color Preview on White Background

Lorem ipsum dolor sit amet.

#012847 Color CSS Codes

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

#012847 Text Font Color

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

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


#012847 Background Color

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

This div background color is #012847


#012847 Border Color

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

This div border color is #012847


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,40,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 #012847">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #012847


Comments

No comments written yet.

Please login to write comment.