Color Hex Logo

#0114db Color Hex

#0114DB
(1,20,219)
0 Favorites   0 Comments

Color spaces of #0114db

RGB 120219
HSL0.650.990.43
HSV235°100°86°
CMYK 1.000.910.00   0.14
XYZ13.04895.621267.4151
Yxy5.62120.15160.0653
Hunter Lab23.709156.7512-151.9907
CIE-Lab28.435966.4037-93.8489

#0114db color RGB value is (1,20,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00010100 11011011
Octal 1 24 333
Decimal 1 20 219
Hex 1 14 DB

RGB Percentages of Color #0114db

%0.42
%8.33
%91.25

CMYK Percentages of Color #0114db

%100
%91
%0
%14

Triadic Colors of #0114db

#0114db #db0114 #14db01

Analogous Colors of #0114db

#0114db #5b01db #0181db

Monochromatic Colors of #0114db

#0114db

Complementary Color

#0114db #dbc801

#0114db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0114db Color Preview on White Background

Lorem ipsum dolor sit amet.

#0114db Color CSS Codes

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

#0114db Text Font Color

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

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


#0114db Background Color

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

This div background color is #0114db


#0114db Border Color

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

This div border color is #0114db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0114db


Comments

No comments written yet.

Please login to write comment.