Color Hex Logo

#1399fa Color Hex

#1399FA
(19,153,250)
0 Favorites   0 Comments

Color spaces of #1399fa

RGB 19153250
HSL0.570.960.53
HSV205°92°98°
CMYK 0.920.390.00   0.02
XYZ28.915129.823094.6749
Yxy29.82300.18850.1944
Hunter Lab54.6104-1.0562-64.5603
CIE-Lab61.50122.2213-57.2695

#1399fa color RGB value is (19,153,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10011001 11111010
Octal 23 231 372
Decimal 19 153 250
Hex 13 99 FA

RGB Percentages of Color #1399fa

%4.50
%36.26
%59.24

CMYK Percentages of Color #1399fa

%92
%39
%0
%2

Triadic Colors of #1399fa

#1399fa #fa1399 #99fa13

Analogous Colors of #1399fa

#1399fa #1326fa #13fae8

Monochromatic Colors of #1399fa

#1399fa

Complementary Color

#1399fa #fa7413

#1399fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1399fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1399fa Color CSS Codes

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

#1399fa Text Font Color

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

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


#1399fa Background Color

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

This div background color is #1399fa


#1399fa Border Color

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

This div border color is #1399fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1399fa


Comments

No comments written yet.

Please login to write comment.