Color Hex Logo

#014476 Color Hex

#014476
(1,68,118)
0 Favorites   0 Comments

Color spaces of #014476

RGB 168118
HSL0.570.980.23
HSV206°99°46°
CMYK 0.990.420.00   0.54
XYZ5.34975.448717.9093
Yxy5.44870.18640.1898
Hunter Lab23.34250.0599-29.1500
CIE-Lab27.97672.0623-33.7594

#014476 color RGB value is (1,68,118).

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

The process color (four color CMYK) of #014476 color hex is 0.99, 0.42, 0.00, 0.54. Web safe color of #014476 is #003366. Color #014476 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01000100 01110110
Octal 1 104 166
Decimal 1 68 118
Hex 1 44 76

RGB Percentages of Color #014476

%0.53
%36.36
%63.10

CMYK Percentages of Color #014476

%99
%42
%0
%54

Triadic Colors of #014476

#014476 #760144 #447601

Analogous Colors of #014476

#014476 #010a76 #01766e

Monochromatic Colors of #014476

#014476

Complementary Color

#014476 #763301

#014476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#014476 Color CSS Codes

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

#014476 Text Font Color

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

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


#014476 Background Color

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

This div background color is #014476


#014476 Border Color

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

This div border color is #014476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014476


Comments

No comments written yet.

Please login to write comment.