Color Hex Logo

#1363da Color Hex

#1363DA
(19,99,218)
0 Favorites   0 Comments

Color spaces of #1363da

RGB 1999218
HSL0.600.840.46
HSV216°91°85°
CMYK 0.910.550.00   0.15
XYZ17.385314.124168.1396
Yxy14.12410.17450.1417
Hunter Lab37.582016.8048-81.1906
CIE-Lab44.410423.4358-66.9152

#1363da color RGB value is (19,99,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01100011 11011010
Octal 23 143 332
Decimal 19 99 218
Hex 13 63 DA

RGB Percentages of Color #1363da

%5.65
%29.46
%64.88

CMYK Percentages of Color #1363da

%91
%55
%0
%15

Triadic Colors of #1363da

#1363da #da1363 #63da13

Analogous Colors of #1363da

#1363da #2613da #13c7da

Monochromatic Colors of #1363da

#1363da

Complementary Color

#1363da #da8a13

#1363da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1363da Color Preview on White Background

Lorem ipsum dolor sit amet.

#1363da Color CSS Codes

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

#1363da Text Font Color

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

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


#1363da Background Color

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

This div background color is #1363da


#1363da Border Color

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

This div border color is #1363da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1363da


Comments

No comments written yet.

Please login to write comment.