Color Hex Logo

#131e6d Color Hex

#131E6D
(19,30,109)
0 Favorites   0 Comments

Color spaces of #131e6d

RGB 1930109
HSL0.650.700.25
HSV233°83°43°
CMYK 0.830.720.00   0.57
XYZ3.49312.171114.7030
Yxy2.17110.17150.1066
Hunter Lab14.734716.5308-48.8484
CIE-Lab16.360726.7512-46.8131

#131e6d color RGB value is (19,30,109).

#131e6d hex color red value is 19, green value is 30 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #131e6d hue: 0.65 , saturation: 0.70 and the lightness value of 131e6d is 0.25.

The process color (four color CMYK) of #131e6d color hex is 0.83, 0.72, 0.00, 0.57. Web safe color of #131e6d is #003366. Color #131e6d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00011110 01101101
Octal 23 36 155
Decimal 19 30 109
Hex 13 1E 6D

RGB Percentages of Color #131e6d

%12.03
%18.99
%68.99

CMYK Percentages of Color #131e6d

%83
%72
%0
%57

Triadic Colors of #131e6d

#131e6d #6d131e #1e6d13

Analogous Colors of #131e6d

#131e6d #35136d #134b6d

Monochromatic Colors of #131e6d

#131e6d

Complementary Color

#131e6d #6d6213

#131e6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#131e6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#131e6d Color CSS Codes

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

#131e6d Text Font Color

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

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


#131e6d Background Color

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

This div background color is #131e6d


#131e6d Border Color

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

This div border color is #131e6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #131e6d


Comments

No comments written yet.

Please login to write comment.