Color Hex Logo

#1c5390 Color Hex

#1C5390
(28,83,144)
0 Favorites   0 Comments

Color spaces of #1c5390

RGB 2883144
HSL0.590.670.34
HSV212°81°56°
CMYK 0.810.420.00   0.44
XYZ8.60628.447027.5624
Yxy8.44700.19290.1893
Hunter Lab29.06371.9950-35.8827
CIE-Lab34.89705.1395-38.7636

#1c5390 color RGB value is (28,83,144).

#1c5390 hex color red value is 28, green value is 83 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #1c5390 hue: 0.59 , saturation: 0.67 and the lightness value of 1c5390 is 0.34.

The process color (four color CMYK) of #1c5390 color hex is 0.81, 0.42, 0.00, 0.44. Web safe color of #1c5390 is #336699. Color #1c5390 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 01010011 10010000
Octal 34 123 220
Decimal 28 83 144
Hex 1C 53 90

RGB Percentages of Color #1c5390

%10.98
%32.55
%56.47

CMYK Percentages of Color #1c5390

%81
%42
%0
%44

Triadic Colors of #1c5390

#1c5390 #901c53 #53901c

Analogous Colors of #1c5390

#1c5390 #1f1c90 #1c8d90

Monochromatic Colors of #1c5390

#1c5390

Complementary Color

#1c5390 #90591c

#1c5390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c5390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c5390 Color CSS Codes

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

#1c5390 Text Font Color

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

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


#1c5390 Background Color

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

This div background color is #1c5390


#1c5390 Border Color

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

This div border color is #1c5390


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(28,83,144, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c5390


Comments

No comments written yet.

Please login to write comment.