Color Hex Logo

#011683 Color Hex

#011683
(1,22,131)
0 Favorites   0 Comments

Color spaces of #011683

RGB 122131
HSL0.640.980.26
HSV230°99°51°
CMYK 0.990.830.00   0.49
XYZ4.39622.219021.6693
Yxy2.21900.15540.0785
Hunter Lab14.896326.6104-75.8203
CIE-Lab16.597038.9760-60.5666

#011683 color RGB value is (1,22,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00010110 10000011
Octal 1 26 203
Decimal 1 22 131
Hex 1 16 83

RGB Percentages of Color #011683

%0.65
%14.29
%85.06

CMYK Percentages of Color #011683

%99
%83
%0
%49

Triadic Colors of #011683

#011683 #830116 #168301

Analogous Colors of #011683

#011683 #2d0183 #015783

Monochromatic Colors of #011683

#011683

Complementary Color

#011683 #836e01

#011683 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#011683 Color Preview on White Background

Lorem ipsum dolor sit amet.

#011683 Color CSS Codes

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

#011683 Text Font Color

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

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


#011683 Background Color

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

This div background color is #011683


#011683 Border Color

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

This div border color is #011683


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #011683


Comments

No comments written yet.

Please login to write comment.