Color Hex Logo

#13267b Color Hex

#13267B
(19,38,123)
0 Favorites   0 Comments

Color spaces of #13267b

RGB 1938123
HSL0.640.730.28
HSV229°85°48°
CMYK 0.850.690.00   0.52
XYZ4.53682.954719.0701
Yxy2.95470.17080.1112
Hunter Lab17.189217.0308-53.7451
CIE-Lab19.861626.7978-50.0691

#13267b color RGB value is (19,38,123).

#13267b hex color red value is 19, green value is 38 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #13267b hue: 0.64 , saturation: 0.73 and the lightness value of 13267b is 0.28.

The process color (four color CMYK) of #13267b color hex is 0.85, 0.69, 0.00, 0.52. Web safe color of #13267b is #003366. Color #13267b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00100110 01111011
Octal 23 46 173
Decimal 19 38 123
Hex 13 26 7B

RGB Percentages of Color #13267b

%10.56
%21.11
%68.33

CMYK Percentages of Color #13267b

%85
%69
%0
%52

Triadic Colors of #13267b

#13267b #7b1326 #267b13

Analogous Colors of #13267b

#13267b #34137b #135a7b

Monochromatic Colors of #13267b

#13267b

Complementary Color

#13267b #7b6813

#13267b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13267b Color Preview on White Background

Lorem ipsum dolor sit amet.

#13267b Color CSS Codes

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

#13267b Text Font Color

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

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


#13267b Background Color

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

This div background color is #13267b


#13267b Border Color

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

This div border color is #13267b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13267b


Comments

No comments written yet.

Please login to write comment.