Color Hex Logo

#017498 Color Hex

#017498
(1,116,152)
0 Favorites   0 Comments

Color spaces of #017498

RGB 1116152
HSL0.540.990.30
HSV194°99°60°
CMYK 0.990.240.00   0.40
XYZ11.925414.764231.9270
Yxy14.76420.20340.2519
Hunter Lab38.4242-11.8428-22.3676
CIE-Lab45.3095-13.9533-27.1647

#017498 color RGB value is (1,116,152).

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

The process color (four color CMYK) of #017498 color hex is 0.99, 0.24, 0.00, 0.40. Web safe color of #017498 is #006699. Color #017498 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01110100 10011000
Octal 1 164 230
Decimal 1 116 152
Hex 1 74 98

RGB Percentages of Color #017498

%0.37
%43.12
%56.51

CMYK Percentages of Color #017498

%99
%24
%0
%40

Triadic Colors of #017498

#017498 #980174 #749801

Analogous Colors of #017498

#017498 #012998 #019871

Monochromatic Colors of #017498

#017498

Complementary Color

#017498 #982501

#017498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#017498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#017498 Color CSS Codes

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

#017498 Text Font Color

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

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


#017498 Background Color

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

This div background color is #017498


#017498 Border Color

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

This div border color is #017498


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #017498


Comments

No comments written yet.

Please login to write comment.