Color Hex Logo

#1a517c Color Hex

#1A517C
(26,81,124)
0 Favorites   0 Comments

Color spaces of #1a517c

RGB 2681124
HSL0.570.650.29
HSV206°79°49°
CMYK 0.790.350.00   0.51
XYZ7.00657.559720.1587
Yxy7.55970.20180.2177
Hunter Lab27.4949-2.6291-24.2238
CIE-Lab33.0486-1.7681-29.4228

#1a517c color RGB value is (26,81,124).

#1a517c hex color red value is 26, green value is 81 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #1a517c hue: 0.57 , saturation: 0.65 and the lightness value of 1a517c is 0.29.

The process color (four color CMYK) of #1a517c color hex is 0.79, 0.35, 0.00, 0.51. Web safe color of #1a517c is #336666. Color #1a517c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 01010001 01111100
Octal 32 121 174
Decimal 26 81 124
Hex 1A 51 7C

RGB Percentages of Color #1a517c

%11.26
%35.06
%53.68

CMYK Percentages of Color #1a517c

%79
%35
%0
%51

Triadic Colors of #1a517c

#1a517c #7c1a51 #517c1a

Analogous Colors of #1a517c

#1a517c #1a207c #1a7c76

Monochromatic Colors of #1a517c

#1a517c

Complementary Color

#1a517c #7c451a

#1a517c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1a517c Color Preview on White Background

Lorem ipsum dolor sit amet.

#1a517c Color CSS Codes

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

#1a517c Text Font Color

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

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


#1a517c Background Color

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

This div background color is #1a517c


#1a517c Border Color

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

This div border color is #1a517c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(26,81,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1a517c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1a517c;
  -webkit-box-shadow: 1px 1px 3px 2px #1a517c;
  box-shadow:         1px 1px 3px 2px #1a517c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(26,81,124, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1a517c


Comments

No comments written yet.

Please login to write comment.