Color Hex Logo

#01207e Color Hex

#01207E
(1,32,126)
0 Favorites   0 Comments

Color spaces of #01207e

RGB 132126
HSL0.630.980.25
HSV225°99°49°
CMYK 0.990.750.00   0.51
XYZ4.29492.545820.0037
Yxy2.54580.16000.0948
Hunter Lab15.955620.1262-63.1638
CIE-Lab18.124531.0025-54.8611

#01207e color RGB value is (1,32,126).

#01207e hex color red value is 1, green value is 32 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #01207e hue: 0.63 , saturation: 0.98 and the lightness value of 01207e is 0.25.

The process color (four color CMYK) of #01207e color hex is 0.99, 0.75, 0.00, 0.51. Web safe color of #01207e is #003366. Color #01207e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00100000 01111110
Octal 1 40 176
Decimal 1 32 126
Hex 1 20 7E

RGB Percentages of Color #01207e

%0.63
%20.13
%79.25

CMYK Percentages of Color #01207e

%99
%75
%0
%51

Triadic Colors of #01207e

#01207e #7e0120 #207e01

Analogous Colors of #01207e

#01207e #20017e #015f7e

Monochromatic Colors of #01207e

#01207e

Complementary Color

#01207e #7e5f01

#01207e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01207e Color Preview on White Background

Lorem ipsum dolor sit amet.

#01207e Color CSS Codes

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

#01207e Text Font Color

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

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


#01207e Background Color

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

This div background color is #01207e


#01207e Border Color

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

This div border color is #01207e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01207e


Comments

No comments written yet.

Please login to write comment.