#111C32

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

Shades of Midnight Express #111C32

Tints of Midnight Express #111C32

Color information

#111C32 (or 0x111C32) is unknown color: approx Midnight Express. HEX triplet: 11, 1C and 32. RGB value is (17,28,50). Sum of RGB (Red+Green+Blue) = 17+28+50=95 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.89% from 95); Green value is 28 (11.33% from 255 or 29.47% from 95); Blue value is 50 (19.92% from 255 or 52.63% from 95); Max value from RGB is 50 - color contains mainly: blue. Hex color #111C32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111C32 is #EEE3CD. Grayscale: #1B1B1B. Windows color (decimal): -15655886 or 3283985. OLE color: 3283985.

HSL color Cylindrical-coordinate representation of color #111C32: hue angle of 220º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #111C32 is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB172850-
CMYK0.660.4400.80
HSL220º49.25%13.14%-
HSV(B)220º66%19.61%-
XYZ1.221.183.18-
YUV27.22140.86120.71-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.89%
GREEN value IS 28 (11.33% from 255) = 29.47%
BLUE value IS 50 (19.92% from 255) = 52.63%
R=17.89%
G=29.47%
B=52.63%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1728500.660.4400.8022049.2513.14
Hex111C32422C050dc31d
Octal2134621025401203346115
Binary1000111100110010100001010110001010000110111001100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111C32; }

 p { color: rgb(17,28,50); }

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

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

 a { background-color: rgb(17,28,50); }

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

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

 span { border-color: rgb(17,28,50); }

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