Color Hex Logo

#1840bc Color Hex

#1840BC
(24,64,188)
0 Favorites   0 Comments

Color spaces of #1840bc

RGB 2464188
HSL0.630.770.42
HSV225°87°74°
CMYK 0.870.660.00   0.26
XYZ11.28727.491848.4281
Yxy7.49180.16790.1115
Hunter Lab27.371225.7096-85.7427
CIE-Lab32.901334.9833-68.3535

#1840bc color RGB value is (24,64,188).

#1840bc hex color red value is 24, green value is 64 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #1840bc hue: 0.63 , saturation: 0.77 and the lightness value of 1840bc is 0.42.

The process color (four color CMYK) of #1840bc color hex is 0.87, 0.66, 0.00, 0.26. Web safe color of #1840bc is #0033cc. Color #1840bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01000000 10111100
Octal 30 100 274
Decimal 24 64 188
Hex 18 40 BC

RGB Percentages of Color #1840bc

%8.70
%23.19
%68.12

CMYK Percentages of Color #1840bc

%87
%66
%0
%26

Triadic Colors of #1840bc

#1840bc #bc1840 #40bc18

Analogous Colors of #1840bc

#1840bc #4218bc #1892bc

Monochromatic Colors of #1840bc

#1840bc

Complementary Color

#1840bc #bc9418

#1840bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1840bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1840bc Color CSS Codes

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

#1840bc Text Font Color

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

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


#1840bc Background Color

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

This div background color is #1840bc


#1840bc Border Color

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

This div border color is #1840bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1840bc


Comments

No comments written yet.

Please login to write comment.