Color Hex Logo

#194cbe Color Hex

#194CBE
(25,76,190)
0 Favorites   0 Comments

Color spaces of #194cbe

RGB 2576190
HSL0.620.770.42
HSV221°87°75°
CMYK 0.870.600.00   0.25
XYZ12.27969.093349.8232
Yxy9.09330.17250.1277
Hunter Lab30.155119.9164-76.8522
CIE-Lab36.163327.9241-64.1814

#194cbe color RGB value is (25,76,190).

#194cbe hex color red value is 25, green value is 76 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #194cbe hue: 0.62 , saturation: 0.77 and the lightness value of 194cbe is 0.42.

The process color (four color CMYK) of #194cbe color hex is 0.87, 0.60, 0.00, 0.25. Web safe color of #194cbe is #0033cc. Color #194cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01001100 10111110
Octal 31 114 276
Decimal 25 76 190
Hex 19 4C BE

RGB Percentages of Color #194cbe

%8.59
%26.12
%65.29

CMYK Percentages of Color #194cbe

%87
%60
%0
%25

Triadic Colors of #194cbe

#194cbe #be194c #4cbe19

Analogous Colors of #194cbe

#194cbe #3819be #199fbe

Monochromatic Colors of #194cbe

#194cbe

Complementary Color

#194cbe #be8b19

#194cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#194cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#194cbe Color CSS Codes

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

#194cbe Text Font Color

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

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


#194cbe Background Color

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

This div background color is #194cbe


#194cbe Border Color

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

This div border color is #194cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #194cbe


Comments

No comments written yet.

Please login to write comment.