Color Hex Logo

#131ecd Color Hex

#131ECD
(19,30,205)
0 Favorites   0 Comments

Color spaces of #131ecd

RGB 1930205
HSL0.660.830.44
HSV236°91°80°
CMYK 0.910.850.00   0.20
XYZ11.75235.474858.1949
Yxy5.47480.15580.0726
Hunter Lab23.398348.7085-131.0839
CIE-Lab28.046859.2381-86.3647

#131ecd color RGB value is (19,30,205).

#131ecd hex color red value is 19, green value is 30 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #131ecd hue: 0.66 , saturation: 0.83 and the lightness value of 131ecd is 0.44.

The process color (four color CMYK) of #131ecd color hex is 0.91, 0.85, 0.00, 0.20. Web safe color of #131ecd is #0033cc. Color #131ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00011110 11001101
Octal 23 36 315
Decimal 19 30 205
Hex 13 1E CD

RGB Percentages of Color #131ecd

%7.48
%11.81
%80.71

CMYK Percentages of Color #131ecd

%91
%85
%0
%20

Triadic Colors of #131ecd

#131ecd #cd131e #1ecd13

Analogous Colors of #131ecd

#131ecd #6513cd #137bcd

Monochromatic Colors of #131ecd

#131ecd

Complementary Color

#131ecd #cdc213

#131ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#131ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#131ecd Color CSS Codes

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

#131ecd Text Font Color

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

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


#131ecd Background Color

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

This div background color is #131ecd


#131ecd Border Color

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

This div border color is #131ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #131ecd


Comments

No comments written yet.

Please login to write comment.