Color Hex Logo

#193e84 Color Hex

#193E84
(25,62,132)
0 Favorites   0 Comments

Color spaces of #193e84

RGB 2562132
HSL0.610.680.31
HSV219°81°52°
CMYK 0.810.530.00   0.48
XYZ6.28845.317922.5248
Yxy5.31790.18420.1558
Hunter Lab23.06068.3193-41.7701
CIE-Lab27.621914.2006-43.0750

#193e84 color RGB value is (25,62,132).

#193e84 hex color red value is 25, green value is 62 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #193e84 hue: 0.61 , saturation: 0.68 and the lightness value of 193e84 is 0.31.

The process color (four color CMYK) of #193e84 color hex is 0.81, 0.53, 0.00, 0.48. Web safe color of #193e84 is #003399. Color #193e84 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 00111110 10000100
Octal 31 76 204
Decimal 25 62 132
Hex 19 3E 84

RGB Percentages of Color #193e84

%11.42
%28.31
%60.27

CMYK Percentages of Color #193e84

%81
%53
%0
%48

Triadic Colors of #193e84

#193e84 #84193e #3e8419

Analogous Colors of #193e84

#193e84 #2a1984 #197484

Monochromatic Colors of #193e84

#193e84

Complementary Color

#193e84 #845f19

#193e84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#193e84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#193e84 Color CSS Codes

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

#193e84 Text Font Color

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

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


#193e84 Background Color

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

This div background color is #193e84


#193e84 Border Color

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

This div border color is #193e84


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,62,132, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #193e84; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #193e84;
  -webkit-box-shadow: 1px 1px 3px 2px #193e84;
  box-shadow:         1px 1px 3px 2px #193e84; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #193e84


Comments

No comments written yet.

Please login to write comment.