Color Hex Logo

#13274b Color Hex

#13274B
(19,39,75)
0 Favorites   0 Comments

Color spaces of #13274b

RGB 193975
HSL0.610.600.18
HSV219°75°29°
CMYK 0.750.480.00   0.71
XYZ2.26412.09756.9421
Yxy2.09750.20030.1856
Hunter Lab14.48272.5602-18.2819
CIE-Lab15.99085.9737-24.7422

#13274b color RGB value is (19,39,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00100111 01001011
Octal 23 47 113
Decimal 19 39 75
Hex 13 27 4B

RGB Percentages of Color #13274b

%14.29
%29.32
%56.39

CMYK Percentages of Color #13274b

%75
%48
%0
%71

Triadic Colors of #13274b

#13274b #4b1327 #274b13

Analogous Colors of #13274b

#13274b #1b134b #13434b

Monochromatic Colors of #13274b

#13274b

Complementary Color

#13274b #4b3713

#13274b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13274b Color Preview on White Background

Lorem ipsum dolor sit amet.

#13274b Color CSS Codes

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

#13274b Text Font Color

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

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


#13274b Background Color

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

This div background color is #13274b


#13274b Border Color

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

This div border color is #13274b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,39,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 #13274b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13274b


Comments

No comments written yet.

Please login to write comment.