Color Hex Logo

#1b093e Color Hex

#1B093E
(27,9,62)
0 Favorites   0 Comments

Color spaces of #1b093e

RGB 27962
HSL0.720.750.14
HSV260°85°24°
CMYK 0.560.850.00   0.76
XYZ1.41920.77624.6324
Yxy0.77620.20790.1137
Hunter Lab8.810213.3359-25.0074
CIE-Lab7.011423.9359-30.1451

#1b093e color RGB value is (27,9,62).

#1b093e hex color red value is 27, green value is 9 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #1b093e hue: 0.72 , saturation: 0.75 and the lightness value of 1b093e is 0.14.

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

Base Numbers

BaseRedGreenBlue
Binary 00011011 00001001 00111110
Octal 33 11 76
Decimal 27 9 62
Hex 1B 9 3E

RGB Percentages of Color #1b093e

%27.55
%9.18
%63.27

CMYK Percentages of Color #1b093e

%56
%85
%0
%76

Triadic Colors of #1b093e

#1b093e #3e1b09 #093e1b

Analogous Colors of #1b093e

#1b093e #36093e #09123e

Monochromatic Colors of #1b093e

#1b093e

Complementary Color

#1b093e #2c3e09

#1b093e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1b093e Color Preview on White Background

Lorem ipsum dolor sit amet.

#1b093e Color CSS Codes

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

#1b093e Text Font Color

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

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


#1b093e Background Color

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

This div background color is #1b093e


#1b093e Border Color

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

This div border color is #1b093e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(27,9,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 #1b093e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1b093e


Comments

No comments written yet.

Please login to write comment.