Color Hex Logo

#011a6c Color Hex

#011A6C
(1,26,108)
0 Favorites   0 Comments

Color spaces of #011a6c

RGB 126108
HSL0.630.980.21
HSV226°99°42°
CMYK 0.990.760.00   0.58
XYZ3.08871.828014.3774
Yxy1.82800.16010.0947
Hunter Lab13.520417.1174-53.5841
CIE-Lab14.557427.8439-49.1591

#011a6c color RGB value is (1,26,108).

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

The process color (four color CMYK) of #011a6c color hex is 0.99, 0.76, 0.00, 0.58. Web safe color of #011a6c is #003366. Color #011a6c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00011010 01101100
Octal 1 32 154
Decimal 1 26 108
Hex 1 1A 6C

RGB Percentages of Color #011a6c

%0.74
%19.26
%80.00

CMYK Percentages of Color #011a6c

%99
%76
%0
%58

Triadic Colors of #011a6c

#011a6c #6c011a #1a6c01

Analogous Colors of #011a6c

#011a6c #1e016c #014f6c

Monochromatic Colors of #011a6c

#011a6c

Complementary Color

#011a6c #6c5301

#011a6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#011a6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#011a6c Color CSS Codes

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

#011a6c Text Font Color

<p style="color:#011a6c">Text here</p>

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


#011a6c Background Color

<div style="background-color:#011a6c">
Div content here</div>

This div background color is #011a6c


#011a6c Border Color

<div style="border:3px solid #011a6c">
Div here</div>

This div border color is #011a6c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,26,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 #011a6c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #011a6c


Comments

No comments written yet.

Please login to write comment.