Color Hex Logo

#0133fe Color Hex

#0133FE
(1,51,254)
0 Favorites   0 Comments

Color spaces of #0133fe

RGB 151254
HSL0.630.990.50
HSV228°100°100°
CMYK 1.000.800.00   0.00
XYZ19.08579.529994.5994
Yxy9.52990.15490.0773
Hunter Lab30.870556.3341-160.0784
CIE-Lab36.985164.4082-99.4878

#0133fe color RGB value is (1,51,254).

#0133fe hex color red value is 1, green value is 51 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #0133fe hue: 0.63 , saturation: 0.99 and the lightness value of 0133fe is 0.50.

The process color (four color CMYK) of #0133fe color hex is 1.00, 0.80, 0.00, 0.00. Web safe color of #0133fe is #0033ff. Color #0133fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00110011 11111110
Octal 1 63 376
Decimal 1 51 254
Hex 1 33 FE

RGB Percentages of Color #0133fe

%0.33
%16.67
%83.01

CMYK Percentages of Color #0133fe

%100
%80
%0
%0

Triadic Colors of #0133fe

#0133fe #fe0133 #33fe01

Analogous Colors of #0133fe

#0133fe #4e01fe #01b2fe

Monochromatic Colors of #0133fe

#0133fe

Complementary Color

#0133fe #fecc01

#0133fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0133fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0133fe Color CSS Codes

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

#0133fe Text Font Color

<p style="color:#0133fe">Text here</p>

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


#0133fe Background Color

<div style="background-color:#0133fe">
Div content here</div>

This div background color is #0133fe


#0133fe Border Color

<div style="border:3px solid #0133fe">
Div here</div>

This div border color is #0133fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,51,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0133fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0133fe;
  -webkit-box-shadow: 1px 1px 3px 2px #0133fe;
  box-shadow:         1px 1px 3px 2px #0133fe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0133fe

Related Colors


Comments

No comments written yet.

Please login to write comment.