Color Hex Logo

#1012bc Color Hex

#1012BC
(16,18,188)
0 Favorites   0 Comments

Color spaces of #1012bc

RGB 1618188
HSL0.660.840.40
HSV239°91°74°
CMYK 0.910.900.00   0.26
XYZ9.50714.173647.8815
Yxy4.17360.15440.0678
Hunter Lab20.429447.3160-124.6607
CIE-Lab24.237258.6626-82.7149

#1012bc color RGB value is (16,18,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 00010010 10111100
Octal 20 22 274
Decimal 16 18 188
Hex 10 12 BC

RGB Percentages of Color #1012bc

%7.21
%8.11
%84.68

CMYK Percentages of Color #1012bc

%91
%90
%0
%26

Triadic Colors of #1012bc

#1012bc #bc1012 #12bc10

Analogous Colors of #1012bc

#1012bc #6410bc #1068bc

Monochromatic Colors of #1012bc

#1012bc

Complementary Color

#1012bc #bcba10

#1012bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1012bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1012bc Color CSS Codes

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

#1012bc Text Font Color

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

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


#1012bc Background Color

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

This div background color is #1012bc


#1012bc Border Color

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

This div border color is #1012bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1012bc


Comments

No comments written yet.

Please login to write comment.