Color Hex Logo

#10003b Color Hex

#10003B
(16,0,59)
0 Favorites   0 Comments

Color spaces of #10003b

RGB 16059
HSL0.711.000.12
HSV256°100°23°
CMYK 0.731.000.00   0.77
XYZ1.00310.42594.1670
Yxy0.42590.17930.0761
Hunter Lab6.526116.0158-33.2892
CIE-Lab3.847124.1265-33.1795

#10003b color RGB value is (16,0,59).

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

The process color (four color CMYK) of #10003b color hex is 0.73, 1.00, 0.00, 0.77. Web safe color of #10003b is #000033. Color #10003b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 00000000 00111011
Octal 20 0 73
Decimal 16 0 59
Hex 10 0 3B

RGB Percentages of Color #10003b

%21.33
%0.00
%78.67

CMYK Percentages of Color #10003b

%73
%100
%0
%77

Triadic Colors of #10003b

#10003b #3b1000 #003b10

Analogous Colors of #10003b

#10003b #2e003b #000e3b

Monochromatic Colors of #10003b

#10003b

Complementary Color

#10003b #2b3b00

#10003b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10003b Color Preview on White Background

Lorem ipsum dolor sit amet.

#10003b Color CSS Codes

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

#10003b Text Font Color

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

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


#10003b Background Color

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

This div background color is #10003b


#10003b Border Color

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

This div border color is #10003b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10003b


Comments

No comments written yet.

Please login to write comment.