Color Hex Logo

#194472 Color Hex

#194472
(25,68,114)
0 Favorites   0 Comments

Color spaces of #194472

RGB 2568114
HSL0.590.640.27
HSV211°78°45°
CMYK 0.780.400.00   0.55
XYZ5.50535.555816.7018
Yxy5.55580.19830.2001
Hunter Lab23.57070.4425-25.5123
CIE-Lab28.26292.6684-30.7455

#194472 color RGB value is (25,68,114).

#194472 hex color red value is 25, green value is 68 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #194472 hue: 0.59 , saturation: 0.64 and the lightness value of 194472 is 0.27.

The process color (four color CMYK) of #194472 color hex is 0.78, 0.40, 0.00, 0.55. Web safe color of #194472 is #003366. Color #194472 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01000100 01110010
Octal 31 104 162
Decimal 25 68 114
Hex 19 44 72

RGB Percentages of Color #194472

%12.08
%32.85
%55.07

CMYK Percentages of Color #194472

%78
%40
%0
%55

Triadic Colors of #194472

#194472 #721944 #447219

Analogous Colors of #194472

#194472 #1a1972 #197172

Monochromatic Colors of #194472

#194472

Complementary Color

#194472 #724719

#194472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#194472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#194472 Color CSS Codes

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

#194472 Text Font Color

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

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


#194472 Background Color

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

This div background color is #194472


#194472 Border Color

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

This div border color is #194472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #194472


Comments

No comments written yet.

Please login to write comment.