Color Hex Logo

#193eaf Color Hex

#193EAF
(25,62,175)
0 Favorites   0 Comments

Color spaces of #193eaf

RGB 2562175
HSL0.630.750.39
HSV225°86°69°
CMYK 0.860.650.00   0.31
XYZ9.86146.747141.3400
Yxy6.74710.17020.1164
Hunter Lab25.975222.3104-76.1786
CIE-Lab31.224131.3949-63.4008

#193eaf color RGB value is (25,62,175).

#193eaf hex color red value is 25, green value is 62 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #193eaf hue: 0.63 , saturation: 0.75 and the lightness value of 193eaf is 0.39.

The process color (four color CMYK) of #193eaf color hex is 0.86, 0.65, 0.00, 0.31. Web safe color of #193eaf is #003399. Color #193eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 00111110 10101111
Octal 31 76 257
Decimal 25 62 175
Hex 19 3E AF

RGB Percentages of Color #193eaf

%9.54
%23.66
%66.79

CMYK Percentages of Color #193eaf

%86
%65
%0
%31

Triadic Colors of #193eaf

#193eaf #af193e #3eaf19

Analogous Colors of #193eaf

#193eaf #3f19af #1989af

Monochromatic Colors of #193eaf

#193eaf

Complementary Color

#193eaf #af8a19

#193eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#193eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#193eaf Color CSS Codes

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

#193eaf Text Font Color

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

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


#193eaf Background Color

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

This div background color is #193eaf


#193eaf Border Color

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

This div border color is #193eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #193eaf


Comments

No comments written yet.

Please login to write comment.