Color Hex Logo

#13183f Color Hex

#13183F
(19,24,63)
0 Favorites   0 Comments

Color spaces of #13183f

RGB 192463
HSL0.650.540.16
HSV233°70°25°
CMYK 0.700.620.00   0.75
XYZ1.49241.15064.8461
Yxy1.15060.19930.1536
Hunter Lab10.72666.0633-19.2776
CIE-Lab10.187812.3257-25.7259

#13183f color RGB value is (19,24,63).

#13183f hex color red value is 19, green value is 24 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #13183f hue: 0.65 , saturation: 0.54 and the lightness value of 13183f is 0.16.

The process color (four color CMYK) of #13183f color hex is 0.70, 0.62, 0.00, 0.75. Web safe color of #13183f is #000033. Color #13183f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00011000 00111111
Octal 23 30 77
Decimal 19 24 63
Hex 13 18 3F

RGB Percentages of Color #13183f

%17.92
%22.64
%59.43

CMYK Percentages of Color #13183f

%70
%62
%0
%75

Triadic Colors of #13183f

#13183f #3f1318 #183f13

Analogous Colors of #13183f

#13183f #24133f #132e3f

Monochromatic Colors of #13183f

#13183f

Complementary Color

#13183f #3f3a13

#13183f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13183f Color Preview on White Background

Lorem ipsum dolor sit amet.

#13183f Color CSS Codes

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

#13183f Text Font Color

<p style="color:#13183f">Text here</p>

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


#13183f Background Color

<div style="background-color:#13183f">
Div content here</div>

This div background color is #13183f


#13183f Border Color

<div style="border:3px solid #13183f">
Div here</div>

This div border color is #13183f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,24,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13183f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13183f;
  -webkit-box-shadow: 1px 1px 3px 2px #13183f;
  box-shadow:         1px 1px 3px 2px #13183f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13183f


Comments

No comments written yet.

Please login to write comment.