Color Hex Logo

#194caf Color Hex

#194CAF
(25,76,175)
0 Favorites   0 Comments

Color spaces of #194caf

RGB 2576175
HSL0.610.750.39
HSV220°86°69°
CMYK 0.860.570.00   0.31
XYZ10.72328.470741.6273
Yxy8.47070.17630.1393
Hunter Lab29.104514.8334-64.4277
CIE-Lab34.944622.0124-57.3209

#194caf color RGB value is (25,76,175).

#194caf hex color red value is 25, green value is 76 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #194caf hue: 0.61 , saturation: 0.75 and the lightness value of 194caf is 0.39.

The process color (four color CMYK) of #194caf color hex is 0.86, 0.57, 0.00, 0.31. Web safe color of #194caf is #003399. Color #194caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01001100 10101111
Octal 31 114 257
Decimal 25 76 175
Hex 19 4C AF

RGB Percentages of Color #194caf

%9.06
%27.54
%63.41

CMYK Percentages of Color #194caf

%86
%57
%0
%31

Triadic Colors of #194caf

#194caf #af194c #4caf19

Analogous Colors of #194caf

#194caf #3119af #1997af

Monochromatic Colors of #194caf

#194caf

Complementary Color

#194caf #af7c19

#194caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#194caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#194caf Color CSS Codes

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

#194caf Text Font Color

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

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


#194caf Background Color

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

This div background color is #194caf


#194caf Border Color

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

This div border color is #194caf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,76,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #194caf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #194caf;
  -webkit-box-shadow: 1px 1px 3px 2px #194caf;
  box-shadow:         1px 1px 3px 2px #194caf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #194caf


Comments

No comments written yet.

Please login to write comment.