Color Hex Logo

#1b4380 Color Hex

#1B4380
(27,67,128)
0 Favorites   0 Comments

Color spaces of #1b4380

RGB 2767128
HSL0.600.650.30
HSV216°79°50°
CMYK 0.790.480.00   0.50
XYZ6.35545.805821.2077
Yxy5.80580.19050.1740
Hunter Lab24.09524.9148-35.3181
CIE-Lab28.91719.3335-38.4899

#1b4380 color RGB value is (27,67,128).

#1b4380 hex color red value is 27, green value is 67 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #1b4380 hue: 0.60 , saturation: 0.65 and the lightness value of 1b4380 is 0.30.

The process color (four color CMYK) of #1b4380 color hex is 0.79, 0.48, 0.00, 0.50. Web safe color of #1b4380 is #333399. Color #1b4380 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 01000011 10000000
Octal 33 103 200
Decimal 27 67 128
Hex 1B 43 80

RGB Percentages of Color #1b4380

%12.16
%30.18
%57.66

CMYK Percentages of Color #1b4380

%79
%48
%0
%50

Triadic Colors of #1b4380

#1b4380 #801b43 #43801b

Analogous Colors of #1b4380

#1b4380 #261b80 #1b7680

Monochromatic Colors of #1b4380

#1b4380

Complementary Color

#1b4380 #80581b

#1b4380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1b4380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1b4380 Color CSS Codes

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

#1b4380 Text Font Color

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

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


#1b4380 Background Color

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

This div background color is #1b4380


#1b4380 Border Color

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

This div border color is #1b4380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1b4380


Comments

No comments written yet.

Please login to write comment.