Color Hex Logo

#1012c0 Color Hex

#1012C0
(16,18,192)
0 Favorites   0 Comments

Color spaces of #1012c0

RGB 1618192
HSL0.660.850.41
HSV239°92°75°
CMYK 0.920.910.00   0.25
XYZ9.94444.348550.1844
Yxy4.34850.15420.0674
Hunter Lab20.853148.6302-128.0886
CIE-Lab24.791659.7784-84.1593

#1012c0 color RGB value is (16,18,192).

#1012c0 hex color red value is 16, green value is 18 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #1012c0 hue: 0.66 , saturation: 0.85 and the lightness value of 1012c0 is 0.41.

The process color (four color CMYK) of #1012c0 color hex is 0.92, 0.91, 0.00, 0.25. Web safe color of #1012c0 is #0000cc. Color #1012c0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 00010010 11000000
Octal 20 22 300
Decimal 16 18 192
Hex 10 12 C0

RGB Percentages of Color #1012c0

%7.08
%7.96
%84.96

CMYK Percentages of Color #1012c0

%92
%91
%0
%25

Triadic Colors of #1012c0

#1012c0 #c01012 #12c010

Analogous Colors of #1012c0

#1012c0 #6610c0 #106ac0

Monochromatic Colors of #1012c0

#1012c0

Complementary Color

#1012c0 #c0be10

#1012c0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1012c0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1012c0 Color CSS Codes

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

#1012c0 Text Font Color

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

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


#1012c0 Background Color

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

This div background color is #1012c0


#1012c0 Border Color

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

This div border color is #1012c0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,18,192, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1012c0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1012c0;
  -webkit-box-shadow: 1px 1px 3px 2px #1012c0;
  box-shadow:         1px 1px 3px 2px #1012c0; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1012c0


Comments

No comments written yet.

Please login to write comment.