Color Hex Logo

#1379bc Color Hex

#1379BC
(19,121,188)
0 Favorites   0 Comments

Color spaces of #1379bc

RGB 19121188
HSL0.570.820.41
HSV204°90°74°
CMYK 0.900.360.00   0.26
XYZ16.183017.444050.0911
Yxy17.44400.19330.2084
Hunter Lab41.7660-3.9275-41.8719
CIE-Lab48.8147-2.2479-42.6445

#1379bc color RGB value is (19,121,188).

#1379bc hex color red value is 19, green value is 121 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #1379bc hue: 0.57 , saturation: 0.82 and the lightness value of 1379bc is 0.41.

The process color (four color CMYK) of #1379bc color hex is 0.90, 0.36, 0.00, 0.26. Web safe color of #1379bc is #0066cc. Color #1379bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01111001 10111100
Octal 23 171 274
Decimal 19 121 188
Hex 13 79 BC

RGB Percentages of Color #1379bc

%5.79
%36.89
%57.32

CMYK Percentages of Color #1379bc

%90
%36
%0
%26

Triadic Colors of #1379bc

#1379bc #bc1379 #79bc13

Analogous Colors of #1379bc

#1379bc #1325bc #13bcab

Monochromatic Colors of #1379bc

#1379bc

Complementary Color

#1379bc #bc5613

#1379bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1379bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1379bc Color CSS Codes

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

#1379bc Text Font Color

<p style="color:#1379bc">Text here</p>

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


#1379bc Background Color

<div style="background-color:#1379bc">
Div content here</div>

This div background color is #1379bc


#1379bc Border Color

<div style="border:3px solid #1379bc">
Div here</div>

This div border color is #1379bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,121,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1379bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1379bc;
  -webkit-box-shadow: 1px 1px 3px 2px #1379bc;
  box-shadow:         1px 1px 3px 2px #1379bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,121,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1379bc


Comments

No comments written yet.

Please login to write comment.