Color Hex Logo

#193083 Color Hex

#193083
(25,48,131)
0 Favorites   0 Comments

Color spaces of #193083

RGB 2548131
HSL0.630.680.31
HSV227°81°51°
CMYK 0.810.630.00   0.49
XYZ5.55463.959321.9442
Yxy3.95930.17660.1259
Hunter Lab19.898015.0075-51.4585
CIE-Lab23.536423.6170-49.0937

#193083 color RGB value is (25,48,131).

#193083 hex color red value is 25, green value is 48 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #193083 hue: 0.63 , saturation: 0.68 and the lightness value of 193083 is 0.31.

The process color (four color CMYK) of #193083 color hex is 0.81, 0.63, 0.00, 0.49. Web safe color of #193083 is #003399. Color #193083 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 00110000 10000011
Octal 31 60 203
Decimal 25 48 131
Hex 19 30 83

RGB Percentages of Color #193083

%12.25
%23.53
%64.22

CMYK Percentages of Color #193083

%81
%63
%0
%49

Triadic Colors of #193083

#193083 #831930 #308319

Analogous Colors of #193083

#193083 #371983 #196583

Monochromatic Colors of #193083

#193083

Complementary Color

#193083 #836c19

#193083 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#193083 Color Preview on White Background

Lorem ipsum dolor sit amet.

#193083 Color CSS Codes

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

#193083 Text Font Color

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

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


#193083 Background Color

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

This div background color is #193083


#193083 Border Color

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

This div border color is #193083


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #193083


Comments

No comments written yet.

Please login to write comment.