Color Hex Logo

#1c337d Color Hex

#1C337D
(28,51,125)
0 Favorites   0 Comments

Color spaces of #1c337d

RGB 2851125
HSL0.630.630.30
HSV226°78°49°
CMYK 0.780.590.00   0.51
XYZ5.36444.095219.9098
Yxy4.09520.18270.1394
Hunter Lab20.236611.9035-44.1669
CIE-Lab23.983719.4486-44.5808

#1c337d color RGB value is (28,51,125).

#1c337d hex color red value is 28, green value is 51 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #1c337d hue: 0.63 , saturation: 0.63 and the lightness value of 1c337d is 0.30.

The process color (four color CMYK) of #1c337d color hex is 0.78, 0.59, 0.00, 0.51. Web safe color of #1c337d is #333366. Color #1c337d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 00110011 01111101
Octal 34 63 175
Decimal 28 51 125
Hex 1C 33 7D

RGB Percentages of Color #1c337d

%13.73
%25.00
%61.27

CMYK Percentages of Color #1c337d

%78
%59
%0
%51

Triadic Colors of #1c337d

#1c337d #7d1c33 #337d1c

Analogous Colors of #1c337d

#1c337d #351c7d #1c647d

Monochromatic Colors of #1c337d

#1c337d

Complementary Color

#1c337d #7d661c

#1c337d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c337d Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c337d Color CSS Codes

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

#1c337d Text Font Color

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

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


#1c337d Background Color

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

This div background color is #1c337d


#1c337d Border Color

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

This div border color is #1c337d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c337d


Comments

No comments written yet.

Please login to write comment.