Color Hex Logo

#11063f Color Hex

#11063F
(17,6,63)
0 Favorites   0 Comments

Color spaces of #11063f

RGB 17663
HSL0.700.830.14
HSV252°90°25°
CMYK 0.730.900.00   0.75
XYZ1.19350.60834.7571
Yxy0.60830.18200.0927
Hunter Lab7.799413.6662-30.7035
CIE-Lab5.494723.5660-33.3809

#11063f color RGB value is (17,6,63).

#11063f hex color red value is 17, green value is 6 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #11063f hue: 0.70 , saturation: 0.83 and the lightness value of 11063f is 0.14.

The process color (four color CMYK) of #11063f color hex is 0.73, 0.90, 0.00, 0.75. Web safe color of #11063f is #000033. Color #11063f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00000110 00111111
Octal 21 6 77
Decimal 17 6 63
Hex 11 6 3F

RGB Percentages of Color #11063f

%19.77
%6.98
%73.26

CMYK Percentages of Color #11063f

%73
%90
%0
%75

Triadic Colors of #11063f

#11063f #3f1106 #063f11

Analogous Colors of #11063f

#11063f #2e063f #06183f

Monochromatic Colors of #11063f

#11063f

Complementary Color

#11063f #343f06

#11063f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11063f Color Preview on White Background

Lorem ipsum dolor sit amet.

#11063f Color CSS Codes

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

#11063f Text Font Color

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

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


#11063f Background Color

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

This div background color is #11063f


#11063f Border Color

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

This div border color is #11063f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,6,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 #11063f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11063f


Comments

No comments written yet.

Please login to write comment.