Color Hex Logo

#10393b Color Hex

#10393B
(16,57,59)
0 Favorites   0 Comments

Color spaces of #10393b

RGB 165759
HSL0.510.570.15
HSV183°73°23°
CMYK 0.730.030.00   0.77
XYZ2.46623.35224.6547
Yxy3.35220.23550.3201
Hunter Lab18.3090-7.9971-2.2570
CIE-Lab21.4026-13.1935-5.4445

#10393b color RGB value is (16,57,59).

#10393b hex color red value is 16, green value is 57 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #10393b hue: 0.51 , saturation: 0.57 and the lightness value of 10393b is 0.15.

The process color (four color CMYK) of #10393b color hex is 0.73, 0.03, 0.00, 0.77. Web safe color of #10393b is #003333. Color #10393b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 00111001 00111011
Octal 20 71 73
Decimal 16 57 59
Hex 10 39 3B

RGB Percentages of Color #10393b

%12.12
%43.18
%44.70

CMYK Percentages of Color #10393b

%73
%3
%0
%77

Triadic Colors of #10393b

#10393b #3b1039 #393b10

Analogous Colors of #10393b

#10393b #10243b #103b28

Monochromatic Colors of #10393b

#10393b

Complementary Color

#10393b #3b1210

#10393b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10393b Color Preview on White Background

Lorem ipsum dolor sit amet.

#10393b Color CSS Codes

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

#10393b Text Font Color

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

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


#10393b Background Color

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

This div background color is #10393b


#10393b Border Color

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

This div border color is #10393b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(16,57,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 #10393b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10393b


Comments

No comments written yet.

Please login to write comment.