Color Hex Logo

#193b5c Color Hex

#193B5C
(25,59,92)
0 Favorites   0 Comments

Color spaces of #193b5c

RGB 255992
HSL0.580.570.23
HSV210°73°36°
CMYK 0.730.360.00   0.64
XYZ3.89664.107310.7126
Yxy4.10730.20820.2194
Hunter Lab20.2665-1.1464-17.1534
CIE-Lab24.0230-0.1071-23.3245

#193b5c color RGB value is (25,59,92).

#193b5c hex color red value is 25, green value is 59 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #193b5c hue: 0.58 , saturation: 0.57 and the lightness value of 193b5c is 0.23.

The process color (four color CMYK) of #193b5c color hex is 0.73, 0.36, 0.00, 0.64. Web safe color of #193b5c is #003366. Color #193b5c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 00111011 01011100
Octal 31 73 134
Decimal 25 59 92
Hex 19 3B 5C

RGB Percentages of Color #193b5c

%14.20
%33.52
%52.27

CMYK Percentages of Color #193b5c

%73
%36
%0
%64

Triadic Colors of #193b5c

#193b5c #5c193b #3b5c19

Analogous Colors of #193b5c

#193b5c #191a5c #195c5c

Monochromatic Colors of #193b5c

#193b5c

Complementary Color

#193b5c #5c3a19

#193b5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#193b5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#193b5c Color CSS Codes

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

#193b5c Text Font Color

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

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


#193b5c Background Color

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

This div background color is #193b5c


#193b5c Border Color

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

This div border color is #193b5c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,59,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #193b5c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #193b5c;
  -webkit-box-shadow: 1px 1px 3px 2px #193b5c;
  box-shadow:         1px 1px 3px 2px #193b5c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #193b5c


Comments

No comments written yet.

Please login to write comment.