Color Hex Logo

#1076c1 Color Hex

#1076C1
(16,118,193)
0 Favorites   0 Comments

Color spaces of #1076c1

RGB 16118193
HSL0.570.850.41
HSV205°92°76°
CMYK 0.920.390.00   0.24
XYZ16.317816.917352.8574
Yxy16.91730.18950.1965
Hunter Lab41.1306-1.1622-47.4027
CIE-Lab48.15571.3600-46.5721

#1076c1 color RGB value is (16,118,193).

#1076c1 hex color red value is 16, green value is 118 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #1076c1 hue: 0.57 , saturation: 0.85 and the lightness value of 1076c1 is 0.41.

The process color (four color CMYK) of #1076c1 color hex is 0.92, 0.39, 0.00, 0.24. Web safe color of #1076c1 is #0066cc. Color #1076c1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01110110 11000001
Octal 20 166 301
Decimal 16 118 193
Hex 10 76 C1

RGB Percentages of Color #1076c1

%4.89
%36.09
%59.02

CMYK Percentages of Color #1076c1

%92
%39
%0
%24

Triadic Colors of #1076c1

#1076c1 #c11076 #76c110

Analogous Colors of #1076c1

#1076c1 #101ec1 #10c1b4

Monochromatic Colors of #1076c1

#1076c1

Complementary Color

#1076c1 #c15b10

#1076c1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1076c1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1076c1 Color CSS Codes

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

#1076c1 Text Font Color

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

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


#1076c1 Background Color

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

This div background color is #1076c1


#1076c1 Border Color

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

This div border color is #1076c1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(16,118,193, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1076c1


Comments

No comments written yet.

Please login to write comment.