Color Hex Logo

#014468 Color Hex

#014468
(1,68,104)
0 Favorites   0 Comments

Color spaces of #014468

RGB 168104
HSL0.560.980.21
HSV201°99°41°
CMYK 0.990.350.00   0.59
XYZ4.57835.140213.8476
Yxy5.14020.19430.2181
Hunter Lab22.6720-3.6304-20.3427
CIE-Lab27.1305-3.9826-26.2147

#014468 color RGB value is (1,68,104).

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

The process color (four color CMYK) of #014468 color hex is 0.99, 0.35, 0.00, 0.59. Web safe color of #014468 is #003366. Color #014468 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01000100 01101000
Octal 1 104 150
Decimal 1 68 104
Hex 1 44 68

RGB Percentages of Color #014468

%0.58
%39.31
%60.12

CMYK Percentages of Color #014468

%99
%35
%0
%59

Triadic Colors of #014468

#014468 #680144 #446801

Analogous Colors of #014468

#014468 #011168 #016858

Monochromatic Colors of #014468

#014468

Complementary Color

#014468 #682501

#014468 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014468 Color Preview on White Background

Lorem ipsum dolor sit amet.

#014468 Color CSS Codes

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

#014468 Text Font Color

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

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


#014468 Background Color

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

This div background color is #014468


#014468 Border Color

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

This div border color is #014468


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014468


Comments

No comments written yet.

Please login to write comment.