Color Hex Logo

#1c557b Color Hex

#1C557B
(28,85,123)
0 Favorites   0 Comments

Color spaces of #1c557b

RGB 2885123
HSL0.570.630.30
HSV204°77°48°
CMYK 0.770.310.00   0.52
XYZ7.30258.173919.9317
Yxy8.17390.20620.2308
Hunter Lab28.5900-4.4399-21.3213
CIE-Lab34.3425-4.4336-26.7625

#1c557b color RGB value is (28,85,123).

#1c557b hex color red value is 28, green value is 85 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #1c557b hue: 0.57 , saturation: 0.63 and the lightness value of 1c557b is 0.30.

The process color (four color CMYK) of #1c557b color hex is 0.77, 0.31, 0.00, 0.52. Web safe color of #1c557b is #336666. Color #1c557b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 01010101 01111011
Octal 34 125 173
Decimal 28 85 123
Hex 1C 55 7B

RGB Percentages of Color #1c557b

%11.86
%36.02
%52.12

CMYK Percentages of Color #1c557b

%77
%31
%0
%52

Triadic Colors of #1c557b

#1c557b #7b1c55 #557b1c

Analogous Colors of #1c557b

#1c557b #1c257b #1c7b72

Monochromatic Colors of #1c557b

#1c557b

Complementary Color

#1c557b #7b421c

#1c557b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c557b Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c557b Color CSS Codes

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

#1c557b Text Font Color

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

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


#1c557b Background Color

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

This div background color is #1c557b


#1c557b Border Color

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

This div border color is #1c557b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c557b


Comments

No comments written yet.

Please login to write comment.