Color Hex Logo

#17133d Color Hex

#17133D
(23,19,61)
0 Favorites   0 Comments

Color spaces of #17133d

RGB 231961
HSL0.680.530.16
HSV246°69°24°
CMYK 0.620.690.00   0.76
XYZ1.42850.98484.5297
Yxy0.98480.20570.1418
Hunter Lab9.92378.3283-20.1165
CIE-Lab8.864216.2180-26.4307

#17133d color RGB value is (23,19,61).

#17133d hex color red value is 23, green value is 19 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #17133d hue: 0.68 , saturation: 0.53 and the lightness value of 17133d is 0.16.

The process color (four color CMYK) of #17133d color hex is 0.62, 0.69, 0.00, 0.76. Web safe color of #17133d is #000033. Color #17133d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00010011 00111101
Octal 27 23 75
Decimal 23 19 61
Hex 17 13 3D

RGB Percentages of Color #17133d

%22.33
%18.45
%59.22

CMYK Percentages of Color #17133d

%62
%69
%0
%76

Triadic Colors of #17133d

#17133d #3d1713 #133d17

Analogous Colors of #17133d

#17133d #2c133d #13243d

Monochromatic Colors of #17133d

#17133d

Complementary Color

#17133d #393d13

#17133d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17133d Color Preview on White Background

Lorem ipsum dolor sit amet.

#17133d Color CSS Codes

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

#17133d Text Font Color

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

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


#17133d Background Color

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

This div background color is #17133d


#17133d Border Color

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

This div border color is #17133d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(23,19,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #17133d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #17133d;
  -webkit-box-shadow: 1px 1px 3px 2px #17133d;
  box-shadow:         1px 1px 3px 2px #17133d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17133d


Comments

No comments written yet.

Please login to write comment.