Color Hex Logo

#131aad Color Hex

#131AAD
(19,26,173)
0 Favorites   0 Comments

Color spaces of #131aad

RGB 1926173
HSL0.660.800.38
HSV237°89°68°
CMYK 0.890.850.00   0.32
XYZ8.18083.894439.8557
Yxy3.89440.15750.0750
Hunter Lab19.734239.4620-105.9294
CIE-Lab23.319251.2817-75.2755

#131aad color RGB value is (19,26,173).

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

The process color (four color CMYK) of #131aad color hex is 0.89, 0.85, 0.00, 0.32. Web safe color of #131aad is #003399. Color #131aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00011010 10101101
Octal 23 32 255
Decimal 19 26 173
Hex 13 1A AD

RGB Percentages of Color #131aad

%8.72
%11.93
%79.36

CMYK Percentages of Color #131aad

%89
%85
%0
%32

Triadic Colors of #131aad

#131aad #ad131a #1aad13

Analogous Colors of #131aad

#131aad #5913ad #1367ad

Monochromatic Colors of #131aad

#131aad

Complementary Color

#131aad #ada613

#131aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#131aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#131aad Color CSS Codes

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

#131aad Text Font Color

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

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


#131aad Background Color

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

This div background color is #131aad


#131aad Border Color

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

This div border color is #131aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #131aad


Comments

No comments written yet.

Please login to write comment.