Color Hex Logo

#193498 Color Hex

#193498
(25,52,152)
0 Favorites   0 Comments

Color spaces of #193498

RGB 2552152
HSL0.630.720.35
HSV227°84°60°
CMYK 0.840.660.00   0.40
XYZ7.29644.929730.2727
Yxy4.92970.17170.1160
Hunter Lab22.202919.8041-65.2972
CIE-Lab26.533529.1664-57.2013

#193498 color RGB value is (25,52,152).

#193498 hex color red value is 25, green value is 52 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #193498 hue: 0.63 , saturation: 0.72 and the lightness value of 193498 is 0.35.

The process color (four color CMYK) of #193498 color hex is 0.84, 0.66, 0.00, 0.40. Web safe color of #193498 is #003399. Color #193498 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 00110100 10011000
Octal 31 64 230
Decimal 25 52 152
Hex 19 34 98

RGB Percentages of Color #193498

%10.92
%22.71
%66.38

CMYK Percentages of Color #193498

%84
%66
%0
%40

Triadic Colors of #193498

#193498 #981934 #349819

Analogous Colors of #193498

#193498 #3e1998 #197498

Monochromatic Colors of #193498

#193498

Complementary Color

#193498 #987d19

#193498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#193498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#193498 Color CSS Codes

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

#193498 Text Font Color

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

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


#193498 Background Color

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

This div background color is #193498


#193498 Border Color

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

This div border color is #193498


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,52,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #193498; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #193498;
  -webkit-box-shadow: 1px 1px 3px 2px #193498;
  box-shadow:         1px 1px 3px 2px #193498; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #193498

#193498 Color Palettes


Comments

No comments written yet.

Please login to write comment.