Color Hex Logo

#1313df Color Hex

#1313DF
(19,19,223)
0 Favorites   0 Comments

Color spaces of #1313df

RGB 1919223
HSL0.670.840.47
HSV240°91°87°
CMYK 0.910.910.00   0.13
XYZ13.82075.931970.2286
Yxy5.93190.15360.0659
Hunter Lab24.355558.6690-153.9127
CIE-Lab29.240067.9262-94.8017

#1313df color RGB value is (19,19,223).

#1313df hex color red value is 19, green value is 19 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #1313df hue: 0.67 , saturation: 0.84 and the lightness value of 1313df is 0.47.

The process color (four color CMYK) of #1313df color hex is 0.91, 0.91, 0.00, 0.13. Web safe color of #1313df is #0000cc. Color #1313df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00010011 11011111
Octal 23 23 337
Decimal 19 19 223
Hex 13 13 DF

RGB Percentages of Color #1313df

%7.28
%7.28
%85.44

CMYK Percentages of Color #1313df

%91
%91
%0
%13

Triadic Colors of #1313df

#1313df #df1313 #13df13

Analogous Colors of #1313df

#1313df #7913df #1379df

Monochromatic Colors of #1313df

#1313df

Complementary Color

#1313df #dfdf13

#1313df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1313df Color Preview on White Background

Lorem ipsum dolor sit amet.

#1313df Color CSS Codes

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

#1313df Text Font Color

<p style="color:#1313df">Text here</p>

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


#1313df Background Color

<div style="background-color:#1313df">
Div content here</div>

This div background color is #1313df


#1313df Border Color

<div style="border:3px solid #1313df">
Div here</div>

This div border color is #1313df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,19,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1313df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1313df;
  -webkit-box-shadow: 1px 1px 3px 2px #1313df;
  box-shadow:         1px 1px 3px 2px #1313df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1313df


Comments

No comments written yet.

Please login to write comment.