Color Hex Logo

#0130db Color Hex

#0130DB
(1,48,219)
0 Favorites   0 Comments

Color spaces of #0130db

RGB 148219
HSL0.630.990.43
HSV227°100°86°
CMYK 1.000.780.00   0.14
XYZ13.85577.234867.6840
Yxy7.23480.15610.0815
Hunter Lab26.897644.8796-130.3667
CIE-Lab32.335654.8050-87.3517

#0130db color RGB value is (1,48,219).

#0130db hex color red value is 1, green value is 48 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #0130db hue: 0.63 , saturation: 0.99 and the lightness value of 0130db is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00110000 11011011
Octal 1 60 333
Decimal 1 48 219
Hex 1 30 DB

RGB Percentages of Color #0130db

%0.37
%17.91
%81.72

CMYK Percentages of Color #0130db

%100
%78
%0
%14

Triadic Colors of #0130db

#0130db #db0130 #30db01

Analogous Colors of #0130db

#0130db #3f01db #019ddb

Monochromatic Colors of #0130db

#0130db

Complementary Color

#0130db #dbac01

#0130db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0130db Color Preview on White Background

Lorem ipsum dolor sit amet.

#0130db Color CSS Codes

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

#0130db Text Font Color

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

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


#0130db Background Color

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

This div background color is #0130db


#0130db Border Color

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

This div border color is #0130db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0130db


Comments

No comments written yet.

Please login to write comment.