Color Hex Logo

#112533 Color Hex

#112533
(17,37,51)
0 Favorites   0 Comments

Color spaces of #112533

RGB 173751
HSL0.570.500.13
HSV205°67°20°
CMYK 0.670.270.00   0.80
XYZ1.49031.68133.3779
Yxy1.68130.22750.2567
Hunter Lab12.9665-2.1755-6.3691
CIE-Lab13.7171-2.9455-11.6069

#112533 color RGB value is (17,37,51).

#112533 hex color red value is 17, green value is 37 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #112533 hue: 0.57 , saturation: 0.50 and the lightness value of 112533 is 0.13.

The process color (four color CMYK) of #112533 color hex is 0.67, 0.27, 0.00, 0.80. Web safe color of #112533 is #003333. Color #112533 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100101 00110011
Octal 21 45 63
Decimal 17 37 51
Hex 11 25 33

RGB Percentages of Color #112533

%16.19
%35.24
%48.57

CMYK Percentages of Color #112533

%67
%27
%0
%80

Triadic Colors of #112533

#112533 #331125 #253311

Analogous Colors of #112533

#112533 #111433 #113330

Monochromatic Colors of #112533

#112533

Complementary Color

#112533 #331f11

#112533 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112533 Color Preview on White Background

Lorem ipsum dolor sit amet.

#112533 Color CSS Codes

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

#112533 Text Font Color

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

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


#112533 Background Color

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

This div background color is #112533


#112533 Border Color

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

This div border color is #112533


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112533


Comments

No comments written yet.

Please login to write comment.