Color Hex Logo

#113048 Color Hex

#113048
(17,48,72)
0 Favorites   0 Comments

Color spaces of #113048

RGB 174872
HSL0.570.620.17
HSV206°76°28°
CMYK 0.760.330.00   0.72
XYZ2.45782.70106.5227
Yxy2.70100.21040.2312
Hunter Lab16.4347-2.0662-12.0270
CIE-Lab18.8043-2.1624-18.2489

#113048 color RGB value is (17,48,72).

#113048 hex color red value is 17, green value is 48 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #113048 hue: 0.57 , saturation: 0.62 and the lightness value of 113048 is 0.17.

The process color (four color CMYK) of #113048 color hex is 0.76, 0.33, 0.00, 0.72. Web safe color of #113048 is #003333. Color #113048 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110000 01001000
Octal 21 60 110
Decimal 17 48 72
Hex 11 30 48

RGB Percentages of Color #113048

%12.41
%35.04
%52.55

CMYK Percentages of Color #113048

%76
%33
%0
%72

Triadic Colors of #113048

#113048 #481130 #304811

Analogous Colors of #113048

#113048 #111548 #114844

Monochromatic Colors of #113048

#113048

Complementary Color

#113048 #482911

#113048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#113048 Color CSS Codes

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

#113048 Text Font Color

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

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


#113048 Background Color

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

This div background color is #113048


#113048 Border Color

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

This div border color is #113048


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,48,72, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #113048; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #113048;
  -webkit-box-shadow: 1px 1px 3px 2px #113048;
  box-shadow:         1px 1px 3px 2px #113048; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,48,72, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113048


Comments

No comments written yet.

Please login to write comment.