Color Hex Logo

#1a427b Color Hex

#1A427B
(26,66,123)
0 Favorites   0 Comments

Color spaces of #1a427b

RGB 2666123
HSL0.600.650.29
HSV215°79°48°
CMYK 0.790.460.00   0.52
XYZ5.94945.546119.4958
Yxy5.54610.19200.1790
Hunter Lab23.55023.8811-32.5976
CIE-Lab28.23727.8475-36.4549

#1a427b color RGB value is (26,66,123).

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

The process color (four color CMYK) of #1a427b color hex is 0.79, 0.46, 0.00, 0.52. Web safe color of #1a427b is #333366. Color #1a427b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 01000010 01111011
Octal 32 102 173
Decimal 26 66 123
Hex 1A 42 7B

RGB Percentages of Color #1a427b

%12.09
%30.70
%57.21

CMYK Percentages of Color #1a427b

%79
%46
%0
%52

Triadic Colors of #1a427b

#1a427b #7b1a42 #427b1a

Analogous Colors of #1a427b

#1a427b #231a7b #1a737b

Monochromatic Colors of #1a427b

#1a427b

Complementary Color

#1a427b #7b531a

#1a427b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1a427b Color Preview on White Background

Lorem ipsum dolor sit amet.

#1a427b Color CSS Codes

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

#1a427b Text Font Color

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

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


#1a427b Background Color

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

This div background color is #1a427b


#1a427b Border Color

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

This div border color is #1a427b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(26,66,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 #1a427b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1a427b


Comments

No comments written yet.

Please login to write comment.