Color Hex Logo

#011072 Color Hex

#011072
(1,16,114)
0 Favorites   0 Comments

Color spaces of #011072

RGB 116114
HSL0.640.980.23
HSV232°99°45°
CMYK 0.990.860.00   0.55
XYZ3.23511.591916.0564
Yxy1.59190.15490.0762
Hunter Lab12.617123.6888-66.6202
CIE-Lab13.180836.2599-55.3521

#011072 color RGB value is (1,16,114).

#011072 hex color red value is 1, green value is 16 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #011072 hue: 0.64 , saturation: 0.98 and the lightness value of 011072 is 0.23.

The process color (four color CMYK) of #011072 color hex is 0.99, 0.86, 0.00, 0.55. Web safe color of #011072 is #000066. Color #011072 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00010000 01110010
Octal 1 20 162
Decimal 1 16 114
Hex 1 10 72

RGB Percentages of Color #011072

%0.76
%12.21
%87.02

CMYK Percentages of Color #011072

%99
%86
%0
%55

Triadic Colors of #011072

#011072 #720110 #107201

Analogous Colors of #011072

#011072 #2b0172 #014972

Monochromatic Colors of #011072

#011072

Complementary Color

#011072 #726301

#011072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#011072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#011072 Color CSS Codes

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

#011072 Text Font Color

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

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


#011072 Background Color

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

This div background color is #011072


#011072 Border Color

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

This div border color is #011072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #011072


Comments

No comments written yet.

Please login to write comment.