Color Hex Logo

#131aee Color Hex

#131AEE
(19,26,238)
0 Favorites   0 Comments

Color spaces of #131aee

RGB 1926238
HSL0.660.870.50
HSV238°92°93°
CMYK 0.920.890.00   0.07
XYZ16.07067.050381.4027
Yxy7.05030.15380.0675
Hunter Lab26.552461.5688-163.1809
CIE-Lab31.921169.9260-98.8967

#131aee color RGB value is (19,26,238).

#131aee hex color red value is 19, green value is 26 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #131aee hue: 0.66 , saturation: 0.87 and the lightness value of 131aee is 0.50.

The process color (four color CMYK) of #131aee color hex is 0.92, 0.89, 0.00, 0.07. Web safe color of #131aee is #0033ff. Color #131aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00011010 11101110
Octal 23 32 356
Decimal 19 26 238
Hex 13 1A EE

RGB Percentages of Color #131aee

%6.71
%9.19
%84.10

CMYK Percentages of Color #131aee

%92
%89
%0
%7

Triadic Colors of #131aee

#131aee #ee131a #1aee13

Analogous Colors of #131aee

#131aee #7a13ee #1388ee

Monochromatic Colors of #131aee

#131aee

Complementary Color

#131aee #eee713

#131aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#131aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#131aee Color CSS Codes

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

#131aee Text Font Color

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

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


#131aee Background Color

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

This div background color is #131aee


#131aee Border Color

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

This div border color is #131aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #131aee


Comments

No comments written yet.

Please login to write comment.