Color Hex Logo

#01036e Color Hex

#01036E
(1,3,110)
0 Favorites   0 Comments

Color spaces of #01036e

RGB 13110
HSL0.660.980.22
HSV239°99°43°
CMYK 0.990.970.00   0.57
XYZ2.85961.197414.8323
Yxy1.19740.15140.0634
Hunter Lab10.942627.4975-72.7058
CIE-Lab10.538241.1215-57.1518

#01036e color RGB value is (1,3,110).

#01036e hex color red value is 1, green value is 3 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #01036e hue: 0.66 , saturation: 0.98 and the lightness value of 01036e is 0.22.

The process color (four color CMYK) of #01036e color hex is 0.99, 0.97, 0.00, 0.57. Web safe color of #01036e is #000066. Color #01036e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00000011 01101110
Octal 1 3 156
Decimal 1 3 110
Hex 1 3 6E

RGB Percentages of Color #01036e

%0.88
%2.63
%96.49

CMYK Percentages of Color #01036e

%99
%97
%0
%57

Triadic Colors of #01036e

#01036e #6e0103 #036e01

Analogous Colors of #01036e

#01036e #35016e #013a6e

Monochromatic Colors of #01036e

#01036e

Complementary Color

#01036e #6e6c01

#01036e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01036e Color Preview on White Background

Lorem ipsum dolor sit amet.

#01036e Color CSS Codes

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

#01036e Text Font Color

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

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


#01036e Background Color

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

This div background color is #01036e


#01036e Border Color

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

This div border color is #01036e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01036e


Comments

No comments written yet.

Please login to write comment.