Color Hex Logo

#01146c Color Hex

#01146C
(1,20,108)
0 Favorites   0 Comments

Color spaces of #01146c

RGB 120108
HSL0.640.980.21
HSV229°99°42°
CMYK 0.990.810.00   0.58
XYZ2.96941.589514.3376
Yxy1.58950.15710.0841
Hunter Lab12.607519.9782-58.6008
CIE-Lab13.166131.7598-51.4639

#01146c color RGB value is (1,20,108).

#01146c hex color red value is 1, green value is 20 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #01146c hue: 0.64 , saturation: 0.98 and the lightness value of 01146c is 0.21.

The process color (four color CMYK) of #01146c color hex is 0.99, 0.81, 0.00, 0.58. Web safe color of #01146c is #000066. Color #01146c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00010100 01101100
Octal 1 24 154
Decimal 1 20 108
Hex 1 14 6C

RGB Percentages of Color #01146c

%0.78
%15.50
%83.72

CMYK Percentages of Color #01146c

%99
%81
%0
%58

Triadic Colors of #01146c

#01146c #6c0114 #146c01

Analogous Colors of #01146c

#01146c #23016c #014a6c

Monochromatic Colors of #01146c

#01146c

Complementary Color

#01146c #6c5901

#01146c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01146c Color Preview on White Background

Lorem ipsum dolor sit amet.

#01146c Color CSS Codes

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

#01146c Text Font Color

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

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


#01146c Background Color

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

This div background color is #01146c


#01146c Border Color

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

This div border color is #01146c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01146c


Comments

No comments written yet.

Please login to write comment.