Color Hex Logo

#012146 Color Hex

#012146
(1,33,70)
0 Favorites   0 Comments

Color spaces of #012146

RGB 13370
HSL0.590.970.14
HSV212°99°27°
CMYK 0.990.530.00   0.73
XYZ1.66191.53646.0033
Yxy1.53640.18060.1670
Hunter Lab12.39522.2411-20.0391
CIE-Lab12.83765.4752-26.4013

#012146 color RGB value is (1,33,70).

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

The process color (four color CMYK) of #012146 color hex is 0.99, 0.53, 0.00, 0.73. Web safe color of #012146 is #003333. Color #012146 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00100001 01000110
Octal 1 41 106
Decimal 1 33 70
Hex 1 21 46

RGB Percentages of Color #012146

%0.96
%31.73
%67.31

CMYK Percentages of Color #012146

%99
%53
%0
%73

Triadic Colors of #012146

#012146 #460121 #214601

Analogous Colors of #012146

#012146 #030146 #014446

Monochromatic Colors of #012146

#012146

Complementary Color

#012146 #462601

#012146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#012146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#012146 Color CSS Codes

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

#012146 Text Font Color

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

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


#012146 Background Color

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

This div background color is #012146


#012146 Border Color

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

This div border color is #012146


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #012146


Comments

No comments written yet.

Please login to write comment.