Color Hex Logo

#193899 Color Hex

#193899
(25,56,153)
0 Favorites   0 Comments

Color spaces of #193899

RGB 2556153
HSL0.630.720.35
HSV225°84°60°
CMYK 0.840.630.00   0.40
XYZ7.56485.334930.7680
Yxy5.33490.17320.1222
Hunter Lab23.097418.0414-62.8119
CIE-Lab27.668326.8492-55.9528

#193899 color RGB value is (25,56,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 00111000 10011001
Octal 31 70 231
Decimal 25 56 153
Hex 19 38 99

RGB Percentages of Color #193899

%10.68
%23.93
%65.38

CMYK Percentages of Color #193899

%84
%63
%0
%40

Triadic Colors of #193899

#193899 #991938 #389919

Analogous Colors of #193899

#193899 #3a1999 #197899

Monochromatic Colors of #193899

#193899

Complementary Color

#193899 #997a19

#193899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#193899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#193899 Color CSS Codes

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

#193899 Text Font Color

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

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


#193899 Background Color

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

This div background color is #193899


#193899 Border Color

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

This div border color is #193899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #193899


Comments

No comments written yet.

Please login to write comment.