Color Hex Logo

#0181ff Color Hex

#0181FF
(1,129,255)
0 Favorites   0 Comments

Color spaces of #0181ff

RGB 1129255
HSL0.581.000.50
HSV210°100°100°
CMYK 1.000.490.00   0.00
XYZ25.912822.927097.6673
Yxy22.92700.17690.1565
Hunter Lab47.882112.8066-87.4189
CIE-Lab54.997118.1898-70.4739

#0181ff color RGB value is (1,129,255).

#0181ff hex color red value is 1, green value is 129 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #0181ff hue: 0.58 , saturation: 1.00 and the lightness value of 0181ff is 0.50.

The process color (four color CMYK) of #0181ff color hex is 1.00, 0.49, 0.00, 0.00. Web safe color of #0181ff is #0099ff. Color #0181ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10000001 11111111
Octal 1 201 377
Decimal 1 129 255
Hex 1 81 FF

RGB Percentages of Color #0181ff

%0.26
%33.51
%66.23

CMYK Percentages of Color #0181ff

%100
%49
%0
%0

Triadic Colors of #0181ff

#0181ff #ff0181 #81ff01

Analogous Colors of #0181ff

#0181ff #0102ff #01fffe

Monochromatic Colors of #0181ff

#0181ff

Complementary Color

#0181ff #ff7f01

#0181ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0181ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#0181ff Color CSS Codes

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

#0181ff Text Font Color

<p style="color:#0181ff">Text here</p>

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


#0181ff Background Color

<div style="background-color:#0181ff">
Div content here</div>

This div background color is #0181ff


#0181ff Border Color

<div style="border:3px solid #0181ff">
Div here</div>

This div border color is #0181ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,129,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0181ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0181ff;
  -webkit-box-shadow: 1px 1px 3px 2px #0181ff;
  box-shadow:         1px 1px 3px 2px #0181ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,129,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0181ff


Comments

No comments written yet.

Please login to write comment.