Color Hex Logo

#1245ab Color Hex

#1245AB
(18,69,171)
0 Favorites   0 Comments

Color spaces of #1245ab

RGB 1869171
HSL0.610.810.37
HSV220°89°67°
CMYK 0.890.600.00   0.33
XYZ9.72837.325139.4292
Yxy7.32510.17220.1297
Hunter Lab27.064916.7970-67.4305
CIE-Lab32.535824.6791-58.8726

#1245ab color RGB value is (18,69,171).

#1245ab hex color red value is 18, green value is 69 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #1245ab hue: 0.61 , saturation: 0.81 and the lightness value of 1245ab is 0.37.

The process color (four color CMYK) of #1245ab color hex is 0.89, 0.60, 0.00, 0.33. Web safe color of #1245ab is #003399. Color #1245ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01000101 10101011
Octal 22 105 253
Decimal 18 69 171
Hex 12 45 AB

RGB Percentages of Color #1245ab

%6.98
%26.74
%66.28

CMYK Percentages of Color #1245ab

%89
%60
%0
%33

Triadic Colors of #1245ab

#1245ab #ab1245 #45ab12

Analogous Colors of #1245ab

#1245ab #2b12ab #1292ab

Monochromatic Colors of #1245ab

#1245ab

Complementary Color

#1245ab #ab7812

#1245ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1245ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#1245ab Color CSS Codes

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

#1245ab Text Font Color

<p style="color:#1245ab">Text here</p>

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


#1245ab Background Color

<div style="background-color:#1245ab">
Div content here</div>

This div background color is #1245ab


#1245ab Border Color

<div style="border:3px solid #1245ab">
Div here</div>

This div border color is #1245ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,69,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1245ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1245ab;
  -webkit-box-shadow: 1px 1px 3px 2px #1245ab;
  box-shadow:         1px 1px 3px 2px #1245ab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1245ab


Comments

No comments written yet.

Please login to write comment.