Color Hex Logo

#13026b Color Hex

#13026B
(19,2,107)
0 Favorites   0 Comments

Color spaces of #13026b

RGB 192107
HSL0.690.960.21
HSV250°98°42°
CMYK 0.820.980.00   0.58
XYZ2.94411.243413.9947
Yxy1.24340.16190.0684
Hunter Lab11.150827.6148-66.6059
CIE-Lab10.873841.1920-54.5985

#13026b color RGB value is (19,2,107).

#13026b hex color red value is 19, green value is 2 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #13026b hue: 0.69 , saturation: 0.96 and the lightness value of 13026b is 0.21.

The process color (four color CMYK) of #13026b color hex is 0.82, 0.98, 0.00, 0.58. Web safe color of #13026b is #000066. Color #13026b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00000010 01101011
Octal 23 2 153
Decimal 19 2 107
Hex 13 2 6B

RGB Percentages of Color #13026b

%14.84
%1.56
%83.59

CMYK Percentages of Color #13026b

%82
%98
%0
%58

Triadic Colors of #13026b

#13026b #6b1302 #026b13

Analogous Colors of #13026b

#13026b #47026b #02266b

Monochromatic Colors of #13026b

#13026b

Complementary Color

#13026b #5a6b02

#13026b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13026b Color Preview on White Background

Lorem ipsum dolor sit amet.

#13026b Color CSS Codes

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

#13026b Text Font Color

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

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


#13026b Background Color

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

This div background color is #13026b


#13026b Border Color

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

This div border color is #13026b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,2,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13026b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13026b;
  -webkit-box-shadow: 1px 1px 3px 2px #13026b;
  box-shadow:         1px 1px 3px 2px #13026b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13026b


Comments

No comments written yet.

Please login to write comment.