Color Hex Logo

#1361db Color Hex

#1361DB
(19,97,219)
0 Favorites   0 Comments

Color spaces of #1361db

RGB 1997219
HSL0.600.840.47
HSV217°91°86°
CMYK 0.910.560.00   0.14
XYZ17.329413.802368.7686
Yxy13.80230.17350.1382
Hunter Lab37.151418.2468-83.7418
CIE-Lab43.948125.1241-68.2371

#1361db color RGB value is (19,97,219).

#1361db hex color red value is 19, green value is 97 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #1361db hue: 0.60 , saturation: 0.84 and the lightness value of 1361db is 0.47.

The process color (four color CMYK) of #1361db color hex is 0.91, 0.56, 0.00, 0.14. Web safe color of #1361db is #0066cc. Color #1361db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01100001 11011011
Octal 23 141 333
Decimal 19 97 219
Hex 13 61 DB

RGB Percentages of Color #1361db

%5.67
%28.96
%65.37

CMYK Percentages of Color #1361db

%91
%56
%0
%14

Triadic Colors of #1361db

#1361db #db1361 #61db13

Analogous Colors of #1361db

#1361db #2913db #13c5db

Monochromatic Colors of #1361db

#1361db

Complementary Color

#1361db #db8d13

#1361db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1361db Color Preview on White Background

Lorem ipsum dolor sit amet.

#1361db Color CSS Codes

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

#1361db Text Font Color

<p style="color:#1361db">Text here</p>

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


#1361db Background Color

<div style="background-color:#1361db">
Div content here</div>

This div background color is #1361db


#1361db Border Color

<div style="border:3px solid #1361db">
Div here</div>

This div border color is #1361db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,97,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1361db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1361db;
  -webkit-box-shadow: 1px 1px 3px 2px #1361db;
  box-shadow:         1px 1px 3px 2px #1361db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1361db


Comments

No comments written yet.

Please login to write comment.