Color Hex Logo

#1c476c Color Hex

#1C476C
(28,71,108)
0 Favorites   0 Comments

Color spaces of #1c476c

RGB 2871108
HSL0.580.590.27
HSV208°74°42°
CMYK 0.740.340.00   0.58
XYZ5.43895.836115.0272
Yxy5.83610.20680.2219
Hunter Lab24.1580-2.0893-19.9700
CIE-Lab28.9951-1.2686-25.7783

#1c476c color RGB value is (28,71,108).

#1c476c hex color red value is 28, green value is 71 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #1c476c hue: 0.58 , saturation: 0.59 and the lightness value of 1c476c is 0.27.

The process color (four color CMYK) of #1c476c color hex is 0.74, 0.34, 0.00, 0.58. Web safe color of #1c476c is #333366. Color #1c476c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 01000111 01101100
Octal 34 107 154
Decimal 28 71 108
Hex 1C 47 6C

RGB Percentages of Color #1c476c

%13.53
%34.30
%52.17

CMYK Percentages of Color #1c476c

%74
%34
%0
%58

Triadic Colors of #1c476c

#1c476c #6c1c47 #476c1c

Analogous Colors of #1c476c

#1c476c #1c1f6c #1c6c69

Monochromatic Colors of #1c476c

#1c476c

Complementary Color

#1c476c #6c411c

#1c476c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c476c Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c476c Color CSS Codes

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

#1c476c Text Font Color

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

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


#1c476c Background Color

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

This div background color is #1c476c


#1c476c Border Color

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

This div border color is #1c476c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c476c


Comments

No comments written yet.

Please login to write comment.