Color Hex Logo

#19244f Color Hex

#19244F
(25,36,79)
0 Favorites   0 Comments

Color spaces of #19244f

RGB 253679
HSL0.630.520.20
HSV228°68°31°
CMYK 0.680.540.00   0.69
XYZ2.44312.03297.6608
Yxy2.03290.20130.1675
Hunter Lab14.25805.6344-21.8759
CIE-Lab15.659011.0997-27.9816

#19244f color RGB value is (25,36,79).

#19244f hex color red value is 25, green value is 36 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #19244f hue: 0.63 , saturation: 0.52 and the lightness value of 19244f is 0.20.

The process color (four color CMYK) of #19244f color hex is 0.68, 0.54, 0.00, 0.69. Web safe color of #19244f is #003366. Color #19244f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 00100100 01001111
Octal 31 44 117
Decimal 25 36 79
Hex 19 24 4F

RGB Percentages of Color #19244f

%17.86
%25.71
%56.43

CMYK Percentages of Color #19244f

%68
%54
%0
%69

Triadic Colors of #19244f

#19244f #4f1924 #244f19

Analogous Colors of #19244f

#19244f #29194f #193f4f

Monochromatic Colors of #19244f

#19244f

Complementary Color

#19244f #4f4419

#19244f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19244f Color Preview on White Background

Lorem ipsum dolor sit amet.

#19244f Color CSS Codes

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

#19244f Text Font Color

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

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


#19244f Background Color

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

This div background color is #19244f


#19244f Border Color

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

This div border color is #19244f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19244f


Comments

No comments written yet.

Please login to write comment.