Color Hex Logo

#193dbe Color Hex

#193DBE
(25,61,190)
0 Favorites   0 Comments

Color spaces of #193dbe

RGB 2561190
HSL0.630.770.42
HSV227°87°75°
CMYK 0.870.680.00   0.25
XYZ11.36397.261949.5179
Yxy7.26190.16680.1066
Hunter Lab26.947928.1144-90.0843
CIE-Lab32.395837.7172-70.3616

#193dbe color RGB value is (25,61,190).

#193dbe hex color red value is 25, green value is 61 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #193dbe hue: 0.63 , saturation: 0.77 and the lightness value of 193dbe is 0.42.

The process color (four color CMYK) of #193dbe color hex is 0.87, 0.68, 0.00, 0.25. Web safe color of #193dbe is #0033cc. Color #193dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 00111101 10111110
Octal 31 75 276
Decimal 25 61 190
Hex 19 3D BE

RGB Percentages of Color #193dbe

%9.06
%22.10
%68.84

CMYK Percentages of Color #193dbe

%87
%68
%0
%25

Triadic Colors of #193dbe

#193dbe #be193d #3dbe19

Analogous Colors of #193dbe

#193dbe #4719be #1990be

Monochromatic Colors of #193dbe

#193dbe

Complementary Color

#193dbe #be9a19

#193dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#193dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#193dbe Color CSS Codes

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

#193dbe Text Font Color

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

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


#193dbe Background Color

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

This div background color is #193dbe


#193dbe Border Color

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

This div border color is #193dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #193dbe


Comments

No comments written yet.

Please login to write comment.