Color Hex Logo

#01031c Color Hex

#01031C
(1,3,28)
0 Favorites   0 Comments

Color spaces of #01031c

RGB 1328
HSL0.650.930.06
HSV236°96°11°
CMYK 0.960.890.00   0.89
XYZ0.25470.15541.1152
Yxy0.15540.16700.1019
Hunter Lab3.94214.6343-14.0135
CIE-Lab1.40374.3830-13.4274

#01031c color RGB value is (1,3,28).

#01031c hex color red value is 1, green value is 3 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #01031c hue: 0.65 , saturation: 0.93 and the lightness value of 01031c is 0.06.

The process color (four color CMYK) of #01031c color hex is 0.96, 0.89, 0.00, 0.89. Web safe color of #01031c is #000033. Color #01031c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00000011 00011100
Octal 1 3 34
Decimal 1 3 28
Hex 1 3 1C

RGB Percentages of Color #01031c

%3.13
%9.38
%87.50

CMYK Percentages of Color #01031c

%96
%89
%0
%89

Triadic Colors of #01031c

#01031c #1c0103 #031c01

Analogous Colors of #01031c

#01031c #0d011c #01111c

Monochromatic Colors of #01031c

#01031c

Complementary Color

#01031c #1c1a01

#01031c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01031c Color Preview on White Background

Lorem ipsum dolor sit amet.

#01031c Color CSS Codes

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

#01031c Text Font Color

<p style="color:#01031c">Text here</p>

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


#01031c Background Color

<div style="background-color:#01031c">
Div content here</div>

This div background color is #01031c


#01031c Border Color

<div style="border:3px solid #01031c">
Div here</div>

This div border color is #01031c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01031c


Comments

No comments written yet.

Please login to write comment.