Color Hex Logo

#1c517c Color Hex

#1C517C
(28,81,124)
0 Favorites   0 Comments

Color spaces of #1c517c

RGB 2881124
HSL0.570.630.30
HSV207°77°49°
CMYK 0.770.350.00   0.51
XYZ7.05947.587020.1611
Yxy7.58700.20280.2180
Hunter Lab27.5445-2.4550-24.1159
CIE-Lab33.1075-1.4960-29.3257

#1c517c color RGB value is (28,81,124).

#1c517c hex color red value is 28, green value is 81 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #1c517c hue: 0.57 , saturation: 0.63 and the lightness value of 1c517c is 0.30.

The process color (four color CMYK) of #1c517c color hex is 0.77, 0.35, 0.00, 0.51. Web safe color of #1c517c is #336666. Color #1c517c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 01010001 01111100
Octal 34 121 174
Decimal 28 81 124
Hex 1C 51 7C

RGB Percentages of Color #1c517c

%12.02
%34.76
%53.22

CMYK Percentages of Color #1c517c

%77
%35
%0
%51

Triadic Colors of #1c517c

#1c517c #7c1c51 #517c1c

Analogous Colors of #1c517c

#1c517c #1c217c #1c7c77

Monochromatic Colors of #1c517c

#1c517c

Complementary Color

#1c517c #7c471c

#1c517c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c517c Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c517c Color CSS Codes

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

#1c517c Text Font Color

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

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


#1c517c Background Color

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

This div background color is #1c517c


#1c517c Border Color

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

This div border color is #1c517c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c517c


Comments

No comments written yet.

Please login to write comment.