Color Hex Logo

#1367fa Color Hex

#1367FA
(19,103,250)
0 Favorites   0 Comments

Color spaces of #1367fa

RGB 19103250
HSL0.610.960.53
HSV218°92°98°
CMYK 0.920.590.00   0.02
XYZ22.374116.741192.4946
Yxy16.74110.17000.1272
Hunter Lab40.915926.0066-105.3901
CIE-Lab47.932233.1558-79.1876

#1367fa color RGB value is (19,103,250).

#1367fa hex color red value is 19, green value is 103 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #1367fa hue: 0.61 , saturation: 0.96 and the lightness value of 1367fa is 0.53.

The process color (four color CMYK) of #1367fa color hex is 0.92, 0.59, 0.00, 0.02. Web safe color of #1367fa is #0066ff. Color #1367fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01100111 11111010
Octal 23 147 372
Decimal 19 103 250
Hex 13 67 FA

RGB Percentages of Color #1367fa

%5.11
%27.69
%67.20

CMYK Percentages of Color #1367fa

%92
%59
%0
%2

Triadic Colors of #1367fa

#1367fa #fa1367 #67fa13

Analogous Colors of #1367fa

#1367fa #3313fa #13dbfa

Monochromatic Colors of #1367fa

#1367fa

Complementary Color

#1367fa #faa613

#1367fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1367fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1367fa Color CSS Codes

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

#1367fa Text Font Color

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

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


#1367fa Background Color

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

This div background color is #1367fa


#1367fa Border Color

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

This div border color is #1367fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1367fa


Comments

No comments written yet.

Please login to write comment.