Color Hex Logo

#012152 Color Hex

#012152
(1,33,82)
0 Favorites   0 Comments

Color spaces of #012152

RGB 13382
HSL0.600.980.16
HSV216°99°32°
CMYK 0.990.600.00   0.68
XYZ2.07941.70348.2018
Yxy1.70340.17350.1421
Hunter Lab13.05145.5992-28.1231
CIE-Lab13.846711.1919-33.0057

#012152 color RGB value is (1,33,82).

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

The process color (four color CMYK) of #012152 color hex is 0.99, 0.60, 0.00, 0.68. Web safe color of #012152 is #003366. Color #012152 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00100001 01010010
Octal 1 41 122
Decimal 1 33 82
Hex 1 21 52

RGB Percentages of Color #012152

%0.86
%28.45
%70.69

CMYK Percentages of Color #012152

%99
%60
%0
%68

Triadic Colors of #012152

#012152 #520121 #215201

Analogous Colors of #012152

#012152 #0a0152 #014a52

Monochromatic Colors of #012152

#012152

Complementary Color

#012152 #523201

#012152 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#012152 Color Preview on White Background

Lorem ipsum dolor sit amet.

#012152 Color CSS Codes

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

#012152 Text Font Color

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

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


#012152 Background Color

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

This div background color is #012152


#012152 Border Color

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

This div border color is #012152


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #012152


Comments

No comments written yet.

Please login to write comment.