Color Hex Logo

#01165c Color Hex

#01165C
(1,22,92)
0 Favorites   0 Comments

Color spaces of #01165c

RGB 12292
HSL0.630.980.18
HSV226°99°36°
CMYK 0.990.760.00   0.64
XYZ2.23121.353010.2688
Yxy1.35300.16110.0977
Hunter Lab11.631913.8838-44.1999
CIE-Lab11.641224.0217-43.3794

#01165c color RGB value is (1,22,92).

#01165c hex color red value is 1, green value is 22 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #01165c hue: 0.63 , saturation: 0.98 and the lightness value of 01165c is 0.18.

The process color (four color CMYK) of #01165c color hex is 0.99, 0.76, 0.00, 0.64. Web safe color of #01165c is #000066. Color #01165c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00010110 01011100
Octal 1 26 134
Decimal 1 22 92
Hex 1 16 5C

RGB Percentages of Color #01165c

%0.87
%19.13
%80.00

CMYK Percentages of Color #01165c

%99
%76
%0
%64

Triadic Colors of #01165c

#01165c #5c0116 #165c01

Analogous Colors of #01165c

#01165c #19015c #01445c

Monochromatic Colors of #01165c

#01165c

Complementary Color

#01165c #5c4701

#01165c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01165c Color Preview on White Background

Lorem ipsum dolor sit amet.

#01165c Color CSS Codes

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

#01165c Text Font Color

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

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


#01165c Background Color

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

This div background color is #01165c


#01165c Border Color

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

This div border color is #01165c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01165c


Comments

No comments written yet.

Please login to write comment.