#111356

Color #111356 Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #111356

Tints of Midnight Blue #111356

Color information

#111356 (or 0x111356) is unknown color: approx Midnight Blue. HEX triplet: 11, 13 and 56. RGB value is (17,19,86). Sum of RGB (Red+Green+Blue) = 17+19+86=122 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.93% from 122); Green value is 19 (7.81% from 255 or 15.57% from 122); Blue value is 86 (33.98% from 255 or 70.49% from 122); Max value from RGB is 86 - color contains mainly: blue. Hex color #111356 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111356 is #EEECA9. Grayscale: #191919. Windows color (decimal): -15658154 or 5640977. OLE color: 5640977.

HSL color Cylindrical-coordinate representation of color #111356: hue angle of 238.26º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #111356 is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB171986-
CMYK0.800.7800.66
HSL238.26º66.99%20.2%-
HSV(B)238.26º80.23%33.73%-
XYZ2.141.268.93-
YUV26.04161.84121.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 17 (7.03% from 255) = 13.93%
GREEN value IS 19 (7.81% from 255) = 15.57%
BLUE value IS 86 (33.98% from 255) = 70.49%
R=13.93%
G=15.57%
B=70.49%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1719860.800.7800.66238.2666.9920.2
Hex111356504E042ee4314
Octal2123126120116010235610324
Binary10001100111010110101000010011100100001011101110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111356; }

 p { color: rgb(17,19,86); }

 H1.HeaderClassName
 {
   color: #111356;
 }
 .AnyTagClassName
 {
   color: #111356;
 }
</style>
background-color css

<style>
 a { background-color: #111356; }

 a { background-color: rgb(17,19,86); }

 div.DivClassName
 {
   background-color: #111356;
 }
 .BgClassName
 {
   background-color: #111356;
 }
</style>
border-color css

<style>
 span { border-color: #111356; }

 span { border-color: rgb(17,19,86); }

 td.TdClassName
 {
   border-color: #111356;
 }
 .TagClassName
 {
   border-color: #111356;
 }
</style>