Color Hex Logo

#0a167e Color Hex

#0A167E
(10,22,126)
0 Favorites   0 Comments

Color spaces of #0a167e

RGB 1022126
HSL0.650.850.27
HSV234°92°49°
CMYK 0.920.830.00   0.51
XYZ4.17802.144719.9324
Yxy2.14470.15910.0817
Hunter Lab14.644825.2957-70.4457
CIE-Lab16.229037.5421-57.9939

#0a167e color RGB value is (10,22,126).

#0a167e hex color red value is 10, green value is 22 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #0a167e hue: 0.65 , saturation: 0.85 and the lightness value of 0a167e is 0.27.

The process color (four color CMYK) of #0a167e color hex is 0.92, 0.83, 0.00, 0.51. Web safe color of #0a167e is #000066. Color #0a167e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 00010110 01111110
Octal 12 26 176
Decimal 10 22 126
Hex A 16 7E

RGB Percentages of Color #0a167e

%6.33
%13.92
%79.75

CMYK Percentages of Color #0a167e

%92
%83
%0
%51

Triadic Colors of #0a167e

#0a167e #7e0a16 #167e0a

Analogous Colors of #0a167e

#0a167e #380a7e #0a507e

Monochromatic Colors of #0a167e

#0a167e

Complementary Color

#0a167e #7e720a

#0a167e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a167e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a167e Color CSS Codes

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

#0a167e Text Font Color

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

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


#0a167e Background Color

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

This div background color is #0a167e


#0a167e Border Color

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

This div border color is #0a167e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a167e


Comments

No comments written yet.

Please login to write comment.