Color Hex Logo

#1c175e Color Hex

#1C175E
(28,23,94)
0 Favorites   0 Comments

Color spaces of #1c175e

RGB 282394
HSL0.680.610.23
HSV244°76°37°
CMYK 0.700.760.00   0.63
XYZ2.80571.667810.7637
Yxy1.66780.18410.1095
Hunter Lab12.914316.1799-40.3764
CIE-Lab13.637326.7798-41.3774

#1c175e color RGB value is (28,23,94).

#1c175e hex color red value is 28, green value is 23 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #1c175e hue: 0.68 , saturation: 0.61 and the lightness value of 1c175e is 0.23.

The process color (four color CMYK) of #1c175e color hex is 0.70, 0.76, 0.00, 0.63. Web safe color of #1c175e is #330066. Color #1c175e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 00010111 01011110
Octal 34 27 136
Decimal 28 23 94
Hex 1C 17 5E

RGB Percentages of Color #1c175e

%19.31
%15.86
%64.83

CMYK Percentages of Color #1c175e

%70
%76
%0
%63

Triadic Colors of #1c175e

#1c175e #5e1c17 #175e1c

Analogous Colors of #1c175e

#1c175e #40175e #17365e

Monochromatic Colors of #1c175e

#1c175e

Complementary Color

#1c175e #595e17

#1c175e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c175e Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c175e Color CSS Codes

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

#1c175e Text Font Color

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

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


#1c175e Background Color

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

This div background color is #1c175e


#1c175e Border Color

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

This div border color is #1c175e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(28,23,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 #1c175e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c175e


Comments

No comments written yet.

Please login to write comment.