Color Hex Logo

#131982 Color Hex

#131982
(19,25,130)
0 Favorites   0 Comments

Color spaces of #131982

RGB 1925130
HSL0.660.740.29
HSV237°85°51°
CMYK 0.850.810.00   0.49
XYZ4.64552.445421.3463
Yxy2.44540.16340.0860
Hunter Lab15.637825.6607-69.9872
CIE-Lab17.669937.6819-58.1337

#131982 color RGB value is (19,25,130).

#131982 hex color red value is 19, green value is 25 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #131982 hue: 0.66 , saturation: 0.74 and the lightness value of 131982 is 0.29.

The process color (four color CMYK) of #131982 color hex is 0.85, 0.81, 0.00, 0.49. Web safe color of #131982 is #000099. Color #131982 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00011001 10000010
Octal 23 31 202
Decimal 19 25 130
Hex 13 19 82

RGB Percentages of Color #131982

%10.92
%14.37
%74.71

CMYK Percentages of Color #131982

%85
%81
%0
%49

Triadic Colors of #131982

#131982 #821319 #198213

Analogous Colors of #131982

#131982 #451382 #135182

Monochromatic Colors of #131982

#131982

Complementary Color

#131982 #827c13

#131982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#131982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#131982 Color CSS Codes

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

#131982 Text Font Color

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

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


#131982 Background Color

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

This div background color is #131982


#131982 Border Color

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

This div border color is #131982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #131982


Comments

No comments written yet.

Please login to write comment.