Color Hex Logo

#193dae Color Hex

#193DAE
(25,61,174)
0 Favorites   0 Comments

Color spaces of #193dae

RGB 2561174
HSL0.630.750.39
HSV226°86°68°
CMYK 0.860.650.00   0.32
XYZ9.70966.600240.8066
Yxy6.60020.17000.1156
Hunter Lab25.690922.5033-76.1909
CIE-Lab30.878931.6713-63.3705

#193dae color RGB value is (25,61,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 00111101 10101110
Octal 31 75 256
Decimal 25 61 174
Hex 19 3D AE

RGB Percentages of Color #193dae

%9.62
%23.46
%66.92

CMYK Percentages of Color #193dae

%86
%65
%0
%32

Triadic Colors of #193dae

#193dae #ae193d #3dae19

Analogous Colors of #193dae

#193dae #4019ae #1988ae

Monochromatic Colors of #193dae

#193dae

Complementary Color

#193dae #ae8a19

#193dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#193dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#193dae Color CSS Codes

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

#193dae Text Font Color

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

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


#193dae Background Color

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

This div background color is #193dae


#193dae Border Color

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

This div border color is #193dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #193dae


Comments

No comments written yet.

Please login to write comment.