Color Hex Logo

#1c359b Color Hex

#1C359B
(28,53,155)
0 Favorites   0 Comments

Color spaces of #1c359b

RGB 2853155
HSL0.630.690.36
HSV228°82°61°
CMYK 0.820.660.00   0.39
XYZ7.66845.159631.6021
Yxy5.15960.17260.1161
Hunter Lab22.714820.5100-66.5874
CIE-Lab27.184729.9113-57.9621

#1c359b color RGB value is (28,53,155).

#1c359b hex color red value is 28, green value is 53 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #1c359b hue: 0.63 , saturation: 0.69 and the lightness value of 1c359b is 0.36.

The process color (four color CMYK) of #1c359b color hex is 0.82, 0.66, 0.00, 0.39. Web safe color of #1c359b is #333399. Color #1c359b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 00110101 10011011
Octal 34 65 233
Decimal 28 53 155
Hex 1C 35 9B

RGB Percentages of Color #1c359b

%11.86
%22.46
%65.68

CMYK Percentages of Color #1c359b

%82
%66
%0
%39

Triadic Colors of #1c359b

#1c359b #9b1c35 #359b1c

Analogous Colors of #1c359b

#1c359b #421c9b #1c759b

Monochromatic Colors of #1c359b

#1c359b

Complementary Color

#1c359b #9b821c

#1c359b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c359b Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c359b Color CSS Codes

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

#1c359b Text Font Color

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

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


#1c359b Background Color

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

This div background color is #1c359b


#1c359b Border Color

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

This div border color is #1c359b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c359b


Comments

No comments written yet.

Please login to write comment.