Color Hex Logo

#1821aa Color Hex

#1821AA
(24,33,170)
0 Favorites   0 Comments

Color spaces of #1821aa

RGB 2433170
HSL0.660.750.38
HSV236°86°67°
CMYK 0.860.810.00   0.33
XYZ8.17624.184238.4069
Yxy4.18420.16110.0824
Hunter Lab20.455335.5515-97.0042
CIE-Lab24.271347.1366-71.8790

#1821aa color RGB value is (24,33,170).

#1821aa hex color red value is 24, green value is 33 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #1821aa hue: 0.66 , saturation: 0.75 and the lightness value of 1821aa is 0.38.

The process color (four color CMYK) of #1821aa color hex is 0.86, 0.81, 0.00, 0.33. Web safe color of #1821aa is #003399. Color #1821aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00100001 10101010
Octal 30 41 252
Decimal 24 33 170
Hex 18 21 AA

RGB Percentages of Color #1821aa

%10.57
%14.54
%74.89

CMYK Percentages of Color #1821aa

%86
%81
%0
%33

Triadic Colors of #1821aa

#1821aa #aa1821 #21aa18

Analogous Colors of #1821aa

#1821aa #5818aa #186aaa

Monochromatic Colors of #1821aa

#1821aa

Complementary Color

#1821aa #aaa118

#1821aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1821aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1821aa Color CSS Codes

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

#1821aa Text Font Color

<p style="color:#1821aa">Text here</p>

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


#1821aa Background Color

<div style="background-color:#1821aa">
Div content here</div>

This div background color is #1821aa


#1821aa Border Color

<div style="border:3px solid #1821aa">
Div here</div>

This div border color is #1821aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,33,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1821aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1821aa;
  -webkit-box-shadow: 1px 1px 3px 2px #1821aa;
  box-shadow:         1px 1px 3px 2px #1821aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1821aa


Comments

No comments written yet.

Please login to write comment.