Color Hex Logo

#1564bc Color Hex

#1564BC
(21,100,188)
0 Favorites   0 Comments

Color spaces of #1564bc

RGB 21100188
HSL0.590.800.41
HSV212°89°74°
CMYK 0.890.470.00   0.26
XYZ13.943512.904649.3329
Yxy12.90460.18300.1694
Hunter Lab35.92306.4196-56.2767
CIE-Lab42.619111.0339-52.5435

#1564bc color RGB value is (21,100,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 01100100 10111100
Octal 25 144 274
Decimal 21 100 188
Hex 15 64 BC

RGB Percentages of Color #1564bc

%6.80
%32.36
%60.84

CMYK Percentages of Color #1564bc

%89
%47
%0
%26

Triadic Colors of #1564bc

#1564bc #bc1564 #64bc15

Analogous Colors of #1564bc

#1564bc #1915bc #15b8bc

Monochromatic Colors of #1564bc

#1564bc

Complementary Color

#1564bc #bc6d15

#1564bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1564bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1564bc Color CSS Codes

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

#1564bc Text Font Color

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

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


#1564bc Background Color

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

This div background color is #1564bc


#1564bc Border Color

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

This div border color is #1564bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1564bc


Comments

No comments written yet.

Please login to write comment.