Color Hex Logo

#012952 Color Hex

#012952
(1,41,82)
0 Favorites   0 Comments

Color spaces of #012952

RGB 14182
HSL0.580.980.16
HSV210°99°32°
CMYK 0.990.500.00   0.68
XYZ2.32842.20158.2849
Yxy2.20150.18170.1718
Hunter Lab14.83752.0460-22.7200
CIE-Lab16.51105.0806-28.6964

#012952 color RGB value is (1,41,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00101001 01010010
Octal 1 51 122
Decimal 1 41 82
Hex 1 29 52

RGB Percentages of Color #012952

%0.81
%33.06
%66.13

CMYK Percentages of Color #012952

%99
%50
%0
%68

Triadic Colors of #012952

#012952 #520129 #295201

Analogous Colors of #012952

#012952 #020152 #015252

Monochromatic Colors of #012952

#012952

Complementary Color

#012952 #522a01

#012952 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#012952 Color Preview on White Background

Lorem ipsum dolor sit amet.

#012952 Color CSS Codes

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

#012952 Text Font Color

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

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


#012952 Background Color

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

This div background color is #012952


#012952 Border Color

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

This div border color is #012952


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #012952


Comments

No comments written yet.

Please login to write comment.