Color Hex Logo

#193fab Color Hex

#193FAB
(25,63,171)
0 Favorites   0 Comments

Color spaces of #193fab

RGB 2563171
HSL0.620.740.38
HSV224°85°67°
CMYK 0.850.630.00   0.33
XYZ9.52916.702039.3194
Yxy6.70200.17150.1206
Hunter Lab25.888220.3990-71.9287
CIE-Lab31.118629.1803-61.1836

#193fab color RGB value is (25,63,171).

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

The process color (four color CMYK) of #193fab color hex is 0.85, 0.63, 0.00, 0.33. Web safe color of #193fab is #003399. Color #193fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 00111111 10101011
Octal 31 77 253
Decimal 25 63 171
Hex 19 3F AB

RGB Percentages of Color #193fab

%9.65
%24.32
%66.02

CMYK Percentages of Color #193fab

%85
%63
%0
%33

Triadic Colors of #193fab

#193fab #ab193f #3fab19

Analogous Colors of #193fab

#193fab #3c19ab #1988ab

Monochromatic Colors of #193fab

#193fab

Complementary Color

#193fab #ab8519

#193fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#193fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#193fab Color CSS Codes

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

#193fab Text Font Color

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

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


#193fab Background Color

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

This div background color is #193fab


#193fab Border Color

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

This div border color is #193fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #193fab


Comments

No comments written yet.

Please login to write comment.