Color Hex Logo

#131adb Color Hex

#131ADB
(19,26,219)
0 Favorites   0 Comments

Color spaces of #131adb

RGB 1926219
HSL0.660.840.47
HSV238°91°86°
CMYK 0.910.880.00   0.14
XYZ13.42415.991767.4668
Yxy5.99170.15450.0690
Hunter Lab24.477955.0559-146.2822
CIE-Lab29.391564.7337-92.2449

#131adb color RGB value is (19,26,219).

#131adb hex color red value is 19, green value is 26 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #131adb hue: 0.66 , saturation: 0.84 and the lightness value of 131adb is 0.47.

The process color (four color CMYK) of #131adb color hex is 0.91, 0.88, 0.00, 0.14. Web safe color of #131adb is #0033cc. Color #131adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00011010 11011011
Octal 23 32 333
Decimal 19 26 219
Hex 13 1A DB

RGB Percentages of Color #131adb

%7.20
%9.85
%82.95

CMYK Percentages of Color #131adb

%91
%88
%0
%14

Triadic Colors of #131adb

#131adb #db131a #1adb13

Analogous Colors of #131adb

#131adb #7013db #137edb

Monochromatic Colors of #131adb

#131adb

Complementary Color

#131adb #dbd413

#131adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#131adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#131adb Color CSS Codes

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

#131adb Text Font Color

<p style="color:#131adb">Text here</p>

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


#131adb Background Color

<div style="background-color:#131adb">
Div content here</div>

This div background color is #131adb


#131adb Border Color

<div style="border:3px solid #131adb">
Div here</div>

This div border color is #131adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #131adb


Comments

No comments written yet.

Please login to write comment.