Color Hex Logo

#013481 Color Hex

#013481
(1,52,129)
0 Favorites   0 Comments

Color spaces of #013481

RGB 152129
HSL0.600.980.25
HSV216°99°51°
CMYK 0.990.600.00   0.49
XYZ5.20304.047421.2759
Yxy4.04740.17040.1326
Hunter Lab20.118210.9573-48.6193
CIE-Lab23.827518.1787-47.3892

#013481 color RGB value is (1,52,129).

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

The process color (four color CMYK) of #013481 color hex is 0.99, 0.60, 0.00, 0.49. Web safe color of #013481 is #003399. Color #013481 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00110100 10000001
Octal 1 64 201
Decimal 1 52 129
Hex 1 34 81

RGB Percentages of Color #013481

%0.55
%28.57
%70.88

CMYK Percentages of Color #013481

%99
%60
%0
%49

Triadic Colors of #013481

#013481 #810134 #348101

Analogous Colors of #013481

#013481 #0e0181 #017481

Monochromatic Colors of #013481

#013481

Complementary Color

#013481 #814e01

#013481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#013481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#013481 Color CSS Codes

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

#013481 Text Font Color

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

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


#013481 Background Color

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

This div background color is #013481


#013481 Border Color

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

This div border color is #013481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #013481


Comments

No comments written yet.

Please login to write comment.