Color Hex Logo

#130bdd Color Hex

#130BDD
(19,11,221)
0 Favorites   0 Comments

Color spaces of #130bdd

RGB 1911221
HSL0.670.910.45
HSV242°95°87°
CMYK 0.910.950.00   0.13
XYZ13.43945.598268.7788
Yxy5.59820.15300.0637
Hunter Lab23.660559.9838-155.7879
CIE-Lab28.375269.2130-95.0953

#130bdd color RGB value is (19,11,221).

#130bdd hex color red value is 19, green value is 11 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #130bdd hue: 0.67 , saturation: 0.91 and the lightness value of 130bdd is 0.45.

The process color (four color CMYK) of #130bdd color hex is 0.91, 0.95, 0.00, 0.13. Web safe color of #130bdd is #0000cc. Color #130bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00001011 11011101
Octal 23 13 335
Decimal 19 11 221
Hex 13 B DD

RGB Percentages of Color #130bdd

%7.57
%4.38
%88.05

CMYK Percentages of Color #130bdd

%91
%95
%0
%13

Triadic Colors of #130bdd

#130bdd #dd130b #0bdd13

Analogous Colors of #130bdd

#130bdd #7c0bdd #0b6cdd

Monochromatic Colors of #130bdd

#130bdd

Complementary Color

#130bdd #d5dd0b

#130bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#130bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#130bdd Color CSS Codes

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

#130bdd Text Font Color

<p style="color:#130bdd">Text here</p>

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


#130bdd Background Color

<div style="background-color:#130bdd">
Div content here</div>

This div background color is #130bdd


#130bdd Border Color

<div style="border:3px solid #130bdd">
Div here</div>

This div border color is #130bdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,11,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #130bdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #130bdd;
  -webkit-box-shadow: 1px 1px 3px 2px #130bdd;
  box-shadow:         1px 1px 3px 2px #130bdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,11,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #130bdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #130bdd


Comments

No comments written yet.

Please login to write comment.