Color Hex Logo

#1272ac Color Hex

#1272AC
(18,114,172)
0 Favorites   0 Comments

Color spaces of #1272ac

RGB 18114172
HSL0.560.810.37
HSV203°90°67°
CMYK 0.900.340.00   0.33
XYZ13.713215.141841.2296
Yxy15.14180.19570.2161
Hunter Lab38.9125-5.1914-35.5818
CIE-Lab45.8278-4.2564-38.0929

#1272ac color RGB value is (18,114,172).

#1272ac hex color red value is 18, green value is 114 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #1272ac hue: 0.56 , saturation: 0.81 and the lightness value of 1272ac is 0.37.

The process color (four color CMYK) of #1272ac color hex is 0.90, 0.34, 0.00, 0.33. Web safe color of #1272ac is #006699. Color #1272ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01110010 10101100
Octal 22 162 254
Decimal 18 114 172
Hex 12 72 AC

RGB Percentages of Color #1272ac

%5.92
%37.50
%56.58

CMYK Percentages of Color #1272ac

%90
%34
%0
%33

Triadic Colors of #1272ac

#1272ac #ac1272 #72ac12

Analogous Colors of #1272ac

#1272ac #1225ac #12ac99

Monochromatic Colors of #1272ac

#1272ac

Complementary Color

#1272ac #ac4c12

#1272ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1272ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#1272ac Color CSS Codes

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

#1272ac Text Font Color

<p style="color:#1272ac">Text here</p>

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


#1272ac Background Color

<div style="background-color:#1272ac">
Div content here</div>

This div background color is #1272ac


#1272ac Border Color

<div style="border:3px solid #1272ac">
Div here</div>

This div border color is #1272ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,114,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1272ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1272ac;
  -webkit-box-shadow: 1px 1px 3px 2px #1272ac;
  box-shadow:         1px 1px 3px 2px #1272ac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1272ac


Comments

No comments written yet.

Please login to write comment.