Color Hex Logo

#1079c9 Color Hex

#1079C9
(16,121,201)
0 Favorites   0 Comments

Color spaces of #1079c9

RGB 16121201
HSL0.570.850.43
HSV206°92°79°
CMYK 0.920.400.00   0.21
XYZ17.593718.001957.8058
Yxy18.00190.18840.1927
Hunter Lab42.4286-0.2323-51.0781
CIE-Lab49.49842.6342-49.0165

#1079c9 color RGB value is (16,121,201).

#1079c9 hex color red value is 16, green value is 121 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #1079c9 hue: 0.57 , saturation: 0.85 and the lightness value of 1079c9 is 0.43.

The process color (four color CMYK) of #1079c9 color hex is 0.92, 0.40, 0.00, 0.21. Web safe color of #1079c9 is #0066cc. Color #1079c9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01111001 11001001
Octal 20 171 311
Decimal 16 121 201
Hex 10 79 C9

RGB Percentages of Color #1079c9

%4.73
%35.80
%59.47

CMYK Percentages of Color #1079c9

%92
%40
%0
%21

Triadic Colors of #1079c9

#1079c9 #c91079 #79c910

Analogous Colors of #1079c9

#1079c9 #101dc9 #10c9bd

Monochromatic Colors of #1079c9

#1079c9

Complementary Color

#1079c9 #c96010

#1079c9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1079c9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1079c9 Color CSS Codes

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

#1079c9 Text Font Color

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

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


#1079c9 Background Color

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

This div background color is #1079c9


#1079c9 Border Color

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

This div border color is #1079c9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,121,201, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1079c9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1079c9;
  -webkit-box-shadow: 1px 1px 3px 2px #1079c9;
  box-shadow:         1px 1px 3px 2px #1079c9; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1079c9


Comments

No comments written yet.

Please login to write comment.