Color Hex Logo

#1a41db Color Hex

#1A41DB
(26,65,219)
0 Favorites   0 Comments

Color spaces of #1a41db

RGB 2665219
HSL0.630.790.48
HSV228°88°86°
CMYK 0.880.700.00   0.14
XYZ15.10259.114767.9812
Yxy9.11470.16380.0989
Hunter Lab30.190636.4592-112.3721
CIE-Lab36.204245.7974-80.9311

#1a41db color RGB value is (26,65,219).

#1a41db hex color red value is 26, green value is 65 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #1a41db hue: 0.63 , saturation: 0.79 and the lightness value of 1a41db is 0.48.

The process color (four color CMYK) of #1a41db color hex is 0.88, 0.70, 0.00, 0.14. Web safe color of #1a41db is #3333cc. Color #1a41db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 01000001 11011011
Octal 32 101 333
Decimal 26 65 219
Hex 1A 41 DB

RGB Percentages of Color #1a41db

%8.39
%20.97
%70.65

CMYK Percentages of Color #1a41db

%88
%70
%0
%14

Triadic Colors of #1a41db

#1a41db #db1a41 #41db1a

Analogous Colors of #1a41db

#1a41db #541adb #1aa2db

Monochromatic Colors of #1a41db

#1a41db

Complementary Color

#1a41db #dbb41a

#1a41db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1a41db Color Preview on White Background

Lorem ipsum dolor sit amet.

#1a41db Color CSS Codes

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

#1a41db Text Font Color

<p style="color:#1a41db">Text here</p>

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


#1a41db Background Color

<div style="background-color:#1a41db">
Div content here</div>

This div background color is #1a41db


#1a41db Border Color

<div style="border:3px solid #1a41db">
Div here</div>

This div border color is #1a41db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(26,65,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1a41db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1a41db;
  -webkit-box-shadow: 1px 1px 3px 2px #1a41db;
  box-shadow:         1px 1px 3px 2px #1a41db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(26,65,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 #1a41db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1a41db


Comments

No comments written yet.

Please login to write comment.