Color Hex Logo

#0193db Color Hex

#0193DB
(1,147,219)
0 Favorites   0 Comments

Color spaces of #0193db

RGB 1147219
HSL0.560.990.43
HSV200°100°86°
CMYK 1.000.330.00   0.14
XYZ23.232425.988470.8096
Yxy25.98840.19360.2165
Hunter Lab50.9788-7.8657-46.6687
CIE-Lab58.0260-6.4541-45.6458

#0193db color RGB value is (1,147,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 10010011 11011011
Octal 1 223 333
Decimal 1 147 219
Hex 1 93 DB

RGB Percentages of Color #0193db

%0.27
%40.05
%59.67

CMYK Percentages of Color #0193db

%100
%33
%0
%14

Triadic Colors of #0193db

#0193db #db0193 #93db01

Analogous Colors of #0193db

#0193db #0126db #01dbb6

Monochromatic Colors of #0193db

#0193db

Complementary Color

#0193db #db4901

#0193db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0193db Color Preview on White Background

Lorem ipsum dolor sit amet.

#0193db Color CSS Codes

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

#0193db Text Font Color

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

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


#0193db Background Color

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

This div background color is #0193db


#0193db Border Color

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

This div border color is #0193db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0193db


Comments

No comments written yet.

Please login to write comment.