Color Hex Logo

#131baa Color Hex

#131BAA
(19,27,170)
0 Favorites   0 Comments

Color spaces of #131baa

RGB 1927170
HSL0.660.800.37
HSV237°89°67°
CMYK 0.890.840.00   0.33
XYZ7.91623.824638.3512
Yxy3.82460.15800.0764
Hunter Lab19.556638.0300-102.5803
CIE-Lab23.082949.8941-73.8596

#131baa color RGB value is (19,27,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00011011 10101010
Octal 23 33 252
Decimal 19 27 170
Hex 13 1B AA

RGB Percentages of Color #131baa

%8.80
%12.50
%78.70

CMYK Percentages of Color #131baa

%89
%84
%0
%33

Triadic Colors of #131baa

#131baa #aa131b #1baa13

Analogous Colors of #131baa

#131baa #5713aa #1367aa

Monochromatic Colors of #131baa

#131baa

Complementary Color

#131baa #aaa213

#131baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#131baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#131baa Color CSS Codes

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

#131baa Text Font Color

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

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


#131baa Background Color

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

This div background color is #131baa


#131baa Border Color

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

This div border color is #131baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #131baa


Comments

No comments written yet.

Please login to write comment.