Color Hex Logo

#193baa Color Hex

#193BAA
(25,59,170)
0 Favorites   0 Comments

Color spaces of #193baa

RGB 2559170
HSL0.630.740.38
HSV226°85°67°
CMYK 0.850.650.00   0.33
XYZ9.22066.236938.7481
Yxy6.23690.17010.1151
Hunter Lab24.973822.2001-74.5098
CIE-Lab30.002431.4573-62.4149

#193baa color RGB value is (25,59,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 00111011 10101010
Octal 31 73 252
Decimal 25 59 170
Hex 19 3B AA

RGB Percentages of Color #193baa

%9.84
%23.23
%66.93

CMYK Percentages of Color #193baa

%85
%65
%0
%33

Triadic Colors of #193baa

#193baa #aa193b #3baa19

Analogous Colors of #193baa

#193baa #4019aa #1984aa

Monochromatic Colors of #193baa

#193baa

Complementary Color

#193baa #aa8819

#193baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#193baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#193baa Color CSS Codes

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

#193baa Text Font Color

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

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


#193baa Background Color

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

This div background color is #193baa


#193baa Border Color

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

This div border color is #193baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #193baa


Comments

No comments written yet.

Please login to write comment.