Color Hex Logo

#1339da Color Hex

#1339DA
(19,57,218)
0 Favorites   0 Comments

Color spaces of #1339da

RGB 1957218
HSL0.630.840.46
HSV229°91°85°
CMYK 0.910.740.00   0.15
XYZ14.38668.126767.1400
Yxy8.12670.16050.0906
Hunter Lab28.507440.1944-119.6835
CIE-Lab34.245449.8920-83.6004

#1339da color RGB value is (19,57,218).

#1339da hex color red value is 19, green value is 57 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #1339da hue: 0.63 , saturation: 0.84 and the lightness value of 1339da is 0.46.

The process color (four color CMYK) of #1339da color hex is 0.91, 0.74, 0.00, 0.15. Web safe color of #1339da is #0033cc. Color #1339da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111001 11011010
Octal 23 71 332
Decimal 19 57 218
Hex 13 39 DA

RGB Percentages of Color #1339da

%6.46
%19.39
%74.15

CMYK Percentages of Color #1339da

%91
%74
%0
%15

Triadic Colors of #1339da

#1339da #da1339 #39da13

Analogous Colors of #1339da

#1339da #5113da #139dda

Monochromatic Colors of #1339da

#1339da

Complementary Color

#1339da #dab413

#1339da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1339da Color Preview on White Background

Lorem ipsum dolor sit amet.

#1339da Color CSS Codes

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

#1339da Text Font Color

<p style="color:#1339da">Text here</p>

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


#1339da Background Color

<div style="background-color:#1339da">
Div content here</div>

This div background color is #1339da


#1339da Border Color

<div style="border:3px solid #1339da">
Div here</div>

This div border color is #1339da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,57,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1339da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1339da;
  -webkit-box-shadow: 1px 1px 3px 2px #1339da;
  box-shadow:         1px 1px 3px 2px #1339da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1339da


Comments

No comments written yet.

Please login to write comment.