Color Hex Logo

#10035b Color Hex

#10035B
(16,3,91)
0 Favorites   0 Comments

Color spaces of #10035b

RGB 16391
HSL0.690.940.18
HSV249°97°36°
CMYK 0.820.970.00   0.64
XYZ2.13460.93069.9647
Yxy0.93060.16380.0714
Hunter Lab9.646822.6160-54.4914
CIE-Lab8.399435.8985-48.0611

#10035b color RGB value is (16,3,91).

#10035b hex color red value is 16, green value is 3 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #10035b hue: 0.69 , saturation: 0.94 and the lightness value of 10035b is 0.18.

The process color (four color CMYK) of #10035b color hex is 0.82, 0.97, 0.00, 0.64. Web safe color of #10035b is #000066. Color #10035b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 00000011 01011011
Octal 20 3 133
Decimal 16 3 91
Hex 10 3 5B

RGB Percentages of Color #10035b

%14.55
%2.73
%82.73

CMYK Percentages of Color #10035b

%82
%97
%0
%64

Triadic Colors of #10035b

#10035b #5b1003 #035b10

Analogous Colors of #10035b

#10035b #3c035b #03225b

Monochromatic Colors of #10035b

#10035b

Complementary Color

#10035b #4e5b03

#10035b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10035b Color Preview on White Background

Lorem ipsum dolor sit amet.

#10035b Color CSS Codes

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

#10035b Text Font Color

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

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


#10035b Background Color

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

This div background color is #10035b


#10035b Border Color

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

This div border color is #10035b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10035b


Comments

No comments written yet.

Please login to write comment.