Color Hex Logo

#1419db Color Hex

#1419DB
(20,25,219)
0 Favorites   0 Comments

Color spaces of #1419db

RGB 2025219
HSL0.660.830.47
HSV238°91°86°
CMYK 0.910.890.00   0.14
XYZ13.42235.958567.4605
Yxy5.95850.15460.0686
Hunter Lab24.410055.4339-146.7690
CIE-Lab29.307565.0841-92.3844

#1419db color RGB value is (20,25,219).

#1419db hex color red value is 20, green value is 25 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #1419db hue: 0.66 , saturation: 0.83 and the lightness value of 1419db is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00011001 11011011
Octal 24 31 333
Decimal 20 25 219
Hex 14 19 DB

RGB Percentages of Color #1419db

%7.58
%9.47
%82.95

CMYK Percentages of Color #1419db

%91
%89
%0
%14

Triadic Colors of #1419db

#1419db #db1419 #19db14

Analogous Colors of #1419db

#1419db #7314db #147ddb

Monochromatic Colors of #1419db

#1419db

Complementary Color

#1419db #dbd614

#1419db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1419db Color Preview on White Background

Lorem ipsum dolor sit amet.

#1419db Color CSS Codes

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

#1419db Text Font Color

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

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


#1419db Background Color

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

This div background color is #1419db


#1419db Border Color

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

This div border color is #1419db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1419db


Comments

No comments written yet.

Please login to write comment.