Color Hex Logo

#193247 Color Hex

#193247
(25,50,71)
0 Favorites   0 Comments

Color spaces of #193247

RGB 255071
HSL0.580.480.19
HSV207°65°28°
CMYK 0.650.300.00   0.72
XYZ2.67882.94286.3881
Yxy2.94280.22310.2450
Hunter Lab17.1546-2.1466-10.0704
CIE-Lab19.8133-2.2067-15.9671

#193247 color RGB value is (25,50,71).

#193247 hex color red value is 25, green value is 50 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #193247 hue: 0.58 , saturation: 0.48 and the lightness value of 193247 is 0.19.

The process color (four color CMYK) of #193247 color hex is 0.65, 0.30, 0.00, 0.72. Web safe color of #193247 is #003333. Color #193247 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 00110010 01000111
Octal 31 62 107
Decimal 25 50 71
Hex 19 32 47

RGB Percentages of Color #193247

%17.12
%34.25
%48.63

CMYK Percentages of Color #193247

%65
%30
%0
%72

Triadic Colors of #193247

#193247 #471932 #324719

Analogous Colors of #193247

#193247 #191b47 #194745

Monochromatic Colors of #193247

#193247

Complementary Color

#193247 #472e19

#193247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#193247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#193247 Color CSS Codes

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

#193247 Text Font Color

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

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


#193247 Background Color

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

This div background color is #193247


#193247 Border Color

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

This div border color is #193247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #193247


Comments

No comments written yet.

Please login to write comment.