Color Hex Logo

#131263 Color Hex

#131263
(19,18,99)
0 Favorites   0 Comments

Color spaces of #131263

RGB 191899
HSL0.670.690.23
HSV241°82°39°
CMYK 0.810.820.00   0.61
XYZ2.73701.471911.9442
Yxy1.47190.16940.0911
Hunter Lab12.132219.0380-49.8788
CIE-Lab12.428330.7195-46.7262

#131263 color RGB value is (19,18,99).

#131263 hex color red value is 19, green value is 18 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #131263 hue: 0.67 , saturation: 0.69 and the lightness value of 131263 is 0.23.

The process color (four color CMYK) of #131263 color hex is 0.81, 0.82, 0.00, 0.61. Web safe color of #131263 is #000066. Color #131263 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00010010 01100011
Octal 23 22 143
Decimal 19 18 99
Hex 13 12 63

RGB Percentages of Color #131263

%13.97
%13.24
%72.79

CMYK Percentages of Color #131263

%81
%82
%0
%61

Triadic Colors of #131263

#131263 #631312 #126313

Analogous Colors of #131263

#131263 #3c1263 #123963

Monochromatic Colors of #131263

#131263

Complementary Color

#131263 #626312

#131263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#131263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#131263 Color CSS Codes

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

#131263 Text Font Color

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

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


#131263 Background Color

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

This div background color is #131263


#131263 Border Color

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

This div border color is #131263


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,18,99, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #131263; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #131263;
  -webkit-box-shadow: 1px 1px 3px 2px #131263;
  box-shadow:         1px 1px 3px 2px #131263; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #131263


Comments

No comments written yet.

Please login to write comment.