Color Hex Logo

#1378ba Color Hex

#1378BA
(19,120,186)
0 Favorites   0 Comments

Color spaces of #1378ba

RGB 19120186
HSL0.570.810.40
HSV204°90°73°
CMYK 0.900.350.00   0.27
XYZ15.848017.116648.9229
Yxy17.11660.19350.2090
Hunter Lab41.3722-4.0253-41.1502
CIE-Lab48.4066-2.4146-42.1383

#1378ba color RGB value is (19,120,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01111000 10111010
Octal 23 170 272
Decimal 19 120 186
Hex 13 78 BA

RGB Percentages of Color #1378ba

%5.85
%36.92
%57.23

CMYK Percentages of Color #1378ba

%90
%35
%0
%27

Triadic Colors of #1378ba

#1378ba #ba1378 #78ba13

Analogous Colors of #1378ba

#1378ba #1324ba #13baa9

Monochromatic Colors of #1378ba

#1378ba

Complementary Color

#1378ba #ba5513

#1378ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1378ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#1378ba Color CSS Codes

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

#1378ba Text Font Color

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

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


#1378ba Background Color

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

This div background color is #1378ba


#1378ba Border Color

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

This div border color is #1378ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,120,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 #1378ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1378ba


Comments

No comments written yet.

Please login to write comment.