Color Hex Logo

#1326db Color Hex

#1326DB
(19,38,219)
0 Favorites   0 Comments

Color spaces of #1326db

RGB 1938219
HSL0.650.840.47
HSV234°91°86°
CMYK 0.910.830.00   0.14
XYZ13.74796.639167.5747
Yxy6.63910.15630.0755
Hunter Lab25.766550.1488-137.4565
CIE-Lab30.970860.0035-89.6129

#1326db color RGB value is (19,38,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00100110 11011011
Octal 23 46 333
Decimal 19 38 219
Hex 13 26 DB

RGB Percentages of Color #1326db

%6.88
%13.77
%79.35

CMYK Percentages of Color #1326db

%91
%83
%0
%14

Triadic Colors of #1326db

#1326db #db1326 #26db13

Analogous Colors of #1326db

#1326db #6413db #138adb

Monochromatic Colors of #1326db

#1326db

Complementary Color

#1326db #dbc813

#1326db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1326db Color Preview on White Background

Lorem ipsum dolor sit amet.

#1326db Color CSS Codes

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

#1326db Text Font Color

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

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


#1326db Background Color

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

This div background color is #1326db


#1326db Border Color

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

This div border color is #1326db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1326db


Comments

No comments written yet.

Please login to write comment.