Color Hex Logo

#194276 Color Hex

#194276
(25,66,118)
0 Favorites   0 Comments

Color spaces of #194276

RGB 2566118
HSL0.590.650.28
HSV214°79°46°
CMYK 0.790.440.00   0.54
XYZ5.61915.411117.8878
Yxy5.41110.19430.1871
Hunter Lab23.26182.4103-29.3095
CIE-Lab27.87535.6632-33.8903

#194276 color RGB value is (25,66,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01000010 01110110
Octal 31 102 166
Decimal 25 66 118
Hex 19 42 76

RGB Percentages of Color #194276

%11.96
%31.58
%56.46

CMYK Percentages of Color #194276

%79
%44
%0
%54

Triadic Colors of #194276

#194276 #761942 #427619

Analogous Colors of #194276

#194276 #1f1976 #197176

Monochromatic Colors of #194276

#194276

Complementary Color

#194276 #764d19

#194276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#194276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#194276 Color CSS Codes

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

#194276 Text Font Color

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

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


#194276 Background Color

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

This div background color is #194276


#194276 Border Color

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

This div border color is #194276


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,66,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 #194276">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #194276


Comments

No comments written yet.

Please login to write comment.