Color Hex Logo

#001670 Color Hex

#001670
(0,22,112)
0 Favorites   0 Comments

Color spaces of #001670

RGB 022112
HSL0.631.000.22
HSV228°100°44°
CMYK 1.000.800.00   0.56
XYZ3.21151.743715.4965
Yxy1.74370.15700.0853
Hunter Lab13.204920.3034-60.3357
CIE-Lab14.080331.9877-52.5584

#001670 color RGB value is (0,22,112).

#001670 hex color red value is 0, green value is 22 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #001670 hue: 0.63 , saturation: 1.00 and the lightness value of 001670 is 0.22.

The process color (four color CMYK) of #001670 color hex is 1.00, 0.80, 0.00, 0.56. Web safe color of #001670 is #000066. Color #001670 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00010110 01110000
Octal 0 26 160
Decimal 0 22 112
Hex 0 16 70

RGB Percentages of Color #001670

%0.00
%16.42
%83.58

CMYK Percentages of Color #001670

%100
%80
%0
%56

Triadic Colors of #001670

#001670 #700016 #167000

Analogous Colors of #001670

#001670 #220070 #004e70

Monochromatic Colors of #001670

#001670

Complementary Color

#001670 #705a00

#001670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#001670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#001670 Color CSS Codes

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

#001670 Text Font Color

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

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


#001670 Background Color

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

This div background color is #001670


#001670 Border Color

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

This div border color is #001670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #001670


Comments

No comments written yet.

Please login to write comment.