Color Hex Logo

#1358db Color Hex

#1358DB
(19,88,219)
0 Favorites   0 Comments

Color spaces of #1358db

RGB 1988219
HSL0.610.840.47
HSV219°91°86°
CMYK 0.910.600.00   0.14
XYZ16.544512.232468.5069
Yxy12.23240.17010.1257
Hunter Lab34.974823.2316-91.6518
CIE-Lab41.583130.9710-72.0966

#1358db color RGB value is (19,88,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01011000 11011011
Octal 23 130 333
Decimal 19 88 219
Hex 13 58 DB

RGB Percentages of Color #1358db

%5.83
%26.99
%67.18

CMYK Percentages of Color #1358db

%91
%60
%0
%14

Triadic Colors of #1358db

#1358db #db1358 #58db13

Analogous Colors of #1358db

#1358db #3213db #13bcdb

Monochromatic Colors of #1358db

#1358db

Complementary Color

#1358db #db9613

#1358db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1358db Color Preview on White Background

Lorem ipsum dolor sit amet.

#1358db Color CSS Codes

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

#1358db Text Font Color

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

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


#1358db Background Color

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

This div background color is #1358db


#1358db Border Color

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

This div border color is #1358db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1358db


Comments

No comments written yet.

Please login to write comment.