#111355

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

Shades of Midnight Blue #111355

Tints of Midnight Blue #111355

Color information

#111355 (or 0x111355) is unknown color: approx Midnight Blue. HEX triplet: 11, 13 and 55. RGB value is (17,19,85). Sum of RGB (Red+Green+Blue) = 17+19+85=121 (16% of max value = 765). Red value is 17 (7.03% from 255 or 14.05% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 85 (33.59% from 255 or 70.25% from 121); Max value from RGB is 85 - color contains mainly: blue. Hex color #111355 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111355 is #EEECAA. Grayscale: #191919. Windows color (decimal): -15658155 or 5575441. OLE color: 5575441.

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

Color convert

RGB171985-
CMYK0.800.7800.67
HSL238.24º66.67%20%-
HSV(B)238.24º80%33.33%-
XYZ2.11.248.72-
YUV25.93161.34121.63-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.05%
GREEN value IS 19 (7.81% from 255) = 15.70%
BLUE value IS 85 (33.59% from 255) = 70.25%
R=14.05%
G=15.70%
B=70.25%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1719850.800.7800.67238.2466.6720
Hex111355504E043ee4314
Octal2123125120116010335610324
Binary10001100111010101101000010011100100001111101110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111355; }

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

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

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

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

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

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

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

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