Color Hex Logo

#194aab Color Hex

#194AAB
(25,74,171)
0 Favorites   0 Comments

Color spaces of #194aab

RGB 2574171
HSL0.610.740.38
HSV220°85°67°
CMYK 0.850.570.00   0.33
XYZ10.20048.044539.5432
Yxy8.04450.17650.1392
Hunter Lab28.362814.5607-62.8076
CIE-Lab34.075421.7668-56.3554

#194aab color RGB value is (25,74,171).

#194aab hex color red value is 25, green value is 74 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #194aab hue: 0.61 , saturation: 0.74 and the lightness value of 194aab is 0.38.

The process color (four color CMYK) of #194aab color hex is 0.85, 0.57, 0.00, 0.33. Web safe color of #194aab is #003399. Color #194aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01001010 10101011
Octal 31 112 253
Decimal 25 74 171
Hex 19 4A AB

RGB Percentages of Color #194aab

%9.26
%27.41
%63.33

CMYK Percentages of Color #194aab

%85
%57
%0
%33

Triadic Colors of #194aab

#194aab #ab194a #4aab19

Analogous Colors of #194aab

#194aab #3119ab #1993ab

Monochromatic Colors of #194aab

#194aab

Complementary Color

#194aab #ab7a19

#194aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#194aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#194aab Color CSS Codes

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

#194aab Text Font Color

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

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


#194aab Background Color

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

This div background color is #194aab


#194aab Border Color

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

This div border color is #194aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #194aab


Comments

No comments written yet.

Please login to write comment.