Color Hex Logo

#1269aa Color Hex

#1269AA
(18,105,170)
0 Favorites   0 Comments

Color spaces of #1269aa

RGB 18105170
HSL0.570.810.37
HSV206°89°67°
CMYK 0.890.380.00   0.33
XYZ12.556713.134039.9035
Yxy13.13400.19140.2002
Hunter Lab36.2409-1.5750-39.9135
CIE-Lab42.96450.4960-41.4615

#1269aa color RGB value is (18,105,170).

#1269aa hex color red value is 18, green value is 105 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #1269aa hue: 0.57 , saturation: 0.81 and the lightness value of 1269aa is 0.37.

The process color (four color CMYK) of #1269aa color hex is 0.89, 0.38, 0.00, 0.33. Web safe color of #1269aa is #006699. Color #1269aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01101001 10101010
Octal 22 151 252
Decimal 18 105 170
Hex 12 69 AA

RGB Percentages of Color #1269aa

%6.14
%35.84
%58.02

CMYK Percentages of Color #1269aa

%89
%38
%0
%33

Triadic Colors of #1269aa

#1269aa #aa1269 #69aa12

Analogous Colors of #1269aa

#1269aa #121daa #12aa9f

Monochromatic Colors of #1269aa

#1269aa

Complementary Color

#1269aa #aa5312

#1269aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1269aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1269aa Color CSS Codes

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

#1269aa Text Font Color

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

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


#1269aa Background Color

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

This div background color is #1269aa


#1269aa Border Color

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

This div border color is #1269aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1269aa


Comments

No comments written yet.

Please login to write comment.