Color Hex Logo

#193daf Color Hex

#193DAF
(25,61,175)
0 Favorites   0 Comments

Color spaces of #193daf

RGB 2561175
HSL0.630.750.39
HSV226°86°69°
CMYK 0.860.650.00   0.31
XYZ9.80756.639341.3220
Yxy6.63930.16980.1149
Hunter Lab25.766822.8496-77.0459
CIE-Lab30.971232.0560-63.8157

#193daf color RGB value is (25,61,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 00111101 10101111
Octal 31 75 257
Decimal 25 61 175
Hex 19 3D AF

RGB Percentages of Color #193daf

%9.58
%23.37
%67.05

CMYK Percentages of Color #193daf

%86
%65
%0
%31

Triadic Colors of #193daf

#193daf #af193d #3daf19

Analogous Colors of #193daf

#193daf #4019af #1988af

Monochromatic Colors of #193daf

#193daf

Complementary Color

#193daf #af8b19

#193daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#193daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#193daf Color CSS Codes

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

#193daf Text Font Color

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

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


#193daf Background Color

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

This div background color is #193daf


#193daf Border Color

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

This div border color is #193daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #193daf


Comments

No comments written yet.

Please login to write comment.