Color Hex Logo

#1c419c Color Hex

#1C419C
(28,65,156)
0 Favorites   0 Comments

Color spaces of #1c419c

RGB 2865156
HSL0.620.700.36
HSV223°82°61°
CMYK 0.820.580.00   0.39
XYZ8.36996.427832.2520
Yxy6.42780.17790.1366
Hunter Lab25.353114.5608-57.6764
CIE-Lab30.467122.1599-53.2044

#1c419c color RGB value is (28,65,156).

#1c419c hex color red value is 28, green value is 65 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #1c419c hue: 0.62 , saturation: 0.70 and the lightness value of 1c419c is 0.36.

The process color (four color CMYK) of #1c419c color hex is 0.82, 0.58, 0.00, 0.39. Web safe color of #1c419c is #333399. Color #1c419c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 01000001 10011100
Octal 34 101 234
Decimal 28 65 156
Hex 1C 41 9C

RGB Percentages of Color #1c419c

%11.24
%26.10
%62.65

CMYK Percentages of Color #1c419c

%82
%58
%0
%39

Triadic Colors of #1c419c

#1c419c #9c1c41 #419c1c

Analogous Colors of #1c419c

#1c419c #371c9c #1c819c

Monochromatic Colors of #1c419c

#1c419c

Complementary Color

#1c419c #9c771c

#1c419c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c419c Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c419c Color CSS Codes

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

#1c419c Text Font Color

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

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


#1c419c Background Color

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

This div background color is #1c419c


#1c419c Border Color

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

This div border color is #1c419c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c419c

#1c419c Color Palettes


Comments

No comments written yet.

Please login to write comment.