Color Hex Logo

#193985 Color Hex

#193985
(25,57,133)
0 Favorites   0 Comments

Color spaces of #193985

RGB 2557133
HSL0.620.680.31
HSV222°81°52°
CMYK 0.810.570.00   0.48
XYZ6.09774.826422.8005
Yxy4.82640.18080.1431
Hunter Lab21.969111.0983-46.1555
CIE-Lab26.234318.1163-45.9480

#193985 color RGB value is (25,57,133).

#193985 hex color red value is 25, green value is 57 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #193985 hue: 0.62 , saturation: 0.68 and the lightness value of 193985 is 0.31.

The process color (four color CMYK) of #193985 color hex is 0.81, 0.57, 0.00, 0.48. Web safe color of #193985 is #003399. Color #193985 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 00111001 10000101
Octal 31 71 205
Decimal 25 57 133
Hex 19 39 85

RGB Percentages of Color #193985

%11.63
%26.51
%61.86

CMYK Percentages of Color #193985

%81
%57
%0
%48

Triadic Colors of #193985

#193985 #851939 #398519

Analogous Colors of #193985

#193985 #2f1985 #196f85

Monochromatic Colors of #193985

#193985

Complementary Color

#193985 #856519

#193985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#193985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#193985 Color CSS Codes

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

#193985 Text Font Color

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

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


#193985 Background Color

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

This div background color is #193985


#193985 Border Color

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

This div border color is #193985


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #193985


Comments

No comments written yet.

Please login to write comment.