Color Hex Logo

#1c134c Color Hex

#1C134C
(28,19,76)
0 Favorites   0 Comments

Color spaces of #1c134c

RGB 281976
HSL0.690.600.19
HSV249°75°30°
CMYK 0.630.750.00   0.70
XYZ2.01631.23446.9695
Yxy1.23440.19730.1208
Hunter Lab11.110412.9509-29.4152
CIE-Lab10.808822.8576-33.7818

#1c134c color RGB value is (28,19,76).

#1c134c hex color red value is 28, green value is 19 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #1c134c hue: 0.69 , saturation: 0.60 and the lightness value of 1c134c is 0.19.

The process color (four color CMYK) of #1c134c color hex is 0.63, 0.75, 0.00, 0.70. Web safe color of #1c134c is #330033. Color #1c134c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 00010011 01001100
Octal 34 23 114
Decimal 28 19 76
Hex 1C 13 4C

RGB Percentages of Color #1c134c

%22.76
%15.45
%61.79

CMYK Percentages of Color #1c134c

%63
%75
%0
%70

Triadic Colors of #1c134c

#1c134c #4c1c13 #134c1c

Analogous Colors of #1c134c

#1c134c #39134c #13274c

Monochromatic Colors of #1c134c

#1c134c

Complementary Color

#1c134c #434c13

#1c134c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c134c Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c134c Color CSS Codes

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

#1c134c Text Font Color

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

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


#1c134c Background Color

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

This div background color is #1c134c


#1c134c Border Color

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

This div border color is #1c134c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c134c


Comments

No comments written yet.

Please login to write comment.