Color Hex Logo

#013573 Color Hex

#013573
(1,53,115)
0 Favorites   0 Comments

Color spaces of #013573

RGB 153115
HSL0.590.980.23
HSV213°99°45°
CMYK 0.990.540.00   0.55
XYZ4.38013.790516.7204
Yxy3.79050.17600.1523
Hunter Lab19.46926.0871-37.2906
CIE-Lab22.966411.3022-39.9172

#013573 color RGB value is (1,53,115).

#013573 hex color red value is 1, green value is 53 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #013573 hue: 0.59 , saturation: 0.98 and the lightness value of 013573 is 0.23.

The process color (four color CMYK) of #013573 color hex is 0.99, 0.54, 0.00, 0.55. Web safe color of #013573 is #003366. Color #013573 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00110101 01110011
Octal 1 65 163
Decimal 1 53 115
Hex 1 35 73

RGB Percentages of Color #013573

%0.59
%31.36
%68.05

CMYK Percentages of Color #013573

%99
%54
%0
%55

Triadic Colors of #013573

#013573 #730135 #357301

Analogous Colors of #013573

#013573 #060173 #016e73

Monochromatic Colors of #013573

#013573

Complementary Color

#013573 #733f01

#013573 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#013573 Color Preview on White Background

Lorem ipsum dolor sit amet.

#013573 Color CSS Codes

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

#013573 Text Font Color

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

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


#013573 Background Color

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

This div background color is #013573


#013573 Border Color

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

This div border color is #013573


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #013573


Comments

No comments written yet.

Please login to write comment.