Color Hex Logo

#1365be Color Hex

#1365BE
(19,101,190)
0 Favorites   0 Comments

Color spaces of #1365be

RGB 19101190
HSL0.590.820.41
HSV211°90°75°
CMYK 0.900.470.00   0.25
XYZ14.216513.163550.5067
Yxy13.16350.18250.1690
Hunter Lab36.28156.4505-57.1392
CIE-Lab43.008611.0652-53.0808

#1365be color RGB value is (19,101,190).

#1365be hex color red value is 19, green value is 101 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #1365be hue: 0.59 , saturation: 0.82 and the lightness value of 1365be is 0.41.

The process color (four color CMYK) of #1365be color hex is 0.90, 0.47, 0.00, 0.25. Web safe color of #1365be is #0066cc. Color #1365be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01100101 10111110
Octal 23 145 276
Decimal 19 101 190
Hex 13 65 BE

RGB Percentages of Color #1365be

%6.13
%32.58
%61.29

CMYK Percentages of Color #1365be

%90
%47
%0
%25

Triadic Colors of #1365be

#1365be #be1365 #65be13

Analogous Colors of #1365be

#1365be #1713be #13bbbe

Monochromatic Colors of #1365be

#1365be

Complementary Color

#1365be #be6c13

#1365be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1365be Color Preview on White Background

Lorem ipsum dolor sit amet.

#1365be Color CSS Codes

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

#1365be Text Font Color

<p style="color:#1365be">Text here</p>

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


#1365be Background Color

<div style="background-color:#1365be">
Div content here</div>

This div background color is #1365be


#1365be Border Color

<div style="border:3px solid #1365be">
Div here</div>

This div border color is #1365be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,101,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1365be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1365be;
  -webkit-box-shadow: 1px 1px 3px 2px #1365be;
  box-shadow:         1px 1px 3px 2px #1365be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1365be


Comments

No comments written yet.

Please login to write comment.