Color Hex Logo

#014661 Color Hex

#014661
(1,70,97)
0 Favorites   0 Comments

Color spaces of #014661

RGB 17097
HSL0.550.980.19
HSV197°99°38°
CMYK 0.990.280.00   0.62
XYZ4.36035.249812.0928
Yxy5.24980.20090.2419
Hunter Lab22.9124-6.1277-15.2536
CIE-Lab27.4349-8.2292-21.2481

#014661 color RGB value is (1,70,97).

#014661 hex color red value is 1, green value is 70 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #014661 hue: 0.55 , saturation: 0.98 and the lightness value of 014661 is 0.19.

The process color (four color CMYK) of #014661 color hex is 0.99, 0.28, 0.00, 0.62. Web safe color of #014661 is #003366. Color #014661 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01000110 01100001
Octal 1 106 141
Decimal 1 70 97
Hex 1 46 61

RGB Percentages of Color #014661

%0.60
%41.67
%57.74

CMYK Percentages of Color #014661

%99
%28
%0
%62

Triadic Colors of #014661

#014661 #610146 #466101

Analogous Colors of #014661

#014661 #011661 #01614c

Monochromatic Colors of #014661

#014661

Complementary Color

#014661 #611c01

#014661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#014661 Color CSS Codes

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

#014661 Text Font Color

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

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


#014661 Background Color

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

This div background color is #014661


#014661 Border Color

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

This div border color is #014661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014661


Comments

No comments written yet.

Please login to write comment.