Color Hex Logo

#1467ba Color Hex

#1467BA
(20,103,186)
0 Favorites   0 Comments

Color spaces of #1467ba

RGB 20103186
HSL0.580.810.40
HSV210°89°73°
CMYK 0.890.450.00   0.27
XYZ14.001713.394448.3018
Yxy13.39440.18500.1769
Hunter Lab36.59844.2429-52.6309
CIE-Lab43.35168.2432-50.2029

#1467ba color RGB value is (20,103,186).

#1467ba hex color red value is 20, green value is 103 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #1467ba hue: 0.58 , saturation: 0.81 and the lightness value of 1467ba is 0.40.

The process color (four color CMYK) of #1467ba color hex is 0.89, 0.45, 0.00, 0.27. Web safe color of #1467ba is #0066cc. Color #1467ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01100111 10111010
Octal 24 147 272
Decimal 20 103 186
Hex 14 67 BA

RGB Percentages of Color #1467ba

%6.47
%33.33
%60.19

CMYK Percentages of Color #1467ba

%89
%45
%0
%27

Triadic Colors of #1467ba

#1467ba #ba1467 #67ba14

Analogous Colors of #1467ba

#1467ba #1414ba #14baba

Monochromatic Colors of #1467ba

#1467ba

Complementary Color

#1467ba #ba6714

#1467ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1467ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#1467ba Color CSS Codes

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

#1467ba Text Font Color

<p style="color:#1467ba">Text here</p>

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


#1467ba Background Color

<div style="background-color:#1467ba">
Div content here</div>

This div background color is #1467ba


#1467ba Border Color

<div style="border:3px solid #1467ba">
Div here</div>

This div border color is #1467ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,103,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1467ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1467ba;
  -webkit-box-shadow: 1px 1px 3px 2px #1467ba;
  box-shadow:         1px 1px 3px 2px #1467ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,103,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1467ba


Comments

No comments written yet.

Please login to write comment.