Color Hex Logo

#1b4ea4 Color Hex

#1B4EA4
(27,78,164)
0 Favorites   0 Comments

Color spaces of #1b4ea4

RGB 2778164
HSL0.600.720.37
HSV218°84°64°
CMYK 0.840.520.00   0.36
XYZ9.87728.362136.2154
Yxy8.36210.18140.1536
Hunter Lab28.917310.3645-54.0114
CIE-Lab34.725916.4264-51.1132

#1b4ea4 color RGB value is (27,78,164).

#1b4ea4 hex color red value is 27, green value is 78 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #1b4ea4 hue: 0.60 , saturation: 0.72 and the lightness value of 1b4ea4 is 0.37.

The process color (four color CMYK) of #1b4ea4 color hex is 0.84, 0.52, 0.00, 0.36. Web safe color of #1b4ea4 is #336699. Color #1b4ea4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 01001110 10100100
Octal 33 116 244
Decimal 27 78 164
Hex 1B 4E A4

RGB Percentages of Color #1b4ea4

%10.04
%29.00
%60.97

CMYK Percentages of Color #1b4ea4

%84
%52
%0
%36

Triadic Colors of #1b4ea4

#1b4ea4 #a41b4e #4ea41b

Analogous Colors of #1b4ea4

#1b4ea4 #2d1ba4 #1b93a4

Monochromatic Colors of #1b4ea4

#1b4ea4

Complementary Color

#1b4ea4 #a4711b

#1b4ea4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1b4ea4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1b4ea4 Color CSS Codes

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

#1b4ea4 Text Font Color

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

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


#1b4ea4 Background Color

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

This div background color is #1b4ea4


#1b4ea4 Border Color

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

This div border color is #1b4ea4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(27,78,164, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1b4ea4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1b4ea4;
  -webkit-box-shadow: 1px 1px 3px 2px #1b4ea4;
  box-shadow:         1px 1px 3px 2px #1b4ea4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(27,78,164, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1b4ea4


Comments

No comments written yet.

Please login to write comment.