Color Hex Logo

#016880 Color Hex

#016880
(1,104,128)
0 Favorites   0 Comments

Color spaces of #016880

RGB 1104128
HSL0.530.980.25
HSV191°99°50°
CMYK 0.990.190.00   0.50
XYZ8.859111.465622.1682
Yxy11.46560.20850.2698
Hunter Lab33.8609-12.5552-15.1136
CIE-Lab40.3538-16.2034-20.4958

#016880 color RGB value is (1,104,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 01101000 10000000
Octal 1 150 200
Decimal 1 104 128
Hex 1 68 80

RGB Percentages of Color #016880

%0.43
%44.64
%54.94

CMYK Percentages of Color #016880

%99
%19
%0
%50

Triadic Colors of #016880

#016880 #800168 #688001

Analogous Colors of #016880

#016880 #012980 #018058

Monochromatic Colors of #016880

#016880

Complementary Color

#016880 #801901

#016880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#016880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#016880 Color CSS Codes

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

#016880 Text Font Color

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

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


#016880 Background Color

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

This div background color is #016880


#016880 Border Color

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

This div border color is #016880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #016880


Comments

No comments written yet.

Please login to write comment.