Color Hex Logo

#10133f Color Hex

#10133F
(16,19,63)
0 Favorites   0 Comments

Color spaces of #10133f

RGB 161963
HSL0.660.590.15
HSV236°75°25°
CMYK 0.750.700.00   0.75
XYZ1.34380.93484.8122
Yxy0.93480.18950.1318
Hunter Lab9.66857.8894-22.7418
CIE-Lab8.436015.5748-28.5806

#10133f color RGB value is (16,19,63).

#10133f hex color red value is 16, green value is 19 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #10133f hue: 0.66 , saturation: 0.59 and the lightness value of 10133f is 0.15.

The process color (four color CMYK) of #10133f color hex is 0.75, 0.70, 0.00, 0.75. Web safe color of #10133f is #000033. Color #10133f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 00010011 00111111
Octal 20 23 77
Decimal 16 19 63
Hex 10 13 3F

RGB Percentages of Color #10133f

%16.33
%19.39
%64.29

CMYK Percentages of Color #10133f

%75
%70
%0
%75

Triadic Colors of #10133f

#10133f #3f1013 #133f10

Analogous Colors of #10133f

#10133f #25103f #102b3f

Monochromatic Colors of #10133f

#10133f

Complementary Color

#10133f #3f3c10

#10133f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10133f Color Preview on White Background

Lorem ipsum dolor sit amet.

#10133f Color CSS Codes

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

#10133f Text Font Color

<p style="color:#10133f">Text here</p>

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


#10133f Background Color

<div style="background-color:#10133f">
Div content here</div>

This div background color is #10133f


#10133f Border Color

<div style="border:3px solid #10133f">
Div here</div>

This div border color is #10133f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,19,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #10133f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #10133f;
  -webkit-box-shadow: 1px 1px 3px 2px #10133f;
  box-shadow:         1px 1px 3px 2px #10133f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10133f


Comments

No comments written yet.

Please login to write comment.