Color Hex Logo

#014166 Color Hex

#014166
(1,65,102)
0 Favorites   0 Comments

Color spaces of #014166

RGB 165102
HSL0.560.980.20
HSV202°99°40°
CMYK 0.990.360.00   0.60
XYZ4.30114.746413.2598
Yxy4.74640.19280.2128
Hunter Lab21.7862-2.8859-20.8354
CIE-Lab25.9997-2.8567-26.7207

#014166 color RGB value is (1,65,102).

#014166 hex color red value is 1, green value is 65 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #014166 hue: 0.56 , saturation: 0.98 and the lightness value of 014166 is 0.20.

The process color (four color CMYK) of #014166 color hex is 0.99, 0.36, 0.00, 0.60. Web safe color of #014166 is #003366. Color #014166 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01000001 01100110
Octal 1 101 146
Decimal 1 65 102
Hex 1 41 66

RGB Percentages of Color #014166

%0.60
%38.69
%60.71

CMYK Percentages of Color #014166

%99
%36
%0
%60

Triadic Colors of #014166

#014166 #660141 #416601

Analogous Colors of #014166

#014166 #010f66 #016659

Monochromatic Colors of #014166

#014166

Complementary Color

#014166 #662601

#014166 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014166 Color Preview on White Background

Lorem ipsum dolor sit amet.

#014166 Color CSS Codes

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

#014166 Text Font Color

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

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


#014166 Background Color

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

This div background color is #014166


#014166 Border Color

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

This div border color is #014166


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014166


Comments

No comments written yet.

Please login to write comment.