Color Hex Logo

#011158 Color Hex

#011158
(1,17,88)
0 Favorites   0 Comments

Color spaces of #011158

RGB 11788
HSL0.640.980.17
HSV229°99°35°
CMYK 0.990.810.00   0.65
XYZ1.97441.11199.3431
Yxy1.11190.15880.0895
Hunter Lab10.544714.9695-45.1526
CIE-Lab9.890925.8485-43.5751

#011158 color RGB value is (1,17,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00010001 01011000
Octal 1 21 130
Decimal 1 17 88
Hex 1 11 58

RGB Percentages of Color #011158

%0.94
%16.04
%83.02

CMYK Percentages of Color #011158

%99
%81
%0
%65

Triadic Colors of #011158

#011158 #580111 #115801

Analogous Colors of #011158

#011158 #1c0158 #013d58

Monochromatic Colors of #011158

#011158

Complementary Color

#011158 #584801

#011158 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#011158 Color Preview on White Background

Lorem ipsum dolor sit amet.

#011158 Color CSS Codes

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

#011158 Text Font Color

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

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


#011158 Background Color

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

This div background color is #011158


#011158 Border Color

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

This div border color is #011158


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #011158


Comments

No comments written yet.

Please login to write comment.