#111D45

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

Shades of Midnight Express #111D45

Tints of Midnight Express #111D45

Color information

#111D45 (or 0x111D45) is unknown color: approx Midnight Express. HEX triplet: 11, 1D and 45. RGB value is (17,29,69). Sum of RGB (Red+Green+Blue) = 17+29+69=115 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.78% from 115); Green value is 29 (11.72% from 255 or 25.22% from 115); Blue value is 69 (27.34% from 255 or 60% from 115); Max value from RGB is 69 - color contains mainly: blue. Hex color #111D45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111D45 is #EEE2BA. Grayscale: #1D1D1D. Windows color (decimal): -15655611 or 4529425. OLE color: 4529425.

HSL color Cylindrical-coordinate representation of color #111D45: hue angle of 226.15º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #111D45 is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB172969-
CMYK0.750.5800.73
HSL226.15º60.47%16.86%-
HSV(B)226.15º75.36%27.06%-
XYZ1.741.435.81-
YUV29.97150.02118.75-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.78%
GREEN value IS 29 (11.72% from 255) = 25.22%
BLUE value IS 69 (27.34% from 255) = 60%
R=14.78%
G=25.22%
B=60%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1729690.750.5800.73226.1560.4716.86
Hex111D454B3A049e23c11
Octal21351051137201113427421
Binary100011110110001011001011111010010010011110001011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,29,69); }

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

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

 a { background-color: rgb(17,29,69); }

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

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

 span { border-color: rgb(17,29,69); }

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