Color Hex Logo

#10365d Color Hex

#10365D
(16,54,93)
0 Favorites   0 Comments

Color spaces of #10365d

RGB 165493
HSL0.580.710.21
HSV210°83°36°
CMYK 0.830.420.00   0.64
XYZ3.50863.538810.8541
Yxy3.53880.19600.1977
Hunter Lab18.81170.3718-21.0414
CIE-Lab22.08412.3270-27.0723

#10365d color RGB value is (16,54,93).

#10365d hex color red value is 16, green value is 54 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #10365d hue: 0.58 , saturation: 0.71 and the lightness value of 10365d is 0.21.

The process color (four color CMYK) of #10365d color hex is 0.83, 0.42, 0.00, 0.64. Web safe color of #10365d is #003366. Color #10365d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 00110110 01011101
Octal 20 66 135
Decimal 16 54 93
Hex 10 36 5D

RGB Percentages of Color #10365d

%9.82
%33.13
%57.06

CMYK Percentages of Color #10365d

%83
%42
%0
%64

Triadic Colors of #10365d

#10365d #5d1036 #365d10

Analogous Colors of #10365d

#10365d #11105d #105d5d

Monochromatic Colors of #10365d

#10365d

Complementary Color

#10365d #5d3710

#10365d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10365d Color Preview on White Background

Lorem ipsum dolor sit amet.

#10365d Color CSS Codes

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

#10365d Text Font Color

<p style="color:#10365d">Text here</p>

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


#10365d Background Color

<div style="background-color:#10365d">
Div content here</div>

This div background color is #10365d


#10365d Border Color

<div style="border:3px solid #10365d">
Div here</div>

This div border color is #10365d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,54,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #10365d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #10365d;
  -webkit-box-shadow: 1px 1px 3px 2px #10365d;
  box-shadow:         1px 1px 3px 2px #10365d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10365d


Comments

No comments written yet.

Please login to write comment.