#111F4E

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

Shades of Midnight Express #111F4E

Tints of Midnight Express #111F4E

Color information

#111F4E (or 0x111F4E) is unknown color: approx Midnight Express. HEX triplet: 11, 1F and 4E. RGB value is (17,31,78). Sum of RGB (Red+Green+Blue) = 17+31+78=126 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.49% from 126); Green value is 31 (12.5% from 255 or 24.60% from 126); Blue value is 78 (30.86% from 255 or 61.90% from 126); Max value from RGB is 78 - color contains mainly: blue. Hex color #111F4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111F4E is #EEE0B1. Grayscale: #1F1F1F. Windows color (decimal): -15655090 or 5119761. OLE color: 5119761.

HSL color Cylindrical-coordinate representation of color #111F4E: hue angle of 226.23º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #111F4E is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB173178-
CMYK0.780.6000.69
HSL226.23º64.21%18.63%-
HSV(B)226.23º78.21%30.59%-
XYZ2.11.657.42-
YUV32.17153.86117.18-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.49%
GREEN value IS 31 (12.5% from 255) = 24.60%
BLUE value IS 78 (30.86% from 255) = 61.90%
R=13.49%
G=24.60%
B=61.90%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1731780.780.6000.69226.2364.2118.63
Hex111F4E4E3C045e24013
Octal213711611674010534210023
Binary1000111111100111010011101111000100010111100010100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,31,78); }

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

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

 a { background-color: rgb(17,31,78); }

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

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

 span { border-color: rgb(17,31,78); }

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