Color Hex Logo

#19336d Color Hex

#19336D
(25,51,109)
0 Favorites   0 Comments

Color spaces of #19336d

RGB 2551109
HSL0.620.630.26
HSV221°77°43°
CMYK 0.770.530.00   0.57
XYZ4.34503.678514.9490
Yxy3.67850.18910.1601
Hunter Lab19.17946.8743-32.7868
CIE-Lab22.578812.4929-36.6614

#19336d color RGB value is (25,51,109).

#19336d hex color red value is 25, green value is 51 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #19336d hue: 0.62 , saturation: 0.63 and the lightness value of 19336d is 0.26.

The process color (four color CMYK) of #19336d color hex is 0.77, 0.53, 0.00, 0.57. Web safe color of #19336d is #003366. Color #19336d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 00110011 01101101
Octal 31 63 155
Decimal 25 51 109
Hex 19 33 6D

RGB Percentages of Color #19336d

%13.51
%27.57
%58.92

CMYK Percentages of Color #19336d

%77
%53
%0
%57

Triadic Colors of #19336d

#19336d #6d1933 #336d19

Analogous Colors of #19336d

#19336d #29196d #195d6d

Monochromatic Colors of #19336d

#19336d

Complementary Color

#19336d #6d5319

#19336d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19336d Color Preview on White Background

Lorem ipsum dolor sit amet.

#19336d Color CSS Codes

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

#19336d Text Font Color

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

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


#19336d Background Color

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

This div background color is #19336d


#19336d Border Color

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

This div border color is #19336d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,51,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #19336d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #19336d;
  -webkit-box-shadow: 1px 1px 3px 2px #19336d;
  box-shadow:         1px 1px 3px 2px #19336d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19336d


Comments

No comments written yet.

Please login to write comment.