Color Hex Logo

#1367bc Color Hex

#1367BC
(19,103,188)
0 Favorites   0 Comments

Color spaces of #1367bc

RGB 19103188
HSL0.580.820.41
HSV210°90°74°
CMYK 0.900.450.00   0.26
XYZ14.195913.469849.4287
Yxy13.46980.18410.1747
Hunter Lab36.70124.8160-54.1601
CIE-Lab43.46288.9793-51.1883

#1367bc color RGB value is (19,103,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01100111 10111100
Octal 23 147 274
Decimal 19 103 188
Hex 13 67 BC

RGB Percentages of Color #1367bc

%6.13
%33.23
%60.65

CMYK Percentages of Color #1367bc

%90
%45
%0
%26

Triadic Colors of #1367bc

#1367bc #bc1367 #67bc13

Analogous Colors of #1367bc

#1367bc #1313bc #13bcbc

Monochromatic Colors of #1367bc

#1367bc

Complementary Color

#1367bc #bc6813

#1367bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1367bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1367bc Color CSS Codes

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

#1367bc Text Font Color

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

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


#1367bc Background Color

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

This div background color is #1367bc


#1367bc Border Color

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

This div border color is #1367bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1367bc


Comments

No comments written yet.

Please login to write comment.