Color Hex Logo

#1125db Color Hex

#1125DB
(17,37,219)
0 Favorites   0 Comments

Color spaces of #1125db

RGB 1737219
HSL0.650.860.46
HSV234°92°86°
CMYK 0.920.830.00   0.14
XYZ13.67896.556867.5625
Yxy6.55680.15580.0747
Hunter Lab25.606250.5441-138.5132
CIE-Lab30.775960.4037-89.9386

#1125db color RGB value is (17,37,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100101 11011011
Octal 21 45 333
Decimal 17 37 219
Hex 11 25 DB

RGB Percentages of Color #1125db

%6.23
%13.55
%80.22

CMYK Percentages of Color #1125db

%92
%83
%0
%14

Triadic Colors of #1125db

#1125db #db1125 #25db11

Analogous Colors of #1125db

#1125db #6211db #118adb

Monochromatic Colors of #1125db

#1125db

Complementary Color

#1125db #dbc711

#1125db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1125db Color Preview on White Background

Lorem ipsum dolor sit amet.

#1125db Color CSS Codes

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

#1125db Text Font Color

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

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


#1125db Background Color

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

This div background color is #1125db


#1125db Border Color

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

This div border color is #1125db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1125db


Comments

No comments written yet.

Please login to write comment.