Color Hex Logo

#017490 Color Hex

#017490
(1,116,144)
0 Favorites   0 Comments

Color spaces of #017490

RGB 1116144
HSL0.530.990.28
HSV192°99°56°
CMYK 0.990.190.00   0.44
XYZ11.292014.510928.5913
Yxy14.51090.20760.2668
Hunter Lab38.0932-13.7501-17.8356
CIE-Lab44.9569-16.9458-22.9740

#017490 color RGB value is (1,116,144).

#017490 hex color red value is 1, green value is 116 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #017490 hue: 0.53 , saturation: 0.99 and the lightness value of 017490 is 0.28.

The process color (four color CMYK) of #017490 color hex is 0.99, 0.19, 0.00, 0.44. Web safe color of #017490 is #006699. Color #017490 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01110100 10010000
Octal 1 164 220
Decimal 1 116 144
Hex 1 74 90

RGB Percentages of Color #017490

%0.38
%44.44
%55.17

CMYK Percentages of Color #017490

%99
%19
%0
%44

Triadic Colors of #017490

#017490 #900174 #749001

Analogous Colors of #017490

#017490 #012d90 #019065

Monochromatic Colors of #017490

#017490

Complementary Color

#017490 #901d01

#017490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#017490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#017490 Color CSS Codes

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

#017490 Text Font Color

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

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


#017490 Background Color

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

This div background color is #017490


#017490 Border Color

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

This div border color is #017490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #017490


Comments

No comments written yet.

Please login to write comment.