Color Hex Logo

#193bab Color Hex

#193BAB
(25,59,171)
0 Favorites   0 Comments

Color spaces of #193bab

RGB 2559171
HSL0.630.740.38
HSV226°85°67°
CMYK 0.850.650.00   0.33
XYZ9.31566.274939.2483
Yxy6.27490.16990.1144
Hunter Lab25.049822.5442-75.3616
CIE-Lab30.095731.8417-62.8614

#193bab color RGB value is (25,59,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 00111011 10101011
Octal 31 73 253
Decimal 25 59 171
Hex 19 3B AB

RGB Percentages of Color #193bab

%9.80
%23.14
%67.06

CMYK Percentages of Color #193bab

%85
%65
%0
%33

Triadic Colors of #193bab

#193bab #ab193b #3bab19

Analogous Colors of #193bab

#193bab #4019ab #1984ab

Monochromatic Colors of #193bab

#193bab

Complementary Color

#193bab #ab8919

#193bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#193bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#193bab Color CSS Codes

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

#193bab Text Font Color

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

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


#193bab Background Color

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

This div background color is #193bab


#193bab Border Color

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

This div border color is #193bab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,59,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 #193bab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #193bab


Comments

No comments written yet.

Please login to write comment.