Color Hex Logo

#011882 Color Hex

#011882
(1,24,130)
0 Favorites   0 Comments

Color spaces of #011882

RGB 124130
HSL0.640.980.26
HSV229°99°51°
CMYK 0.990.820.00   0.49
XYZ4.36842.271421.3273
Yxy2.27140.15620.0812
Hunter Lab15.071225.3640-73.3518
CIE-Lab16.851537.4995-59.5101

#011882 color RGB value is (1,24,130).

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

The process color (four color CMYK) of #011882 color hex is 0.99, 0.82, 0.00, 0.49. Web safe color of #011882 is #000099. Color #011882 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00011000 10000010
Octal 1 30 202
Decimal 1 24 130
Hex 1 18 82

RGB Percentages of Color #011882

%0.65
%15.48
%83.87

CMYK Percentages of Color #011882

%99
%82
%0
%49

Triadic Colors of #011882

#011882 #820118 #188201

Analogous Colors of #011882

#011882 #2a0182 #015982

Monochromatic Colors of #011882

#011882

Complementary Color

#011882 #826b01

#011882 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#011882 Color Preview on White Background

Lorem ipsum dolor sit amet.

#011882 Color CSS Codes

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

#011882 Text Font Color

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

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


#011882 Background Color

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

This div background color is #011882


#011882 Border Color

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

This div border color is #011882


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #011882


Comments

No comments written yet.

Please login to write comment.