Color Hex Logo

#016078 Color Hex

#016078
(1,96,120)
0 Favorites   0 Comments

Color spaces of #016078

RGB 196120
HSL0.530.980.24
HSV192°99°47°
CMYK 0.990.200.00   0.53
XYZ7.58569.728319.2472
Yxy9.72830.20750.2661
Hunter Lab31.1902-11.1709-14.7542
CIE-Lab37.3503-14.6864-20.2614

#016078 color RGB value is (1,96,120).

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

The process color (four color CMYK) of #016078 color hex is 0.99, 0.20, 0.00, 0.53. Web safe color of #016078 is #006666. Color #016078 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01100000 01111000
Octal 1 140 170
Decimal 1 96 120
Hex 1 60 78

RGB Percentages of Color #016078

%0.46
%44.24
%55.30

CMYK Percentages of Color #016078

%99
%20
%0
%53

Triadic Colors of #016078

#016078 #780160 #607801

Analogous Colors of #016078

#016078 #012578 #017855

Monochromatic Colors of #016078

#016078

Complementary Color

#016078 #781901

#016078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#016078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#016078 Color CSS Codes

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

#016078 Text Font Color

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

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


#016078 Background Color

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

This div background color is #016078


#016078 Border Color

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

This div border color is #016078


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #016078


Comments

No comments written yet.

Please login to write comment.