Color Hex Logo

#1144aa Color Hex

#1144AA
(17,68,170)
0 Favorites   0 Comments

Color spaces of #1144aa

RGB 1768170
HSL0.610.820.37
HSV220°90°67°
CMYK 0.900.600.00   0.33
XYZ9.55407.155738.9078
Yxy7.15570.17180.1287
Hunter Lab26.750116.9398-67.5116
CIE-Lab32.158824.8991-58.8915

#1144aa color RGB value is (17,68,170).

#1144aa hex color red value is 17, green value is 68 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #1144aa hue: 0.61 , saturation: 0.82 and the lightness value of 1144aa is 0.37.

The process color (four color CMYK) of #1144aa color hex is 0.90, 0.60, 0.00, 0.33. Web safe color of #1144aa is #003399. Color #1144aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01000100 10101010
Octal 21 104 252
Decimal 17 68 170
Hex 11 44 AA

RGB Percentages of Color #1144aa

%6.67
%26.67
%66.67

CMYK Percentages of Color #1144aa

%90
%60
%0
%33

Triadic Colors of #1144aa

#1144aa #aa1144 #44aa11

Analogous Colors of #1144aa

#1144aa #2a11aa #1191aa

Monochromatic Colors of #1144aa

#1144aa

Complementary Color

#1144aa #aa7711

#1144aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1144aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1144aa Color CSS Codes

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

#1144aa Text Font Color

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

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


#1144aa Background Color

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

This div background color is #1144aa


#1144aa Border Color

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

This div border color is #1144aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,68,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 #1144aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1144aa


Comments

No comments written yet.

Please login to write comment.