Color Hex Logo

#193df1 Color Hex

#193DF1
(25,61,241)
0 Favorites   0 Comments

Color spaces of #193df1

RGB 2561241
HSL0.640.890.52
HSV230°90°95°
CMYK 0.900.750.00   0.05
XYZ17.94689.895084.1831
Yxy9.89500.16020.0883
Hunter Lab31.456346.7912-136.6519
CIE-Lab37.653355.5844-91.0572

#193df1 color RGB value is (25,61,241).

#193df1 hex color red value is 25, green value is 61 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #193df1 hue: 0.64 , saturation: 0.89 and the lightness value of 193df1 is 0.52.

The process color (four color CMYK) of #193df1 color hex is 0.90, 0.75, 0.00, 0.05. Web safe color of #193df1 is #0033ff. Color #193df1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 00111101 11110001
Octal 31 75 361
Decimal 25 61 241
Hex 19 3D F1

RGB Percentages of Color #193df1

%7.65
%18.65
%73.70

CMYK Percentages of Color #193df1

%90
%75
%0
%5

Triadic Colors of #193df1

#193df1 #f1193d #3df119

Analogous Colors of #193df1

#193df1 #6119f1 #19a9f1

Monochromatic Colors of #193df1

#193df1

Complementary Color

#193df1 #f1cd19

#193df1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#193df1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#193df1 Color CSS Codes

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

#193df1 Text Font Color

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

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


#193df1 Background Color

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

This div background color is #193df1


#193df1 Border Color

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

This div border color is #193df1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #193df1


Comments

No comments written yet.

Please login to write comment.