Color Hex Logo

#1b113e Color Hex

#1B113E
(27,17,62)
0 Favorites   0 Comments

Color spaces of #1b113e

RGB 271762
HSL0.700.570.15
HSV253°73°24°
CMYK 0.560.730.00   0.76
XYZ1.52190.98174.6667
Yxy0.98170.21230.1369
Hunter Lab9.908110.0788-20.9899
CIE-Lab8.838118.9632-27.1675

#1b113e color RGB value is (27,17,62).

#1b113e hex color red value is 27, green value is 17 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #1b113e hue: 0.70 , saturation: 0.57 and the lightness value of 1b113e is 0.15.

The process color (four color CMYK) of #1b113e color hex is 0.56, 0.73, 0.00, 0.76. Web safe color of #1b113e is #330033. Color #1b113e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 00010001 00111110
Octal 33 21 76
Decimal 27 17 62
Hex 1B 11 3E

RGB Percentages of Color #1b113e

%25.47
%16.04
%58.49

CMYK Percentages of Color #1b113e

%56
%73
%0
%76

Triadic Colors of #1b113e

#1b113e #3e1b11 #113e1b

Analogous Colors of #1b113e

#1b113e #32113e #111e3e

Monochromatic Colors of #1b113e

#1b113e

Complementary Color

#1b113e #343e11

#1b113e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1b113e Color Preview on White Background

Lorem ipsum dolor sit amet.

#1b113e Color CSS Codes

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

#1b113e Text Font Color

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

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


#1b113e Background Color

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

This div background color is #1b113e


#1b113e Border Color

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

This div border color is #1b113e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1b113e


Comments

No comments written yet.

Please login to write comment.