Color Hex Logo

#1a426d Color Hex

#1A426D
(26,66,109)
0 Favorites   0 Comments

Color spaces of #1a426d

RGB 2666109
HSL0.590.610.26
HSV211°76°43°
CMYK 0.760.390.00   0.57
XYZ5.13455.220215.2050
Yxy5.22020.20090.2042
Hunter Lab22.84780.1301-23.4636
CIE-Lab27.35312.1453-29.0153

#1a426d color RGB value is (26,66,109).

#1a426d hex color red value is 26, green value is 66 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #1a426d hue: 0.59 , saturation: 0.61 and the lightness value of 1a426d is 0.26.

The process color (four color CMYK) of #1a426d color hex is 0.76, 0.39, 0.00, 0.57. Web safe color of #1a426d is #333366. Color #1a426d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 01000010 01101101
Octal 32 102 155
Decimal 26 66 109
Hex 1A 42 6D

RGB Percentages of Color #1a426d

%12.94
%32.84
%54.23

CMYK Percentages of Color #1a426d

%76
%39
%0
%57

Triadic Colors of #1a426d

#1a426d #6d1a42 #426d1a

Analogous Colors of #1a426d

#1a426d #1c1a6d #1a6c6d

Monochromatic Colors of #1a426d

#1a426d

Complementary Color

#1a426d #6d451a

#1a426d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1a426d Color Preview on White Background

Lorem ipsum dolor sit amet.

#1a426d Color CSS Codes

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

#1a426d Text Font Color

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

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


#1a426d Background Color

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

This div background color is #1a426d


#1a426d Border Color

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

This div border color is #1a426d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1a426d


Comments

No comments written yet.

Please login to write comment.