Color Hex Logo

#193fa1 Color Hex

#193FA1
(25,63,161)
0 Favorites   0 Comments

Color spaces of #193fa1

RGB 2563161
HSL0.620.730.36
HSV223°84°63°
CMYK 0.840.610.00   0.37
XYZ8.61146.334934.4871
Yxy6.33490.17420.1282
Hunter Lab25.169217.0258-63.6212
CIE-Lab30.242125.2487-56.6035

#193fa1 color RGB value is (25,63,161).

#193fa1 hex color red value is 25, green value is 63 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #193fa1 hue: 0.62 , saturation: 0.73 and the lightness value of 193fa1 is 0.36.

The process color (four color CMYK) of #193fa1 color hex is 0.84, 0.61, 0.00, 0.37. Web safe color of #193fa1 is #003399. Color #193fa1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 00111111 10100001
Octal 31 77 241
Decimal 25 63 161
Hex 19 3F A1

RGB Percentages of Color #193fa1

%10.04
%25.30
%64.66

CMYK Percentages of Color #193fa1

%84
%61
%0
%37

Triadic Colors of #193fa1

#193fa1 #a1193f #3fa119

Analogous Colors of #193fa1

#193fa1 #3719a1 #1983a1

Monochromatic Colors of #193fa1

#193fa1

Complementary Color

#193fa1 #a17b19

#193fa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#193fa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#193fa1 Color CSS Codes

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

#193fa1 Text Font Color

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

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


#193fa1 Background Color

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

This div background color is #193fa1


#193fa1 Border Color

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

This div border color is #193fa1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #193fa1


Comments

No comments written yet.

Please login to write comment.