Color Hex Logo

#1c378d Color Hex

#1C378D
(28,55,141)
0 Favorites   0 Comments

Color spaces of #1c378d

RGB 2855141
HSL0.630.670.33
HSV226°80°55°
CMYK 0.800.610.00   0.45
XYZ6.65284.902325.7949
Yxy4.90230.17810.1313
Hunter Lab22.141114.8873-53.5753
CIE-Lab26.454623.0653-50.5551

#1c378d color RGB value is (28,55,141).

#1c378d hex color red value is 28, green value is 55 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #1c378d hue: 0.63 , saturation: 0.67 and the lightness value of 1c378d is 0.33.

The process color (four color CMYK) of #1c378d color hex is 0.80, 0.61, 0.00, 0.45. Web safe color of #1c378d is #333399. Color #1c378d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 00110111 10001101
Octal 34 67 215
Decimal 28 55 141
Hex 1C 37 8D

RGB Percentages of Color #1c378d

%12.50
%24.55
%62.95

CMYK Percentages of Color #1c378d

%80
%61
%0
%45

Triadic Colors of #1c378d

#1c378d #8d1c37 #378d1c

Analogous Colors of #1c378d

#1c378d #3a1c8d #1c708d

Monochromatic Colors of #1c378d

#1c378d

Complementary Color

#1c378d #8d721c

#1c378d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c378d Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c378d Color CSS Codes

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

#1c378d Text Font Color

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

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


#1c378d Background Color

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

This div background color is #1c378d


#1c378d Border Color

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

This div border color is #1c378d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c378d


Comments

No comments written yet.

Please login to write comment.