Color Hex Logo

#10068a Color Hex

#10068A
(16,6,138)
0 Favorites   0 Comments

Color spaces of #10068a

RGB 166138
HSL0.680.920.28
HSV245°96°54°
CMYK 0.880.960.00   0.46
XYZ4.86632.075424.1889
Yxy2.07540.15630.0667
Hunter Lab14.406235.0847-89.4669
CIE-Lab15.878148.2568-66.1670

#10068a color RGB value is (16,6,138).

#10068a hex color red value is 16, green value is 6 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #10068a hue: 0.68 , saturation: 0.92 and the lightness value of 10068a is 0.28.

The process color (four color CMYK) of #10068a color hex is 0.88, 0.96, 0.00, 0.46. Web safe color of #10068a is #000099. Color #10068a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 00000110 10001010
Octal 20 6 212
Decimal 16 6 138
Hex 10 6 8A

RGB Percentages of Color #10068a

%10.00
%3.75
%86.25

CMYK Percentages of Color #10068a

%88
%96
%0
%46

Triadic Colors of #10068a

#10068a #8a1006 #068a10

Analogous Colors of #10068a

#10068a #52068a #063e8a

Monochromatic Colors of #10068a

#10068a

Complementary Color

#10068a #808a06

#10068a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10068a Color Preview on White Background

Lorem ipsum dolor sit amet.

#10068a Color CSS Codes

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

#10068a Text Font Color

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

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


#10068a Background Color

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

This div background color is #10068a


#10068a Border Color

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

This div border color is #10068a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(16,6,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10068a


Comments

No comments written yet.

Please login to write comment.