Color Hex Logo

#194076 Color Hex

#194076
(25,64,118)
0 Favorites   0 Comments

Color spaces of #194076

RGB 2564118
HSL0.600.650.28
HSV215°79°46°
CMYK 0.790.460.00   0.54
XYZ5.50435.181517.8496
Yxy5.18150.19290.1816
Hunter Lab22.76293.3280-30.5584
CIE-Lab27.24577.0412-34.8977

#194076 color RGB value is (25,64,118).

#194076 hex color red value is 25, green value is 64 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #194076 hue: 0.60 , saturation: 0.65 and the lightness value of 194076 is 0.28.

The process color (four color CMYK) of #194076 color hex is 0.79, 0.46, 0.00, 0.54. Web safe color of #194076 is #003366. Color #194076 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01000000 01110110
Octal 31 100 166
Decimal 25 64 118
Hex 19 40 76

RGB Percentages of Color #194076

%12.08
%30.92
%57.00

CMYK Percentages of Color #194076

%79
%46
%0
%54

Triadic Colors of #194076

#194076 #761940 #407619

Analogous Colors of #194076

#194076 #211976 #196f76

Monochromatic Colors of #194076

#194076

Complementary Color

#194076 #764f19

#194076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#194076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#194076 Color CSS Codes

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

#194076 Text Font Color

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

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


#194076 Background Color

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

This div background color is #194076


#194076 Border Color

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

This div border color is #194076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #194076


Comments

No comments written yet.

Please login to write comment.