Color Hex Logo

#10006b Color Hex

#10006B
(16,0,107)
0 Favorites   0 Comments

Color spaces of #10006b

RGB 160107
HSL0.691.000.21
HSV249°100°42°
CMYK 0.851.000.00   0.58
XYZ2.86751.171713.9849
Yxy1.17170.15910.0650
Hunter Lab10.824528.3432-69.0235
CIE-Lab10.346942.0889-55.4832

#10006b color RGB value is (16,0,107).

#10006b hex color red value is 16, green value is 0 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #10006b hue: 0.69 , saturation: 1.00 and the lightness value of 10006b is 0.21.

The process color (four color CMYK) of #10006b color hex is 0.85, 1.00, 0.00, 0.58. Web safe color of #10006b is #000066. Color #10006b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 00000000 01101011
Octal 20 0 153
Decimal 16 0 107
Hex 10 0 6B

RGB Percentages of Color #10006b

%13.01
%0.00
%86.99

CMYK Percentages of Color #10006b

%85
%100
%0
%58

Triadic Colors of #10006b

#10006b #6b1000 #006b10

Analogous Colors of #10006b

#10006b #46006b #00266b

Monochromatic Colors of #10006b

#10006b

Complementary Color

#10006b #5b6b00

#10006b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10006b Color Preview on White Background

Lorem ipsum dolor sit amet.

#10006b Color CSS Codes

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

#10006b Text Font Color

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

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


#10006b Background Color

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

This div background color is #10006b


#10006b Border Color

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

This div border color is #10006b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,0,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #10006b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #10006b;
  -webkit-box-shadow: 1px 1px 3px 2px #10006b;
  box-shadow:         1px 1px 3px 2px #10006b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10006b


Comments

No comments written yet.

Please login to write comment.