Color Hex Logo

#1225a4 Color Hex

#1225A4
(18,37,164)
0 Favorites   0 Comments

Color spaces of #1225a4

RGB 1837164
HSL0.640.800.36
HSV232°89°64°
CMYK 0.890.770.00   0.36
XYZ7.61194.132135.5183
Yxy4.13210.16110.0874
Hunter Lab20.327631.2682-89.3679
CIE-Lab24.103442.6607-68.5329

#1225a4 color RGB value is (18,37,164).

#1225a4 hex color red value is 18, green value is 37 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #1225a4 hue: 0.64 , saturation: 0.80 and the lightness value of 1225a4 is 0.36.

The process color (four color CMYK) of #1225a4 color hex is 0.89, 0.77, 0.00, 0.36. Web safe color of #1225a4 is #003399. Color #1225a4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00100101 10100100
Octal 22 45 244
Decimal 18 37 164
Hex 12 25 A4

RGB Percentages of Color #1225a4

%8.22
%16.89
%74.89

CMYK Percentages of Color #1225a4

%89
%77
%0
%36

Triadic Colors of #1225a4

#1225a4 #a41225 #25a412

Analogous Colors of #1225a4

#1225a4 #4812a4 #126ea4

Monochromatic Colors of #1225a4

#1225a4

Complementary Color

#1225a4 #a49112

#1225a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1225a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1225a4 Color CSS Codes

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

#1225a4 Text Font Color

<p style="color:#1225a4">Text here</p>

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


#1225a4 Background Color

<div style="background-color:#1225a4">
Div content here</div>

This div background color is #1225a4


#1225a4 Border Color

<div style="border:3px solid #1225a4">
Div here</div>

This div border color is #1225a4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,37,164, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1225a4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1225a4;
  -webkit-box-shadow: 1px 1px 3px 2px #1225a4;
  box-shadow:         1px 1px 3px 2px #1225a4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,37,164, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1225a4


Comments

No comments written yet.

Please login to write comment.