Color Hex Logo

#1051db Color Hex

#1051DB
(16,81,219)
0 Favorites   0 Comments

Color spaces of #1051db

RGB 1681219
HSL0.610.860.46
HSV221°93°86°
CMYK 0.930.630.00   0.14
XYZ15.942311.109568.3219
Yxy11.10950.16720.1165
Hunter Lab33.330927.0481-98.2013
CIE-Lab39.764335.3816-75.0781

#1051db color RGB value is (16,81,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 01010001 11011011
Octal 20 121 333
Decimal 16 81 219
Hex 10 51 DB

RGB Percentages of Color #1051db

%5.06
%25.63
%69.30

CMYK Percentages of Color #1051db

%93
%63
%0
%14

Triadic Colors of #1051db

#1051db #db1051 #51db10

Analogous Colors of #1051db

#1051db #3510db #10b7db

Monochromatic Colors of #1051db

#1051db

Complementary Color

#1051db #db9a10

#1051db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1051db Color Preview on White Background

Lorem ipsum dolor sit amet.

#1051db Color CSS Codes

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

#1051db Text Font Color

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

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


#1051db Background Color

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

This div background color is #1051db


#1051db Border Color

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

This div border color is #1051db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1051db


Comments

No comments written yet.

Please login to write comment.