Color Hex Logo

#013493 Color Hex

#013493
(1,52,147)
0 Favorites   0 Comments

Color spaces of #013493

RGB 152147
HSL0.610.990.29
HSV219°99°58°
CMYK 0.990.650.00   0.42
XYZ6.50704.569028.1427
Yxy4.56900.16590.1165
Hunter Lab21.375216.9320-63.0988
CIE-Lab25.469825.7937-55.8991

#013493 color RGB value is (1,52,147).

#013493 hex color red value is 1, green value is 52 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #013493 hue: 0.61 , saturation: 0.99 and the lightness value of 013493 is 0.29.

The process color (four color CMYK) of #013493 color hex is 0.99, 0.65, 0.00, 0.42. Web safe color of #013493 is #003399. Color #013493 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00110100 10010011
Octal 1 64 223
Decimal 1 52 147
Hex 1 34 93

RGB Percentages of Color #013493

%0.50
%26.00
%73.50

CMYK Percentages of Color #013493

%99
%65
%0
%42

Triadic Colors of #013493

#013493 #930134 #349301

Analogous Colors of #013493

#013493 #170193 #017d93

Monochromatic Colors of #013493

#013493

Complementary Color

#013493 #936001

#013493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#013493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#013493 Color CSS Codes

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

#013493 Text Font Color

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

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


#013493 Background Color

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

This div background color is #013493


#013493 Border Color

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

This div border color is #013493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #013493


Comments

No comments written yet.

Please login to write comment.