Color Hex Logo

#193346 Color Hex

#193346
(25,51,70)
0 Favorites   0 Comments

Color spaces of #193346

RGB 255170
HSL0.570.470.19
HSV205°64°27°
CMYK 0.640.270.00   0.73
XYZ2.69023.01656.2348
Yxy3.01650.22530.2526
Hunter Lab17.3681-2.7457-9.1263
CIE-Lab20.1099-3.2692-14.8292

#193346 color RGB value is (25,51,70).

#193346 hex color red value is 25, green value is 51 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #193346 hue: 0.57 , saturation: 0.47 and the lightness value of 193346 is 0.19.

The process color (four color CMYK) of #193346 color hex is 0.64, 0.27, 0.00, 0.73. Web safe color of #193346 is #003333. Color #193346 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 00110011 01000110
Octal 31 63 106
Decimal 25 51 70
Hex 19 33 46

RGB Percentages of Color #193346

%17.12
%34.93
%47.95

CMYK Percentages of Color #193346

%64
%27
%0
%73

Triadic Colors of #193346

#193346 #461933 #334619

Analogous Colors of #193346

#193346 #191d46 #194643

Monochromatic Colors of #193346

#193346

Complementary Color

#193346 #462c19

#193346 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#193346 Color Preview on White Background

Lorem ipsum dolor sit amet.

#193346 Color CSS Codes

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

#193346 Text Font Color

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

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


#193346 Background Color

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

This div background color is #193346


#193346 Border Color

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

This div border color is #193346


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #193346


Comments

No comments written yet.

Please login to write comment.