Color Hex Logo

#1c59aa Color Hex

#1C59AA
(28,89,170)
0 Favorites   0 Comments

Color spaces of #1c59aa

RGB 2889170
HSL0.600.720.39
HSV214°84°67°
CMYK 0.840.480.00   0.33
XYZ11.307010.293939.4212
Yxy10.29390.18530.1687
Hunter Lab32.08416.7593-50.3897
CIE-Lab38.364811.5771-48.8130

#1c59aa color RGB value is (28,89,170).

#1c59aa hex color red value is 28, green value is 89 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #1c59aa hue: 0.60 , saturation: 0.72 and the lightness value of 1c59aa is 0.39.

The process color (four color CMYK) of #1c59aa color hex is 0.84, 0.48, 0.00, 0.33. Web safe color of #1c59aa is #336699. Color #1c59aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 01011001 10101010
Octal 34 131 252
Decimal 28 89 170
Hex 1C 59 AA

RGB Percentages of Color #1c59aa

%9.76
%31.01
%59.23

CMYK Percentages of Color #1c59aa

%84
%48
%0
%33

Triadic Colors of #1c59aa

#1c59aa #aa1c59 #59aa1c

Analogous Colors of #1c59aa

#1c59aa #261caa #1ca0aa

Monochromatic Colors of #1c59aa

#1c59aa

Complementary Color

#1c59aa #aa6d1c

#1c59aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c59aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c59aa Color CSS Codes

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

#1c59aa Text Font Color

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

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


#1c59aa Background Color

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

This div background color is #1c59aa


#1c59aa Border Color

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

This div border color is #1c59aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c59aa


Comments

No comments written yet.

Please login to write comment.