Color Hex Logo

#1c5bb1 Color Hex

#1C5BB1
(28,91,177)
0 Favorites   0 Comments

Color spaces of #1c5bb1

RGB 2891177
HSL0.600.730.40
HSV215°84°69°
CMYK 0.840.490.00   0.31
XYZ12.155810.903443.0589
Yxy10.90340.18380.1649
Hunter Lab33.02037.9259-54.2007
CIE-Lab39.417313.0460-51.2546

#1c5bb1 color RGB value is (28,91,177).

#1c5bb1 hex color red value is 28, green value is 91 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #1c5bb1 hue: 0.60 , saturation: 0.73 and the lightness value of 1c5bb1 is 0.40.

The process color (four color CMYK) of #1c5bb1 color hex is 0.84, 0.49, 0.00, 0.31. Web safe color of #1c5bb1 is #336699. Color #1c5bb1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 01011011 10110001
Octal 34 133 261
Decimal 28 91 177
Hex 1C 5B B1

RGB Percentages of Color #1c5bb1

%9.46
%30.74
%59.80

CMYK Percentages of Color #1c5bb1

%84
%49
%0
%31

Triadic Colors of #1c5bb1

#1c5bb1 #b11c5b #5bb11c

Analogous Colors of #1c5bb1

#1c5bb1 #281cb1 #1ca6b1

Monochromatic Colors of #1c5bb1

#1c5bb1

Complementary Color

#1c5bb1 #b1721c

#1c5bb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c5bb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c5bb1 Color CSS Codes

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

#1c5bb1 Text Font Color

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

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


#1c5bb1 Background Color

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

This div background color is #1c5bb1


#1c5bb1 Border Color

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

This div border color is #1c5bb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c5bb1


Comments

No comments written yet.

Please login to write comment.