Color Hex Logo

#1053db Color Hex

#1053DB
(16,83,219)
0 Favorites   0 Comments

Color spaces of #1053db

RGB 1683219
HSL0.610.860.46
HSV220°93°86°
CMYK 0.930.620.00   0.14
XYZ16.093111.411168.3722
Yxy11.41110.16790.1190
Hunter Lab33.780325.9227-96.3582
CIE-Lab40.264434.0926-74.2579

#1053db color RGB value is (16,83,219).

#1053db hex color red value is 16, green value is 83 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #1053db hue: 0.61 , saturation: 0.86 and the lightness value of 1053db is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 01010011 11011011
Octal 20 123 333
Decimal 16 83 219
Hex 10 53 DB

RGB Percentages of Color #1053db

%5.03
%26.10
%68.87

CMYK Percentages of Color #1053db

%93
%62
%0
%14

Triadic Colors of #1053db

#1053db #db1053 #53db10

Analogous Colors of #1053db

#1053db #3210db #10b9db

Monochromatic Colors of #1053db

#1053db

Complementary Color

#1053db #db9810

#1053db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1053db Color Preview on White Background

Lorem ipsum dolor sit amet.

#1053db Color CSS Codes

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

#1053db Text Font Color

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

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


#1053db Background Color

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

This div background color is #1053db


#1053db Border Color

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

This div border color is #1053db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1053db


Comments

No comments written yet.

Please login to write comment.