Color Hex Logo

#1b348a Color Hex

#1B348A
(27,52,138)
0 Favorites   0 Comments

Color spaces of #1b348a

RGB 2752138
HSL0.630.670.32
HSV226°80°54°
CMYK 0.800.620.00   0.46
XYZ6.26744.524024.5876
Yxy4.52400.17720.1279
Hunter Lab21.269715.3754-53.6500
CIE-Lab25.333223.8405-50.5269

#1b348a color RGB value is (27,52,138).

#1b348a hex color red value is 27, green value is 52 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #1b348a hue: 0.63 , saturation: 0.67 and the lightness value of 1b348a is 0.32.

The process color (four color CMYK) of #1b348a color hex is 0.80, 0.62, 0.00, 0.46. Web safe color of #1b348a is #333399. Color #1b348a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 00110100 10001010
Octal 33 64 212
Decimal 27 52 138
Hex 1B 34 8A

RGB Percentages of Color #1b348a

%12.44
%23.96
%63.59

CMYK Percentages of Color #1b348a

%80
%62
%0
%46

Triadic Colors of #1b348a

#1b348a #8a1b34 #348a1b

Analogous Colors of #1b348a

#1b348a #3a1b8a #1b6c8a

Monochromatic Colors of #1b348a

#1b348a

Complementary Color

#1b348a #8a711b

#1b348a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1b348a Color Preview on White Background

Lorem ipsum dolor sit amet.

#1b348a Color CSS Codes

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

#1b348a Text Font Color

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

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


#1b348a Background Color

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

This div background color is #1b348a


#1b348a Border Color

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

This div border color is #1b348a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1b348a


Comments

No comments written yet.

Please login to write comment.