Color Hex Logo

#010682 Color Hex

#010682
(1,6,130)
0 Favorites   0 Comments

Color spaces of #010682

RGB 16130
HSL0.660.980.26
HSV238°99°51°
CMYK 0.990.950.00   0.49
XYZ4.10691.748421.2401
Yxy1.74840.15160.0645
Hunter Lab13.222732.3014-85.9837
CIE-Lab14.107345.6807-64.0831

#010682 color RGB value is (1,6,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00000110 10000010
Octal 1 6 202
Decimal 1 6 130
Hex 1 6 82

RGB Percentages of Color #010682

%0.73
%4.38
%94.89

CMYK Percentages of Color #010682

%99
%95
%0
%49

Triadic Colors of #010682

#010682 #820106 #068201

Analogous Colors of #010682

#010682 #3c0182 #014782

Monochromatic Colors of #010682

#010682

Complementary Color

#010682 #827d01

#010682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#010682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#010682 Color CSS Codes

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

#010682 Text Font Color

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

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


#010682 Background Color

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

This div background color is #010682


#010682 Border Color

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

This div border color is #010682


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #010682


Comments

No comments written yet.

Please login to write comment.