Color Hex Logo

#13264b Color Hex

#13264B
(19,38,75)
0 Favorites   0 Comments

Color spaces of #13264b

RGB 193875
HSL0.610.600.18
HSV220°75°29°
CMYK 0.750.490.00   0.71
XYZ2.23172.03276.9313
Yxy2.03270.19930.1816
Hunter Lab14.25732.9905-18.8443
CIE-Lab15.65796.7191-25.2747

#13264b color RGB value is (19,38,75).

#13264b hex color red value is 19, green value is 38 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #13264b hue: 0.61 , saturation: 0.60 and the lightness value of 13264b is 0.18.

The process color (four color CMYK) of #13264b color hex is 0.75, 0.49, 0.00, 0.71. Web safe color of #13264b is #003333. Color #13264b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00100110 01001011
Octal 23 46 113
Decimal 19 38 75
Hex 13 26 4B

RGB Percentages of Color #13264b

%14.39
%28.79
%56.82

CMYK Percentages of Color #13264b

%75
%49
%0
%71

Triadic Colors of #13264b

#13264b #4b1326 #264b13

Analogous Colors of #13264b

#13264b #1c134b #13424b

Monochromatic Colors of #13264b

#13264b

Complementary Color

#13264b #4b3813

#13264b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13264b Color Preview on White Background

Lorem ipsum dolor sit amet.

#13264b Color CSS Codes

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

#13264b Text Font Color

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

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


#13264b Background Color

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

This div background color is #13264b


#13264b Border Color

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

This div border color is #13264b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13264b

#13264b Color Palettes


Comments

No comments written yet.

Please login to write comment.