Color Hex Logo

#1c2989 Color Hex

#1C2989
(28,41,137)
0 Favorites   0 Comments

Color spaces of #1c2989

RGB 2841137
HSL0.650.660.32
HSV233°80°54°
CMYK 0.800.700.00   0.46
XYZ5.78723.638924.0643
Yxy3.63890.17280.1087
Hunter Lab19.075920.7701-61.4414
CIE-Lab22.439831.0152-54.6453

#1c2989 color RGB value is (28,41,137).

#1c2989 hex color red value is 28, green value is 41 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #1c2989 hue: 0.65 , saturation: 0.66 and the lightness value of 1c2989 is 0.32.

The process color (four color CMYK) of #1c2989 color hex is 0.80, 0.70, 0.00, 0.46. Web safe color of #1c2989 is #333399. Color #1c2989 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 00101001 10001001
Octal 34 51 211
Decimal 28 41 137
Hex 1C 29 89

RGB Percentages of Color #1c2989

%13.59
%19.90
%66.50

CMYK Percentages of Color #1c2989

%80
%70
%0
%46

Triadic Colors of #1c2989

#1c2989 #891c29 #29891c

Analogous Colors of #1c2989

#1c2989 #461c89 #1c5f89

Monochromatic Colors of #1c2989

#1c2989

Complementary Color

#1c2989 #897c1c

#1c2989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c2989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c2989 Color CSS Codes

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

#1c2989 Text Font Color

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

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


#1c2989 Background Color

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

This div background color is #1c2989


#1c2989 Border Color

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

This div border color is #1c2989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c2989


Comments

No comments written yet.

Please login to write comment.