Color Hex Logo

#01173e Color Hex

#01173E
(1,23,62)
0 Favorites   0 Comments

Color spaces of #01173e

RGB 12362
HSL0.610.970.12
HSV218°98°24°
CMYK 0.980.630.00   0.76
XYZ1.18840.96704.6814
Yxy0.96700.17380.1414
Hunter Lab9.83364.3630-21.3421
CIE-Lab8.71359.5264-27.4557

#01173e color RGB value is (1,23,62).

#01173e hex color red value is 1, green value is 23 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #01173e hue: 0.61 , saturation: 0.97 and the lightness value of 01173e is 0.12.

The process color (four color CMYK) of #01173e color hex is 0.98, 0.63, 0.00, 0.76. Web safe color of #01173e is #000033. Color #01173e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00010111 00111110
Octal 1 27 76
Decimal 1 23 62
Hex 1 17 3E

RGB Percentages of Color #01173e

%1.16
%26.74
%72.09

CMYK Percentages of Color #01173e

%98
%63
%0
%76

Triadic Colors of #01173e

#01173e #3e0117 #173e01

Analogous Colors of #01173e

#01173e #09013e #01363e

Monochromatic Colors of #01173e

#01173e

Complementary Color

#01173e #3e2801

#01173e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01173e Color Preview on White Background

Lorem ipsum dolor sit amet.

#01173e Color CSS Codes

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

#01173e Text Font Color

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

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


#01173e Background Color

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

This div background color is #01173e


#01173e Border Color

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

This div border color is #01173e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01173e


Comments

No comments written yet.

Please login to write comment.