Color Hex Logo

#014195 Color Hex

#014195
(1,65,149)
0 Favorites   0 Comments

Color spaces of #014195

RGB 165149
HSL0.590.990.29
HSV214°99°58°
CMYK 0.990.560.00   0.42
XYZ7.32765.957029.1974
Yxy5.95700.17250.1402
Hunter Lab24.407010.8781-53.8422
CIE-Lab29.303717.5284-50.8609

#014195 color RGB value is (1,65,149).

#014195 hex color red value is 1, green value is 65 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #014195 hue: 0.59 , saturation: 0.99 and the lightness value of 014195 is 0.29.

The process color (four color CMYK) of #014195 color hex is 0.99, 0.56, 0.00, 0.42. Web safe color of #014195 is #003399. Color #014195 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01000001 10010101
Octal 1 101 225
Decimal 1 65 149
Hex 1 41 95

RGB Percentages of Color #014195

%0.47
%30.23
%69.30

CMYK Percentages of Color #014195

%99
%56
%0
%42

Triadic Colors of #014195

#014195 #950141 #419501

Analogous Colors of #014195

#014195 #0b0195 #018b95

Monochromatic Colors of #014195

#014195

Complementary Color

#014195 #955501

#014195 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014195 Color Preview on White Background

Lorem ipsum dolor sit amet.

#014195 Color CSS Codes

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

#014195 Text Font Color

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

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


#014195 Background Color

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

This div background color is #014195


#014195 Border Color

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

This div border color is #014195


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,65,149, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #014195; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #014195;
  -webkit-box-shadow: 1px 1px 3px 2px #014195;
  box-shadow:         1px 1px 3px 2px #014195; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,65,149, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014195


Comments

No comments written yet.

Please login to write comment.