Color Hex Logo

#193be0 Color Hex

#193BE0
(25,59,224)
0 Favorites   0 Comments

Color spaces of #193be0

RGB 2559224
HSL0.640.800.49
HSV230°89°88°
CMYK 0.890.740.00   0.12
XYZ15.41948.716471.3908
Yxy8.71640.16140.0912
Hunter Lab29.523541.5598-122.7025
CIE-Lab35.432451.0051-85.0731

#193be0 color RGB value is (25,59,224).

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

The process color (four color CMYK) of #193be0 color hex is 0.89, 0.74, 0.00, 0.12. Web safe color of #193be0 is #0033cc. Color #193be0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 00111011 11100000
Octal 31 73 340
Decimal 25 59 224
Hex 19 3B E0

RGB Percentages of Color #193be0

%8.12
%19.16
%72.73

CMYK Percentages of Color #193be0

%89
%74
%0
%12

Triadic Colors of #193be0

#193be0 #e0193b #3be019

Analogous Colors of #193be0

#193be0 #5a19e0 #199fe0

Monochromatic Colors of #193be0

#193be0

Complementary Color

#193be0 #e0be19

#193be0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#193be0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#193be0 Color CSS Codes

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

#193be0 Text Font Color

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

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


#193be0 Background Color

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

This div background color is #193be0


#193be0 Border Color

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

This div border color is #193be0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #193be0


Comments

No comments written yet.

Please login to write comment.