Color Hex Logo

#1169db Color Hex

#1169DB
(17,105,219)
0 Favorites   0 Comments

Color spaces of #1169db

RGB 17105219
HSL0.590.860.46
HSV214°92°86°
CMYK 0.920.520.00   0.14
XYZ18.068915.336869.0258
Yxy15.33680.17640.1497
Hunter Lab39.162213.8235-77.0887
CIE-Lab46.092119.8594-64.7542

#1169db color RGB value is (17,105,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01101001 11011011
Octal 21 151 333
Decimal 17 105 219
Hex 11 69 DB

RGB Percentages of Color #1169db

%4.99
%30.79
%64.22

CMYK Percentages of Color #1169db

%92
%52
%0
%14

Triadic Colors of #1169db

#1169db #db1169 #69db11

Analogous Colors of #1169db

#1169db #1e11db #11cedb

Monochromatic Colors of #1169db

#1169db

Complementary Color

#1169db #db8311

#1169db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1169db Color Preview on White Background

Lorem ipsum dolor sit amet.

#1169db Color CSS Codes

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

#1169db Text Font Color

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

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


#1169db Background Color

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

This div background color is #1169db


#1169db Border Color

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

This div border color is #1169db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1169db


Comments

No comments written yet.

Please login to write comment.