Color Hex Logo

#1354bc Color Hex

#1354BC
(19,84,188)
0 Favorites   0 Comments

Color spaces of #1354bc

RGB 1984188
HSL0.600.820.41
HSV217°90°74°
CMYK 0.900.550.00   0.26
XYZ12.516010.109948.8687
Yxy10.10990.17510.1414
Hunter Lab31.796114.6205-68.8680
CIE-Lab38.039021.4512-59.9570

#1354bc color RGB value is (19,84,188).

#1354bc hex color red value is 19, green value is 84 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #1354bc hue: 0.60 , saturation: 0.82 and the lightness value of 1354bc is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01010100 10111100
Octal 23 124 274
Decimal 19 84 188
Hex 13 54 BC

RGB Percentages of Color #1354bc

%6.53
%28.87
%64.60

CMYK Percentages of Color #1354bc

%90
%55
%0
%26

Triadic Colors of #1354bc

#1354bc #bc1354 #54bc13

Analogous Colors of #1354bc

#1354bc #2613bc #13a9bc

Monochromatic Colors of #1354bc

#1354bc

Complementary Color

#1354bc #bc7b13

#1354bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1354bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1354bc Color CSS Codes

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

#1354bc Text Font Color

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

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


#1354bc Background Color

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

This div background color is #1354bc


#1354bc Border Color

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

This div border color is #1354bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1354bc


Comments

No comments written yet.

Please login to write comment.