Color Hex Logo

#193255 Color Hex

#193255
(25,50,85)
0 Favorites   0 Comments

Color spaces of #193255

RGB 255085
HSL0.600.550.22
HSV215°71°33°
CMYK 0.710.410.00   0.67
XYZ3.18123.14389.0335
Yxy3.14380.20710.2047
Hunter Lab17.73080.9971-17.7956
CIE-Lab20.61083.3288-24.1071

#193255 color RGB value is (25,50,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 00110010 01010101
Octal 31 62 125
Decimal 25 50 85
Hex 19 32 55

RGB Percentages of Color #193255

%15.63
%31.25
%53.13

CMYK Percentages of Color #193255

%71
%41
%0
%67

Triadic Colors of #193255

#193255 #551932 #325519

Analogous Colors of #193255

#193255 #1e1955 #195055

Monochromatic Colors of #193255

#193255

Complementary Color

#193255 #553c19

#193255 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#193255 Color Preview on White Background

Lorem ipsum dolor sit amet.

#193255 Color CSS Codes

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

#193255 Text Font Color

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

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


#193255 Background Color

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

This div background color is #193255


#193255 Border Color

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

This div border color is #193255


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #193255


Comments

No comments written yet.

Please login to write comment.