Color Hex Logo

#1375da Color Hex

#1375DA
(19,117,218)
0 Favorites   0 Comments

Color spaces of #1375da

RGB 19117218
HSL0.580.840.46
HSV210°91°85°
CMYK 0.910.460.00   0.15
XYZ19.284717.923068.7727
Yxy17.92300.18200.1691
Hunter Lab42.33567.2231-66.6797
CIE-Lab49.402611.8989-58.8362

#1375da color RGB value is (19,117,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01110101 11011010
Octal 23 165 332
Decimal 19 117 218
Hex 13 75 DA

RGB Percentages of Color #1375da

%5.37
%33.05
%61.58

CMYK Percentages of Color #1375da

%91
%46
%0
%15

Triadic Colors of #1375da

#1375da #da1375 #75da13

Analogous Colors of #1375da

#1375da #1413da #13d9da

Monochromatic Colors of #1375da

#1375da

Complementary Color

#1375da #da7813

#1375da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1375da Color Preview on White Background

Lorem ipsum dolor sit amet.

#1375da Color CSS Codes

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

#1375da Text Font Color

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

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


#1375da Background Color

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

This div background color is #1375da


#1375da Border Color

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

This div border color is #1375da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1375da


Comments

No comments written yet.

Please login to write comment.