Color Hex Logo

#1c004e Color Hex

#1C004E
(28,0,78)
0 Favorites   0 Comments

Color spaces of #1c004e

RGB 28078
HSL0.731.000.15
HSV262°100°31°
CMYK 0.641.000.00   0.69
XYZ1.85400.79697.2638
Yxy0.79690.18700.0804
Hunter Lab8.926921.4499-41.9952
CIE-Lab7.198334.6016-41.1173

#1c004e color RGB value is (28,0,78).

#1c004e hex color red value is 28, green value is 0 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #1c004e hue: 0.73 , saturation: 1.00 and the lightness value of 1c004e is 0.15.

The process color (four color CMYK) of #1c004e color hex is 0.64, 1.00, 0.00, 0.69. Web safe color of #1c004e is #330066. Color #1c004e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 00000000 01001110
Octal 34 0 116
Decimal 28 0 78
Hex 1C 0 4E

RGB Percentages of Color #1c004e

%26.42
%0.00
%73.58

CMYK Percentages of Color #1c004e

%64
%100
%0
%69

Triadic Colors of #1c004e

#1c004e #4e1c00 #004e1c

Analogous Colors of #1c004e

#1c004e #43004e #000b4e

Monochromatic Colors of #1c004e

#1c004e

Complementary Color

#1c004e #324e00

#1c004e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c004e Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c004e Color CSS Codes

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

#1c004e Text Font Color

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

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


#1c004e Background Color

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

This div background color is #1c004e


#1c004e Border Color

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

This div border color is #1c004e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c004e


Comments

No comments written yet.

Please login to write comment.