Color Hex Logo

#131ba6 Color Hex

#131BA6
(19,27,166)
0 Favorites   0 Comments

Color spaces of #131ba6

RGB 1927166
HSL0.660.790.36
HSV237°89°65°
CMYK 0.890.840.00   0.35
XYZ7.54343.675536.3883
Yxy3.67550.15850.0772
Hunter Lab19.171636.6837-99.1142
CIE-Lab22.568348.6293-72.2948

#131ba6 color RGB value is (19,27,166).

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

The process color (four color CMYK) of #131ba6 color hex is 0.89, 0.84, 0.00, 0.35. Web safe color of #131ba6 is #003399. Color #131ba6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00011011 10100110
Octal 23 33 246
Decimal 19 27 166
Hex 13 1B A6

RGB Percentages of Color #131ba6

%8.96
%12.74
%78.30

CMYK Percentages of Color #131ba6

%89
%84
%0
%35

Triadic Colors of #131ba6

#131ba6 #a6131b #1ba613

Analogous Colors of #131ba6

#131ba6 #5513a6 #1365a6

Monochromatic Colors of #131ba6

#131ba6

Complementary Color

#131ba6 #a69e13

#131ba6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#131ba6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#131ba6 Color CSS Codes

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

#131ba6 Text Font Color

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

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


#131ba6 Background Color

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

This div background color is #131ba6


#131ba6 Border Color

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

This div border color is #131ba6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #131ba6


Comments

No comments written yet.

Please login to write comment.