Color Hex Logo

#1840bf Color Hex

#1840BF
(24,64,191)
0 Favorites   0 Comments

Color spaces of #1840bf

RGB 2464191
HSL0.630.780.42
HSV226°87°75°
CMYK 0.870.660.00   0.25
XYZ11.61417.622650.1494
Yxy7.62260.16740.1099
Hunter Lab27.609126.7724-88.3687
CIE-Lab33.184236.1137-69.6534

#1840bf color RGB value is (24,64,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 01000000 10111111
Octal 30 100 277
Decimal 24 64 191
Hex 18 40 BF

RGB Percentages of Color #1840bf

%8.60
%22.94
%68.46

CMYK Percentages of Color #1840bf

%87
%66
%0
%25

Triadic Colors of #1840bf

#1840bf #bf1840 #40bf18

Analogous Colors of #1840bf

#1840bf #4418bf #1894bf

Monochromatic Colors of #1840bf

#1840bf

Complementary Color

#1840bf #bf9718

#1840bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1840bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#1840bf Color CSS Codes

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

#1840bf Text Font Color

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

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


#1840bf Background Color

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

This div background color is #1840bf


#1840bf Border Color

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

This div border color is #1840bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,64,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1840bf


Comments

No comments written yet.

Please login to write comment.