Color Hex Logo

#1b51ba Color Hex

#1B51BA
(27,81,186)
0 Favorites   0 Comments

Color spaces of #1b51ba

RGB 2781186
HSL0.610.750.42
HSV220°85°73°
CMYK 0.850.560.00   0.27
XYZ12.25749.663047.6735
Yxy9.66300.17610.1388
Hunter Lab31.085415.9857-69.1693
CIE-Lab37.230723.1710-60.0919

#1b51ba color RGB value is (27,81,186).

#1b51ba hex color red value is 27, green value is 81 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #1b51ba hue: 0.61 , saturation: 0.75 and the lightness value of 1b51ba is 0.42.

The process color (four color CMYK) of #1b51ba color hex is 0.85, 0.56, 0.00, 0.27. Web safe color of #1b51ba is #3366cc. Color #1b51ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 01010001 10111010
Octal 33 121 272
Decimal 27 81 186
Hex 1B 51 BA

RGB Percentages of Color #1b51ba

%9.18
%27.55
%63.27

CMYK Percentages of Color #1b51ba

%85
%56
%0
%27

Triadic Colors of #1b51ba

#1b51ba #ba1b51 #51ba1b

Analogous Colors of #1b51ba

#1b51ba #341bba #1ba1ba

Monochromatic Colors of #1b51ba

#1b51ba

Complementary Color

#1b51ba #ba841b

#1b51ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1b51ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#1b51ba Color CSS Codes

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

#1b51ba Text Font Color

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

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


#1b51ba Background Color

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

This div background color is #1b51ba


#1b51ba Border Color

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

This div border color is #1b51ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1b51ba


Comments

No comments written yet.

Please login to write comment.