Color Hex Logo

#131bc5 Color Hex

#131BC5
(19,27,197)
0 Favorites   0 Comments

Color spaces of #131bc5

RGB 1927197
HSL0.660.820.42
HSV237°90°77°
CMYK 0.900.860.00   0.23
XYZ10.73854.953553.2135
Yxy4.95350.15580.0719
Hunter Lab22.256547.1755-126.1784
CIE-Lab26.601958.0870-84.0860

#131bc5 color RGB value is (19,27,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00011011 11000101
Octal 23 33 305
Decimal 19 27 197
Hex 13 1B C5

RGB Percentages of Color #131bc5

%7.82
%11.11
%81.07

CMYK Percentages of Color #131bc5

%90
%86
%0
%23

Triadic Colors of #131bc5

#131bc5 #c5131b #1bc513

Analogous Colors of #131bc5

#131bc5 #6413c5 #1374c5

Monochromatic Colors of #131bc5

#131bc5

Complementary Color

#131bc5 #c5bd13

#131bc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#131bc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#131bc5 Color CSS Codes

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

#131bc5 Text Font Color

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

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


#131bc5 Background Color

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

This div background color is #131bc5


#131bc5 Border Color

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

This div border color is #131bc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #131bc5


Comments

No comments written yet.

Please login to write comment.