Color Hex Logo

#13123b Color Hex

#13123B
(19,18,59)
0 Favorites   0 Comments

Color spaces of #13123b

RGB 191859
HSL0.670.530.15
HSV241°69°23°
CMYK 0.680.690.00   0.77
XYZ1.27430.88684.2417
Yxy0.88680.19900.1385
Hunter Lab9.41707.6747-20.1141
CIE-Lab8.010415.2880-26.4017

#13123b color RGB value is (19,18,59).

#13123b hex color red value is 19, green value is 18 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #13123b hue: 0.67 , saturation: 0.53 and the lightness value of 13123b is 0.15.

The process color (four color CMYK) of #13123b color hex is 0.68, 0.69, 0.00, 0.77. Web safe color of #13123b is #000033. Color #13123b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00010010 00111011
Octal 23 22 73
Decimal 19 18 59
Hex 13 12 3B

RGB Percentages of Color #13123b

%19.79
%18.75
%61.46

CMYK Percentages of Color #13123b

%68
%69
%0
%77

Triadic Colors of #13123b

#13123b #3b1312 #123b13

Analogous Colors of #13123b

#13123b #28123b #12263b

Monochromatic Colors of #13123b

#13123b

Complementary Color

#13123b #3a3b12

#13123b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13123b Color Preview on White Background

Lorem ipsum dolor sit amet.

#13123b Color CSS Codes

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

#13123b Text Font Color

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

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


#13123b Background Color

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

This div background color is #13123b


#13123b Border Color

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

This div border color is #13123b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13123b


Comments

No comments written yet.

Please login to write comment.