Color Hex Logo

#1c298e Color Hex

#1C298E
(28,41,142)
0 Favorites   0 Comments

Color spaces of #1c298e

RGB 2841142
HSL0.650.670.33
HSV233°80°56°
CMYK 0.800.710.00   0.44
XYZ6.15433.785725.9975
Yxy3.78570.17130.1053
Hunter Lab19.456922.4108-65.6011
CIE-Lab22.949932.8906-56.9208

#1c298e color RGB value is (28,41,142).

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

The process color (four color CMYK) of #1c298e color hex is 0.80, 0.71, 0.00, 0.44. Web safe color of #1c298e is #333399. Color #1c298e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 00101001 10001110
Octal 34 51 216
Decimal 28 41 142
Hex 1C 29 8E

RGB Percentages of Color #1c298e

%13.27
%19.43
%67.30

CMYK Percentages of Color #1c298e

%80
%71
%0
%44

Triadic Colors of #1c298e

#1c298e #8e1c29 #298e1c

Analogous Colors of #1c298e

#1c298e #481c8e #1c628e

Monochromatic Colors of #1c298e

#1c298e

Complementary Color

#1c298e #8e811c

#1c298e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c298e Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c298e Color CSS Codes

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

#1c298e Text Font Color

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

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


#1c298e Background Color

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

This div background color is #1c298e


#1c298e Border Color

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

This div border color is #1c298e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c298e


Comments

No comments written yet.

Please login to write comment.