Color Hex Logo

#193bd2 Color Hex

#193BD2
(25,59,210)
0 Favorites   0 Comments

Color spaces of #193bd2

RGB 2559210
HSL0.640.790.46
HSV229°88°82°
CMYK 0.880.720.00   0.18
XYZ13.59777.987761.7979
Yxy7.98770.16310.0958
Hunter Lab28.262536.4207-109.8578
CIE-Lab33.957346.1714-79.4570

#193bd2 color RGB value is (25,59,210).

#193bd2 hex color red value is 25, green value is 59 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #193bd2 hue: 0.64 , saturation: 0.79 and the lightness value of 193bd2 is 0.46.

The process color (four color CMYK) of #193bd2 color hex is 0.88, 0.72, 0.00, 0.18. Web safe color of #193bd2 is #0033cc. Color #193bd2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 00111011 11010010
Octal 31 73 322
Decimal 25 59 210
Hex 19 3B D2

RGB Percentages of Color #193bd2

%8.50
%20.07
%71.43

CMYK Percentages of Color #193bd2

%88
%72
%0
%18

Triadic Colors of #193bd2

#193bd2 #d2193b #3bd219

Analogous Colors of #193bd2

#193bd2 #5319d2 #1998d2

Monochromatic Colors of #193bd2

#193bd2

Complementary Color

#193bd2 #d2b019

#193bd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#193bd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#193bd2 Color CSS Codes

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

#193bd2 Text Font Color

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

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


#193bd2 Background Color

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

This div background color is #193bd2


#193bd2 Border Color

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

This div border color is #193bd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #193bd2


Comments

No comments written yet.

Please login to write comment.