Color Hex Logo

#131ebc Color Hex

#131EBC
(19,30,188)
0 Favorites   0 Comments

Color spaces of #131ebc

RGB 1930188
HSL0.660.820.41
HSV236°90°74°
CMYK 0.900.840.00   0.26
XYZ9.80994.697847.9667
Yxy4.69780.15700.0752
Hunter Lab21.674442.8594-116.0401
CIE-Lab25.855854.1242-80.0144

#131ebc color RGB value is (19,30,188).

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

The process color (four color CMYK) of #131ebc color hex is 0.90, 0.84, 0.00, 0.26. Web safe color of #131ebc is #0033cc. Color #131ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00011110 10111100
Octal 23 36 274
Decimal 19 30 188
Hex 13 1E BC

RGB Percentages of Color #131ebc

%8.02
%12.66
%79.32

CMYK Percentages of Color #131ebc

%90
%84
%0
%26

Triadic Colors of #131ebc

#131ebc #bc131e #1ebc13

Analogous Colors of #131ebc

#131ebc #5d13bc #1373bc

Monochromatic Colors of #131ebc

#131ebc

Complementary Color

#131ebc #bcb113

#131ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#131ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#131ebc Color CSS Codes

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

#131ebc Text Font Color

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

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


#131ebc Background Color

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

This div background color is #131ebc


#131ebc Border Color

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

This div border color is #131ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #131ebc


Comments

No comments written yet.

Please login to write comment.