Color Hex Logo

#01209a Color Hex

#01209A
(1,32,154)
0 Favorites   0 Comments

Color spaces of #01209a

RGB 132154
HSL0.630.990.30
HSV228°99°60°
CMYK 0.990.790.00   0.40
XYZ6.36183.372630.8875
Yxy3.37260.15660.0830
Hunter Lab18.364629.6971-86.8646
CIE-Lab21.478341.4656-66.7950

#01209a color RGB value is (1,32,154).

#01209a hex color red value is 1, green value is 32 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #01209a hue: 0.63 , saturation: 0.99 and the lightness value of 01209a is 0.30.

The process color (four color CMYK) of #01209a color hex is 0.99, 0.79, 0.00, 0.40. Web safe color of #01209a is #003399. Color #01209a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00100000 10011010
Octal 1 40 232
Decimal 1 32 154
Hex 1 20 9A

RGB Percentages of Color #01209a

%0.53
%17.11
%82.35

CMYK Percentages of Color #01209a

%99
%79
%0
%40

Triadic Colors of #01209a

#01209a #9a0120 #209a01

Analogous Colors of #01209a

#01209a #2f019a #016d9a

Monochromatic Colors of #01209a

#01209a

Complementary Color

#01209a #9a7b01

#01209a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01209a Color Preview on White Background

Lorem ipsum dolor sit amet.

#01209a Color CSS Codes

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

#01209a Text Font Color

<p style="color:#01209a">Text here</p>

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


#01209a Background Color

<div style="background-color:#01209a">
Div content here</div>

This div background color is #01209a


#01209a Border Color

<div style="border:3px solid #01209a">
Div here</div>

This div border color is #01209a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,32,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01209a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01209a;
  -webkit-box-shadow: 1px 1px 3px 2px #01209a;
  box-shadow:         1px 1px 3px 2px #01209a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01209a


Comments

No comments written yet.

Please login to write comment.