Color Hex Logo

#193095 Color Hex

#193095
(25,48,149)
0 Favorites   0 Comments

Color spaces of #193095

RGB 2548149
HSL0.640.710.34
HSV229°83°58°
CMYK 0.830.680.00   0.42
XYZ6.88274.490528.9378
Yxy4.49050.17070.1114
Hunter Lab21.190820.8923-66.1319
CIE-Lab25.230930.6865-57.4996

#193095 color RGB value is (25,48,149).

#193095 hex color red value is 25, green value is 48 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #193095 hue: 0.64 , saturation: 0.71 and the lightness value of 193095 is 0.34.

The process color (four color CMYK) of #193095 color hex is 0.83, 0.68, 0.00, 0.42. Web safe color of #193095 is #003399. Color #193095 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 00110000 10010101
Octal 31 60 225
Decimal 25 48 149
Hex 19 30 95

RGB Percentages of Color #193095

%11.26
%21.62
%67.12

CMYK Percentages of Color #193095

%83
%68
%0
%42

Triadic Colors of #193095

#193095 #951930 #309519

Analogous Colors of #193095

#193095 #401995 #196e95

Monochromatic Colors of #193095

#193095

Complementary Color

#193095 #957e19

#193095 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#193095 Color Preview on White Background

Lorem ipsum dolor sit amet.

#193095 Color CSS Codes

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

#193095 Text Font Color

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

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


#193095 Background Color

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

This div background color is #193095


#193095 Border Color

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

This div border color is #193095


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #193095


Comments

No comments written yet.

Please login to write comment.