#111F3D

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

Shades of Midnight Express #111F3D

Tints of Midnight Express #111F3D

Color information

#111F3D (or 0x111F3D) is unknown color: approx Midnight Express. HEX triplet: 11, 1F and 3D. RGB value is (17,31,61). Sum of RGB (Red+Green+Blue) = 17+31+61=109 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.60% from 109); Green value is 31 (12.5% from 255 or 28.44% from 109); Blue value is 61 (24.22% from 255 or 55.96% from 109); Max value from RGB is 61 - color contains mainly: blue. Hex color #111F3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111F3D is #EEE0C2. Grayscale: #1E1E1E. Windows color (decimal): -15655107 or 4005649. OLE color: 4005649.

HSL color Cylindrical-coordinate representation of color #111F3D: hue angle of 220.91º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #111F3D is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB173161-
CMYK0.720.4900.76
HSL220.91º56.41%15.29%-
HSV(B)220.91º72.13%23.92%-
XYZ1.561.444.61-
YUV30.23145.36118.56-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.60%
GREEN value IS 31 (12.5% from 255) = 28.44%
BLUE value IS 61 (24.22% from 255) = 55.96%
R=15.60%
G=28.44%
B=55.96%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1731610.720.4900.76220.9156.4115.29
Hex111F3D483104Cdd38f
Octal2137751106101143357017
Binary1000111111111101100100011000101001100110111011110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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