Color Hex Logo

#1c4365 Color Hex

#1C4365
(28,67,101)
0 Favorites   0 Comments

Color spaces of #1c4365

RGB 2867101
HSL0.580.570.25
HSV208°72°40°
CMYK 0.720.340.00   0.60
XYZ4.83505.200813.0609
Yxy5.20080.20930.2252
Hunter Lab22.8053-2.0650-17.9925
CIE-Lab27.2993-1.3718-23.9817

#1c4365 color RGB value is (28,67,101).

#1c4365 hex color red value is 28, green value is 67 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #1c4365 hue: 0.58 , saturation: 0.57 and the lightness value of 1c4365 is 0.25.

The process color (four color CMYK) of #1c4365 color hex is 0.72, 0.34, 0.00, 0.60. Web safe color of #1c4365 is #333366. Color #1c4365 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 01000011 01100101
Octal 34 103 145
Decimal 28 67 101
Hex 1C 43 65

RGB Percentages of Color #1c4365

%14.29
%34.18
%51.53

CMYK Percentages of Color #1c4365

%72
%34
%0
%60

Triadic Colors of #1c4365

#1c4365 #651c43 #43651c

Analogous Colors of #1c4365

#1c4365 #1c1e65 #1c6563

Monochromatic Colors of #1c4365

#1c4365

Complementary Color

#1c4365 #653e1c

#1c4365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c4365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c4365 Color CSS Codes

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

#1c4365 Text Font Color

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

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


#1c4365 Background Color

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

This div background color is #1c4365


#1c4365 Border Color

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

This div border color is #1c4365


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c4365


Comments

No comments written yet.

Please login to write comment.