Color Hex Logo

#0121ff Color Hex

#0121FF
(1,33,255)
0 Favorites   0 Comments

Color spaces of #0121ff

RGB 133255
HSL0.651.000.50
HSV232°100°100°
CMYK 1.000.870.00   0.00
XYZ18.60648.314295.2319
Yxy8.31420.15230.0681
Hunter Lab28.834464.7234-175.6344
CIE-Lab34.628972.0928-103.9747

#0121ff color RGB value is (1,33,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00100001 11111111
Octal 1 41 377
Decimal 1 33 255
Hex 1 21 FF

RGB Percentages of Color #0121ff

%0.35
%11.42
%88.24

CMYK Percentages of Color #0121ff

%100
%87
%0
%0

Triadic Colors of #0121ff

#0121ff #ff0121 #21ff01

Analogous Colors of #0121ff

#0121ff #6001ff #01a0ff

Monochromatic Colors of #0121ff

#0121ff

Complementary Color

#0121ff #ffdf01

#0121ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0121ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#0121ff Color CSS Codes

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

#0121ff Text Font Color

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

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


#0121ff Background Color

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

This div background color is #0121ff


#0121ff Border Color

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

This div border color is #0121ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0121ff

Related Colors


Comments

No comments written yet.

Please login to write comment.