Color Hex Logo

#1309db Color Hex

#1309DB
(19,9,219)
0 Favorites   0 Comments

Color spaces of #1309db

RGB 199219
HSL0.670.920.45
HSV243°96°86°
CMYK 0.910.960.00   0.14
XYZ13.15245.448367.3762
Yxy5.44830.15300.0634
Hunter Lab23.341659.7325-154.8032
CIE-Lab27.975669.0681-94.6098

#1309db color RGB value is (19,9,219).

#1309db hex color red value is 19, green value is 9 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #1309db hue: 0.67 , saturation: 0.92 and the lightness value of 1309db is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00001001 11011011
Octal 23 11 333
Decimal 19 9 219
Hex 13 9 DB

RGB Percentages of Color #1309db

%7.69
%3.64
%88.66

CMYK Percentages of Color #1309db

%91
%96
%0
%14

Triadic Colors of #1309db

#1309db #db1309 #09db13

Analogous Colors of #1309db

#1309db #7c09db #0968db

Monochromatic Colors of #1309db

#1309db

Complementary Color

#1309db #d1db09

#1309db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1309db Color Preview on White Background

Lorem ipsum dolor sit amet.

#1309db Color CSS Codes

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

#1309db Text Font Color

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

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


#1309db Background Color

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

This div background color is #1309db


#1309db Border Color

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

This div border color is #1309db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1309db


Comments

No comments written yet.

Please login to write comment.