Color Hex Logo

#194ebb Color Hex

#194EBB
(25,78,187)
0 Favorites   0 Comments

Color spaces of #194ebb

RGB 2578187
HSL0.610.760.42
HSV220°87°73°
CMYK 0.870.580.00   0.27
XYZ12.09499.243348.1604
Yxy9.24330.17400.1330
Hunter Lab30.402817.8063-72.6380
CIE-Lab36.448625.4208-61.9556

#194ebb color RGB value is (25,78,187).

#194ebb hex color red value is 25, green value is 78 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #194ebb hue: 0.61 , saturation: 0.76 and the lightness value of 194ebb is 0.42.

The process color (four color CMYK) of #194ebb color hex is 0.87, 0.58, 0.00, 0.27. Web safe color of #194ebb is #0066cc. Color #194ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01001110 10111011
Octal 31 116 273
Decimal 25 78 187
Hex 19 4E BB

RGB Percentages of Color #194ebb

%8.62
%26.90
%64.48

CMYK Percentages of Color #194ebb

%87
%58
%0
%27

Triadic Colors of #194ebb

#194ebb #bb194e #4ebb19

Analogous Colors of #194ebb

#194ebb #3519bb #199fbb

Monochromatic Colors of #194ebb

#194ebb

Complementary Color

#194ebb #bb8619

#194ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#194ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#194ebb Color CSS Codes

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

#194ebb Text Font Color

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

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


#194ebb Background Color

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

This div background color is #194ebb


#194ebb Border Color

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

This div border color is #194ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #194ebb


Comments

No comments written yet.

Please login to write comment.