Color Hex Logo

#131250 Color Hex

#131250
(19,18,80)
0 Favorites   0 Comments

Color spaces of #131250

RGB 191880
HSL0.670.630.19
HSV241°78°31°
CMYK 0.760.780.00   0.69
XYZ1.93281.15027.7096
Yxy1.15020.17910.1066
Hunter Lab10.724713.4008-35.1140
CIE-Lab10.184823.6094-37.5948

#131250 color RGB value is (19,18,80).

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

The process color (four color CMYK) of #131250 color hex is 0.76, 0.78, 0.00, 0.69. Web safe color of #131250 is #000066. Color #131250 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00010010 01010000
Octal 23 22 120
Decimal 19 18 80
Hex 13 12 50

RGB Percentages of Color #131250

%16.24
%15.38
%68.38

CMYK Percentages of Color #131250

%76
%78
%0
%69

Triadic Colors of #131250

#131250 #501312 #125013

Analogous Colors of #131250

#131250 #321250 #123050

Monochromatic Colors of #131250

#131250

Complementary Color

#131250 #4f5012

#131250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#131250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#131250 Color CSS Codes

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

#131250 Text Font Color

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

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


#131250 Background Color

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

This div background color is #131250


#131250 Border Color

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

This div border color is #131250


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #131250


Comments

No comments written yet.

Please login to write comment.