Color Hex Logo

#1064bc Color Hex

#1064BC
(16,100,188)
0 Favorites   0 Comments

Color spaces of #1064bc

RGB 16100188
HSL0.590.840.40
HSV211°91°74°
CMYK 0.910.470.00   0.26
XYZ13.848012.855349.3284
Yxy12.85530.18210.1691
Hunter Lab35.85436.1970-56.4733
CIE-Lab42.544410.7526-52.6677

#1064bc color RGB value is (16,100,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 01100100 10111100
Octal 20 144 274
Decimal 16 100 188
Hex 10 64 BC

RGB Percentages of Color #1064bc

%5.26
%32.89
%61.84

CMYK Percentages of Color #1064bc

%91
%47
%0
%26

Triadic Colors of #1064bc

#1064bc #bc1064 #64bc10

Analogous Colors of #1064bc

#1064bc #1210bc #10babc

Monochromatic Colors of #1064bc

#1064bc

Complementary Color

#1064bc #bc6810

#1064bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1064bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1064bc Color CSS Codes

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

#1064bc Text Font Color

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

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


#1064bc Background Color

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

This div background color is #1064bc


#1064bc Border Color

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

This div border color is #1064bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(16,100,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 #1064bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1064bc


Comments

No comments written yet.

Please login to write comment.