Color Hex Logo

#01218e Color Hex

#01218E
(1,33,142)
0 Favorites   0 Comments

Color spaces of #01218e

RGB 133142
HSL0.630.990.28
HSV226°99°56°
CMYK 0.990.770.00   0.44
XYZ5.43893.047225.8927
Yxy3.04720.15820.0886
Hunter Lab17.456225.0675-75.7251
CIE-Lab20.231936.5038-61.4400

#01218e color RGB value is (1,33,142).

#01218e hex color red value is 1, green value is 33 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #01218e hue: 0.63 , saturation: 0.99 and the lightness value of 01218e is 0.28.

The process color (four color CMYK) of #01218e color hex is 0.99, 0.77, 0.00, 0.44. Web safe color of #01218e is #003399. Color #01218e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00100001 10001110
Octal 1 41 216
Decimal 1 33 142
Hex 1 21 8E

RGB Percentages of Color #01218e

%0.57
%18.75
%80.68

CMYK Percentages of Color #01218e

%99
%77
%0
%44

Triadic Colors of #01218e

#01218e #8e0121 #218e01

Analogous Colors of #01218e

#01218e #28018e #01688e

Monochromatic Colors of #01218e

#01218e

Complementary Color

#01218e #8e6e01

#01218e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01218e Color Preview on White Background

Lorem ipsum dolor sit amet.

#01218e Color CSS Codes

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

#01218e Text Font Color

<p style="color:#01218e">Text here</p>

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


#01218e Background Color

<div style="background-color:#01218e">
Div content here</div>

This div background color is #01218e


#01218e Border Color

<div style="border:3px solid #01218e">
Div here</div>

This div border color is #01218e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01218e


Comments

No comments written yet.

Please login to write comment.