Color Hex Logo

#01315e Color Hex

#01315E
(1,49,94)
2 Favorites   0 Comments

Color spaces of #01315e

RGB 14994
HSL0.580.980.19
HSV209°99°37°
CMYK 0.990.480.00   0.63
XYZ3.13123.011211.0059
Yxy3.01120.18260.1756
Hunter Lab17.35281.8417-25.4573
CIE-Lab20.08874.7307-30.9429

#01315e color RGB value is (1,49,94).

#01315e hex color red value is 1, green value is 49 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #01315e hue: 0.58 , saturation: 0.98 and the lightness value of 01315e is 0.19.

The process color (four color CMYK) of #01315e color hex is 0.99, 0.48, 0.00, 0.63. Web safe color of #01315e is #003366. Color #01315e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00110001 01011110
Octal 1 61 136
Decimal 1 49 94
Hex 1 31 5E

RGB Percentages of Color #01315e

%0.69
%34.03
%65.28

CMYK Percentages of Color #01315e

%99
%48
%0
%63

Triadic Colors of #01315e

#01315e #5e0131 #315e01

Analogous Colors of #01315e

#01315e #01025e #015e5d

Monochromatic Colors of #01315e

#01315e

Complementary Color

#01315e #5e2e01

#01315e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01315e Color Preview on White Background

Lorem ipsum dolor sit amet.

#01315e Color CSS Codes

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

#01315e Text Font Color

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

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


#01315e Background Color

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

This div background color is #01315e


#01315e Border Color

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

This div border color is #01315e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,49,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01315e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01315e;
  -webkit-box-shadow: 1px 1px 3px 2px #01315e;
  box-shadow:         1px 1px 3px 2px #01315e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01315e

#01315e Color Palettes


Comments

No comments written yet.

Please login to write comment.