Color Hex Logo

#193357 Color Hex

#193357
(25,51,87)
0 Favorites   0 Comments

Color spaces of #193357

RGB 255187
HSL0.600.550.22
HSV215°71°34°
CMYK 0.710.410.00   0.66
XYZ3.30503.26249.4723
Yxy3.26240.20610.2034
Hunter Lab18.06211.0532-18.4499
CIE-Lab21.06553.4325-24.7132

#193357 color RGB value is (25,51,87).

#193357 hex color red value is 25, green value is 51 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #193357 hue: 0.60 , saturation: 0.55 and the lightness value of 193357 is 0.22.

The process color (four color CMYK) of #193357 color hex is 0.71, 0.41, 0.00, 0.66. Web safe color of #193357 is #003366. Color #193357 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 00110011 01010111
Octal 31 63 127
Decimal 25 51 87
Hex 19 33 57

RGB Percentages of Color #193357

%15.34
%31.29
%53.37

CMYK Percentages of Color #193357

%71
%41
%0
%66

Triadic Colors of #193357

#193357 #571933 #335719

Analogous Colors of #193357

#193357 #1e1957 #195257

Monochromatic Colors of #193357

#193357

Complementary Color

#193357 #573d19

#193357 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#193357 Color Preview on White Background

Lorem ipsum dolor sit amet.

#193357 Color CSS Codes

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

#193357 Text Font Color

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

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


#193357 Background Color

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

This div background color is #193357


#193357 Border Color

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

This div border color is #193357


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #193357


Comments

No comments written yet.

Please login to write comment.