Color Hex Logo

#0147db Color Hex

#0147DB
(1,71,219)
0 Favorites   0 Comments

Color spaces of #0147db

RGB 171219
HSL0.610.990.43
HSV221°100°86°
CMYK 1.000.680.00   0.14
XYZ15.05199.627468.0828
Yxy9.62740.16230.1038
Hunter Lab31.028132.2924-108.3765
CIE-Lab37.165241.3522-79.3593

#0147db color RGB value is (1,71,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 01000111 11011011
Octal 1 107 333
Decimal 1 71 219
Hex 1 47 DB

RGB Percentages of Color #0147db

%0.34
%24.40
%75.26

CMYK Percentages of Color #0147db

%100
%68
%0
%14

Triadic Colors of #0147db

#0147db #db0147 #47db01

Analogous Colors of #0147db

#0147db #2801db #01b4db

Monochromatic Colors of #0147db

#0147db

Complementary Color

#0147db #db9501

#0147db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0147db Color Preview on White Background

Lorem ipsum dolor sit amet.

#0147db Color CSS Codes

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

#0147db Text Font Color

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

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


#0147db Background Color

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

This div background color is #0147db


#0147db Border Color

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

This div border color is #0147db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0147db


Comments

No comments written yet.

Please login to write comment.