Color Hex Logo

#1256aa Color Hex

#1256AA
(18,86,170)
0 Favorites   0 Comments

Color spaces of #1256aa

RGB 1886170
HSL0.590.810.37
HSV213°89°67°
CMYK 0.890.490.00   0.33
XYZ10.83299.686539.3289
Yxy9.68650.18100.1619
Hunter Lab31.12317.6642-53.1359
CIE-Lab37.273812.7936-50.5827

#1256aa color RGB value is (18,86,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01010110 10101010
Octal 22 126 252
Decimal 18 86 170
Hex 12 56 AA

RGB Percentages of Color #1256aa

%6.57
%31.39
%62.04

CMYK Percentages of Color #1256aa

%89
%49
%0
%33

Triadic Colors of #1256aa

#1256aa #aa1256 #56aa12

Analogous Colors of #1256aa

#1256aa #1a12aa #12a2aa

Monochromatic Colors of #1256aa

#1256aa

Complementary Color

#1256aa #aa6612

#1256aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1256aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1256aa Color CSS Codes

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

#1256aa Text Font Color

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

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


#1256aa Background Color

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

This div background color is #1256aa


#1256aa Border Color

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

This div border color is #1256aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1256aa


Comments

No comments written yet.

Please login to write comment.