Color Hex Logo

#17065b Color Hex

#17065B
(23,6,91)
0 Favorites   0 Comments

Color spaces of #17065b

RGB 23691
HSL0.700.880.19
HSV252°93°36°
CMYK 0.750.930.00   0.64
XYZ2.30681.06779.9820
Yxy1.06770.17270.0799
Hunter Lab10.333021.7669-50.0432
CIE-Lab9.543134.6642-46.1413

#17065b color RGB value is (23,6,91).

#17065b hex color red value is 23, green value is 6 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #17065b hue: 0.70 , saturation: 0.88 and the lightness value of 17065b is 0.19.

The process color (four color CMYK) of #17065b color hex is 0.75, 0.93, 0.00, 0.64. Web safe color of #17065b is #000066. Color #17065b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00000110 01011011
Octal 27 6 133
Decimal 23 6 91
Hex 17 6 5B

RGB Percentages of Color #17065b

%19.17
%5.00
%75.83

CMYK Percentages of Color #17065b

%75
%93
%0
%64

Triadic Colors of #17065b

#17065b #5b1706 #065b17

Analogous Colors of #17065b

#17065b #42065b #06205b

Monochromatic Colors of #17065b

#17065b

Complementary Color

#17065b #4a5b06

#17065b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17065b Color Preview on White Background

Lorem ipsum dolor sit amet.

#17065b Color CSS Codes

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

#17065b Text Font Color

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

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


#17065b Background Color

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

This div background color is #17065b


#17065b Border Color

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

This div border color is #17065b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17065b


Comments

No comments written yet.

Please login to write comment.