Color Hex Logo

#01317c Color Hex

#01317C
(1,49,124)
0 Favorites   0 Comments

Color spaces of #01317c

RGB 149124
HSL0.600.980.25
HSV217°99°49°
CMYK 0.990.600.00   0.51
XYZ4.74893.658319.5246
Yxy3.65830.17000.1310
Hunter Lab19.126710.8475-47.1348
CIE-Lab22.508018.1742-46.3882

#01317c color RGB value is (1,49,124).

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

The process color (four color CMYK) of #01317c color hex is 0.99, 0.60, 0.00, 0.51. Web safe color of #01317c is #003366. Color #01317c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00110001 01111100
Octal 1 61 174
Decimal 1 49 124
Hex 1 31 7C

RGB Percentages of Color #01317c

%0.57
%28.16
%71.26

CMYK Percentages of Color #01317c

%99
%60
%0
%51

Triadic Colors of #01317c

#01317c #7c0131 #317c01

Analogous Colors of #01317c

#01317c #0e017c #016f7c

Monochromatic Colors of #01317c

#01317c

Complementary Color

#01317c #7c4c01

#01317c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01317c Color Preview on White Background

Lorem ipsum dolor sit amet.

#01317c Color CSS Codes

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

#01317c Text Font Color

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

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


#01317c Background Color

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

This div background color is #01317c


#01317c Border Color

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

This div border color is #01317c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01317c


Comments

No comments written yet.

Please login to write comment.