Color Hex Logo

#193281 Color Hex

#193281
(25,50,129)
0 Favorites   0 Comments

Color spaces of #193281

RGB 2550129
HSL0.630.680.30
HSV226°81°51°
CMYK 0.810.610.00   0.49
XYZ5.50404.072921.2649
Yxy4.07290.17850.1321
Hunter Lab20.181413.3641-48.3461
CIE-Lab23.911021.4115-47.2253

#193281 color RGB value is (25,50,129).

#193281 hex color red value is 25, green value is 50 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #193281 hue: 0.63 , saturation: 0.68 and the lightness value of 193281 is 0.30.

The process color (four color CMYK) of #193281 color hex is 0.81, 0.61, 0.00, 0.49. Web safe color of #193281 is #003399. Color #193281 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 00110010 10000001
Octal 31 62 201
Decimal 25 50 129
Hex 19 32 81

RGB Percentages of Color #193281

%12.25
%24.51
%63.24

CMYK Percentages of Color #193281

%81
%61
%0
%49

Triadic Colors of #193281

#193281 #811932 #328119

Analogous Colors of #193281

#193281 #341981 #196681

Monochromatic Colors of #193281

#193281

Complementary Color

#193281 #816819

#193281 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#193281 Color Preview on White Background

Lorem ipsum dolor sit amet.

#193281 Color CSS Codes

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

#193281 Text Font Color

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

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


#193281 Background Color

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

This div background color is #193281


#193281 Border Color

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

This div border color is #193281


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #193281


Comments

No comments written yet.

Please login to write comment.