Color Hex Logo

#1840af Color Hex

#1840AF
(24,64,175)
0 Favorites   0 Comments

Color spaces of #1840af

RGB 2464175
HSL0.620.760.39
HSV224°86°69°
CMYK 0.860.630.00   0.31
XYZ9.94796.956141.3758
Yxy6.95610.17070.1194
Hunter Lab26.374421.1714-74.5512
CIE-Lab31.706829.9994-62.6104

#1840af color RGB value is (24,64,175).

#1840af hex color red value is 24, green value is 64 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #1840af hue: 0.62 , saturation: 0.76 and the lightness value of 1840af is 0.39.

The process color (four color CMYK) of #1840af color hex is 0.86, 0.63, 0.00, 0.31. Web safe color of #1840af is #003399. Color #1840af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01000000 10101111
Octal 30 100 257
Decimal 24 64 175
Hex 18 40 AF

RGB Percentages of Color #1840af

%9.13
%24.33
%66.54

CMYK Percentages of Color #1840af

%86
%63
%0
%31

Triadic Colors of #1840af

#1840af #af1840 #40af18

Analogous Colors of #1840af

#1840af #3b18af #188caf

Monochromatic Colors of #1840af

#1840af

Complementary Color

#1840af #af8718

#1840af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1840af Color Preview on White Background

Lorem ipsum dolor sit amet.

#1840af Color CSS Codes

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

#1840af Text Font Color

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

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


#1840af Background Color

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

This div background color is #1840af


#1840af Border Color

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

This div border color is #1840af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1840af


Comments

No comments written yet.

Please login to write comment.