Color Hex Logo

#1c446d Color Hex

#1C446D
(28,68,109)
0 Favorites   0 Comments

Color spaces of #1c446d

RGB 2868109
HSL0.580.590.27
HSV210°74°43°
CMYK 0.740.380.00   0.57
XYZ5.30635.485215.2471
Yxy5.48520.20380.2107
Hunter Lab23.4205-0.5438-22.2043
CIE-Lab28.07461.1203-27.8670

#1c446d color RGB value is (28,68,109).

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

The process color (four color CMYK) of #1c446d color hex is 0.74, 0.38, 0.00, 0.57. Web safe color of #1c446d is #333366. Color #1c446d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 01000100 01101101
Octal 34 104 155
Decimal 28 68 109
Hex 1C 44 6D

RGB Percentages of Color #1c446d

%13.66
%33.17
%53.17

CMYK Percentages of Color #1c446d

%74
%38
%0
%57

Triadic Colors of #1c446d

#1c446d #6d1c44 #446d1c

Analogous Colors of #1c446d

#1c446d #1d1c6d #1c6d6d

Monochromatic Colors of #1c446d

#1c446d

Complementary Color

#1c446d #6d451c

#1c446d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c446d Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c446d Color CSS Codes

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

#1c446d Text Font Color

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

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


#1c446d Background Color

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

This div background color is #1c446d


#1c446d Border Color

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

This div border color is #1c446d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c446d


Comments

No comments written yet.

Please login to write comment.