Color Hex Logo

#131b2e Color Hex

#131B2E
(19,27,46)
0 Favorites   0 Comments

Color spaces of #131b2e

RGB 192746
HSL0.620.420.13
HSV222°59°18°
CMYK 0.590.410.00   0.82
XYZ1.15361.11962.7401
Yxy1.11960.23010.2233
Hunter Lab10.58110.9439-7.9470
CIE-Lab9.95053.0503-13.8669

#131b2e color RGB value is (19,27,46).

#131b2e hex color red value is 19, green value is 27 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #131b2e hue: 0.62 , saturation: 0.42 and the lightness value of 131b2e is 0.13.

The process color (four color CMYK) of #131b2e color hex is 0.59, 0.41, 0.00, 0.82. Web safe color of #131b2e is #003333. Color #131b2e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00011011 00101110
Octal 23 33 56
Decimal 19 27 46
Hex 13 1B 2E

RGB Percentages of Color #131b2e

%20.65
%29.35
%50.00

CMYK Percentages of Color #131b2e

%59
%41
%0
%82

Triadic Colors of #131b2e

#131b2e #2e131b #1b2e13

Analogous Colors of #131b2e

#131b2e #19132e #13292e

Monochromatic Colors of #131b2e

#131b2e

Complementary Color

#131b2e #2e2613

#131b2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#131b2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#131b2e Color CSS Codes

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

#131b2e Text Font Color

<p style="color:#131b2e">Text here</p>

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


#131b2e Background Color

<div style="background-color:#131b2e">
Div content here</div>

This div background color is #131b2e


#131b2e Border Color

<div style="border:3px solid #131b2e">
Div here</div>

This div border color is #131b2e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,27,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #131b2e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #131b2e;
  -webkit-box-shadow: 1px 1px 3px 2px #131b2e;
  box-shadow:         1px 1px 3px 2px #131b2e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #131b2e


Comments

No comments written yet.

Please login to write comment.