Color Hex Logo

#131740 Color Hex

#131740
(19,23,64)
0 Favorites   0 Comments

Color spaces of #131740

RGB 192364
HSL0.650.540.16
HSV235°70°25°
CMYK 0.700.640.00   0.75
XYZ1.50041.12144.9879
Yxy1.12140.19720.1474
Hunter Lab10.58966.7591-20.5139
CIE-Lab9.964413.5120-26.7958

#131740 color RGB value is (19,23,64).

#131740 hex color red value is 19, green value is 23 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #131740 hue: 0.65 , saturation: 0.54 and the lightness value of 131740 is 0.16.

The process color (four color CMYK) of #131740 color hex is 0.70, 0.64, 0.00, 0.75. Web safe color of #131740 is #000033. Color #131740 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00010111 01000000
Octal 23 27 100
Decimal 19 23 64
Hex 13 17 40

RGB Percentages of Color #131740

%17.92
%21.70
%60.38

CMYK Percentages of Color #131740

%70
%64
%0
%75

Triadic Colors of #131740

#131740 #401317 #174013

Analogous Colors of #131740

#131740 #261340 #132e40

Monochromatic Colors of #131740

#131740

Complementary Color

#131740 #403c13

#131740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#131740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#131740 Color CSS Codes

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

#131740 Text Font Color

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

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


#131740 Background Color

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

This div background color is #131740


#131740 Border Color

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

This div border color is #131740


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,23,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #131740; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #131740;
  -webkit-box-shadow: 1px 1px 3px 2px #131740;
  box-shadow:         1px 1px 3px 2px #131740; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #131740


Comments

No comments written yet.

Please login to write comment.