Color Hex Logo

#193441 Color Hex

#193441
(25,52,65)
1 Favorites   0 Comments

Color spaces of #193441

RGB 255265
HSL0.550.440.18
HSV200°62°25°
CMYK 0.620.200.00   0.75
XYZ2.58303.04435.4525
Yxy3.04430.23310.2748
Hunter Lab17.4479-4.1086-6.3147
CIE-Lab20.2204-5.7973-11.2692

#193441 color RGB value is (25,52,65).

#193441 hex color red value is 25, green value is 52 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #193441 hue: 0.55 , saturation: 0.44 and the lightness value of 193441 is 0.18.

The process color (four color CMYK) of #193441 color hex is 0.62, 0.20, 0.00, 0.75. Web safe color of #193441 is #003333. Color #193441 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 00110100 01000001
Octal 31 64 101
Decimal 25 52 65
Hex 19 34 41

RGB Percentages of Color #193441

%17.61
%36.62
%45.77

CMYK Percentages of Color #193441

%62
%20
%0
%75

Triadic Colors of #193441

#193441 #411934 #344119

Analogous Colors of #193441

#193441 #192041 #19413a

Monochromatic Colors of #193441

#193441

Complementary Color

#193441 #412619

#193441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#193441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#193441 Color CSS Codes

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

#193441 Text Font Color

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

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


#193441 Background Color

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

This div background color is #193441


#193441 Border Color

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

This div border color is #193441


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #193441


Comments

No comments written yet.

Please login to write comment.