Color Hex Logo

#19476a Color Hex

#19476A
(25,71,106)
0 Favorites   0 Comments

Color spaces of #19476a

RGB 2571106
HSL0.570.620.26
HSV206°76°42°
CMYK 0.760.330.00   0.58
XYZ5.25575.753814.4693
Yxy5.75380.20630.2258
Hunter Lab23.9871-2.8671-18.9735
CIE-Lab28.7826-2.5407-24.8494

#19476a color RGB value is (25,71,106).

#19476a hex color red value is 25, green value is 71 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #19476a hue: 0.57 , saturation: 0.62 and the lightness value of 19476a is 0.26.

The process color (four color CMYK) of #19476a color hex is 0.76, 0.33, 0.00, 0.58. Web safe color of #19476a is #003366. Color #19476a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01000111 01101010
Octal 31 107 152
Decimal 25 71 106
Hex 19 47 6A

RGB Percentages of Color #19476a

%12.38
%35.15
%52.48

CMYK Percentages of Color #19476a

%76
%33
%0
%58

Triadic Colors of #19476a

#19476a #6a1947 #476a19

Analogous Colors of #19476a

#19476a #191e6a #196a65

Monochromatic Colors of #19476a

#19476a

Complementary Color

#19476a #6a3c19

#19476a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19476a Color Preview on White Background

Lorem ipsum dolor sit amet.

#19476a Color CSS Codes

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

#19476a Text Font Color

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

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


#19476a Background Color

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

This div background color is #19476a


#19476a Border Color

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

This div border color is #19476a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,71,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #19476a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #19476a;
  -webkit-box-shadow: 1px 1px 3px 2px #19476a;
  box-shadow:         1px 1px 3px 2px #19476a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19476a


Comments

No comments written yet.

Please login to write comment.