Color Hex Logo

#1243ab Color Hex

#1243AB
(18,67,171)
0 Favorites   0 Comments

Color spaces of #1243ab

RGB 1867171
HSL0.610.810.37
HSV221°89°67°
CMYK 0.890.610.00   0.33
XYZ9.60737.083239.3889
Yxy7.08320.17130.1263
Hunter Lab26.614317.8604-69.1187
CIE-Lab31.995626.0341-59.7555

#1243ab color RGB value is (18,67,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01000011 10101011
Octal 22 103 253
Decimal 18 67 171
Hex 12 43 AB

RGB Percentages of Color #1243ab

%7.03
%26.17
%66.80

CMYK Percentages of Color #1243ab

%89
%61
%0
%33

Triadic Colors of #1243ab

#1243ab #ab1243 #43ab12

Analogous Colors of #1243ab

#1243ab #2e12ab #1290ab

Monochromatic Colors of #1243ab

#1243ab

Complementary Color

#1243ab #ab7a12

#1243ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1243ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#1243ab Color CSS Codes

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

#1243ab Text Font Color

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

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


#1243ab Background Color

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

This div background color is #1243ab


#1243ab Border Color

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

This div border color is #1243ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1243ab


Comments

No comments written yet.

Please login to write comment.