Color Hex Logo

#1043ab Color Hex

#1043AB
(16,67,171)
0 Favorites   0 Comments

Color spaces of #1043ab

RGB 1667171
HSL0.610.830.37
HSV220°91°67°
CMYK 0.910.610.00   0.33
XYZ9.57157.064739.3872
Yxy7.06470.17080.1261
Hunter Lab26.579517.7652-69.2540
CIE-Lab31.953725.9247-59.8255

#1043ab color RGB value is (16,67,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 01000011 10101011
Octal 20 103 253
Decimal 16 67 171
Hex 10 43 AB

RGB Percentages of Color #1043ab

%6.30
%26.38
%67.32

CMYK Percentages of Color #1043ab

%91
%61
%0
%33

Triadic Colors of #1043ab

#1043ab #ab1043 #43ab10

Analogous Colors of #1043ab

#1043ab #2a10ab #1091ab

Monochromatic Colors of #1043ab

#1043ab

Complementary Color

#1043ab #ab7810

#1043ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1043ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#1043ab Color CSS Codes

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

#1043ab Text Font Color

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

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


#1043ab Background Color

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

This div background color is #1043ab


#1043ab Border Color

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

This div border color is #1043ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1043ab


Comments

No comments written yet.

Please login to write comment.