Color Hex Logo

#13065f Color Hex

#13065F
(19,6,95)
0 Favorites   0 Comments

Color spaces of #13065f

RGB 19695
HSL0.690.880.20
HSV249°94°37°
CMYK 0.800.940.00   0.63
XYZ2.39921.094910.9114
Yxy1.09490.16650.0760
Hunter Lab10.463722.6162-54.5019
CIE-Lab9.758235.6447-48.4866

#13065f color RGB value is (19,6,95).

#13065f hex color red value is 19, green value is 6 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #13065f hue: 0.69 , saturation: 0.88 and the lightness value of 13065f is 0.20.

The process color (four color CMYK) of #13065f color hex is 0.80, 0.94, 0.00, 0.63. Web safe color of #13065f is #000066. Color #13065f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00000110 01011111
Octal 23 6 137
Decimal 19 6 95
Hex 13 6 5F

RGB Percentages of Color #13065f

%15.83
%5.00
%79.17

CMYK Percentages of Color #13065f

%80
%94
%0
%63

Triadic Colors of #13065f

#13065f #5f1306 #065f13

Analogous Colors of #13065f

#13065f #3f065f #06265f

Monochromatic Colors of #13065f

#13065f

Complementary Color

#13065f #525f06

#13065f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13065f Color Preview on White Background

Lorem ipsum dolor sit amet.

#13065f Color CSS Codes

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

#13065f Text Font Color

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

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


#13065f Background Color

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

This div background color is #13065f


#13065f Border Color

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

This div border color is #13065f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13065f


Comments

No comments written yet.

Please login to write comment.