#111361

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

Shades of Midnight Blue #111361

Tints of Midnight Blue #111361

Color information

#111361 (or 0x111361) is unknown color: approx Midnight Blue. HEX triplet: 11, 13 and 61. RGB value is (17,19,97). Sum of RGB (Red+Green+Blue) = 17+19+97=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 97 (38.28% from 255 or 72.93% from 133); Max value from RGB is 97 - color contains mainly: blue. Hex color #111361 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111361 is #EEEC9E. Grayscale: #1A1A1A. Windows color (decimal): -15658143 or 6361873. OLE color: 6361873.

HSL color Cylindrical-coordinate representation of color #111361: hue angle of 238.5º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #111361 is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB171997-
CMYK0.820.8000.62
HSL238.5º70.18%22.35%-
HSV(B)238.5º82.47%38.04%-
XYZ2.621.4511.45-
YUV27.29167.34120.66-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.78%
GREEN value IS 19 (7.81% from 255) = 14.29%
BLUE value IS 97 (38.28% from 255) = 72.93%
R=12.78%
G=14.29%
B=72.93%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1719970.820.8000.62238.570.1822.35
Hex111361525003Eee4616
Octal212314112212007635610626
Binary1000110011110000110100101010000011111011101110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111361; }

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

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

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

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

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

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

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

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