Color Hex Logo

#1318db Color Hex

#1318DB
(19,24,219)
0 Favorites   0 Comments

Color spaces of #1318db

RGB 1924219
HSL0.660.840.47
HSV239°91°86°
CMYK 0.910.890.00   0.14
XYZ13.38145.906267.4526
Yxy5.90620.15430.0681
Hunter Lab24.302755.7550-147.5488
CIE-Lab29.174665.3924-92.6070

#1318db color RGB value is (19,24,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00011000 11011011
Octal 23 30 333
Decimal 19 24 219
Hex 13 18 DB

RGB Percentages of Color #1318db

%7.25
%9.16
%83.59

CMYK Percentages of Color #1318db

%91
%89
%0
%14

Triadic Colors of #1318db

#1318db #db1318 #18db13

Analogous Colors of #1318db

#1318db #7213db #137cdb

Monochromatic Colors of #1318db

#1318db

Complementary Color

#1318db #dbd613

#1318db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1318db Color Preview on White Background

Lorem ipsum dolor sit amet.

#1318db Color CSS Codes

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

#1318db Text Font Color

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

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


#1318db Background Color

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

This div background color is #1318db


#1318db Border Color

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

This div border color is #1318db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1318db


Comments

No comments written yet.

Please login to write comment.