Color Hex Logo

#1b51ad Color Hex

#1B51AD
(27,81,173)
0 Favorites   0 Comments

Color spaces of #1b51ad

RGB 2781173
HSL0.610.730.39
HSV218°84°68°
CMYK 0.840.530.00   0.32
XYZ10.93729.135040.7219
Yxy9.13500.17990.1503
Hunter Lab30.224211.7014-58.7262
CIE-Lab36.242918.0125-54.0222

#1b51ad color RGB value is (27,81,173).

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

The process color (four color CMYK) of #1b51ad color hex is 0.84, 0.53, 0.00, 0.32. Web safe color of #1b51ad is #336699. Color #1b51ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 01010001 10101101
Octal 33 121 255
Decimal 27 81 173
Hex 1B 51 AD

RGB Percentages of Color #1b51ad

%9.61
%28.83
%61.57

CMYK Percentages of Color #1b51ad

%84
%53
%0
%32

Triadic Colors of #1b51ad

#1b51ad #ad1b51 #51ad1b

Analogous Colors of #1b51ad

#1b51ad #2e1bad #1b9aad

Monochromatic Colors of #1b51ad

#1b51ad

Complementary Color

#1b51ad #ad771b

#1b51ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1b51ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#1b51ad Color CSS Codes

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

#1b51ad Text Font Color

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

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


#1b51ad Background Color

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

This div background color is #1b51ad


#1b51ad Border Color

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

This div border color is #1b51ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1b51ad


Comments

No comments written yet.

Please login to write comment.