Color Hex Logo

#19253f Color Hex

#19253F
(25,37,63)
0 Favorites   0 Comments

Color spaces of #19253f

RGB 253763
HSL0.610.430.17
HSV221°60°25°
CMYK 0.600.410.00   0.75
XYZ1.95971.88874.9639
Yxy1.88870.22240.2143
Hunter Lab13.74301.4032-11.7951
CIE-Lab14.89203.9501-18.1850

#19253f color RGB value is (25,37,63).

#19253f hex color red value is 25, green value is 37 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #19253f hue: 0.61 , saturation: 0.43 and the lightness value of 19253f is 0.17.

The process color (four color CMYK) of #19253f color hex is 0.60, 0.41, 0.00, 0.75. Web safe color of #19253f is #003333. Color #19253f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 00100101 00111111
Octal 31 45 77
Decimal 25 37 63
Hex 19 25 3F

RGB Percentages of Color #19253f

%20.00
%29.60
%50.40

CMYK Percentages of Color #19253f

%60
%41
%0
%75

Triadic Colors of #19253f

#19253f #3f1925 #253f19

Analogous Colors of #19253f

#19253f #20193f #19383f

Monochromatic Colors of #19253f

#19253f

Complementary Color

#19253f #3f3319

#19253f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19253f Color Preview on White Background

Lorem ipsum dolor sit amet.

#19253f Color CSS Codes

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

#19253f Text Font Color

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

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


#19253f Background Color

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

This div background color is #19253f


#19253f Border Color

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

This div border color is #19253f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,37,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #19253f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #19253f;
  -webkit-box-shadow: 1px 1px 3px 2px #19253f;
  box-shadow:         1px 1px 3px 2px #19253f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19253f


Comments

No comments written yet.

Please login to write comment.