#111D3C

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

Shades of Midnight Express #111D3C

Tints of Midnight Express #111D3C

Color information

#111D3C (or 0x111D3C) is unknown color: approx Midnight Express. HEX triplet: 11, 1D and 3C. RGB value is (17,29,60). Sum of RGB (Red+Green+Blue) = 17+29+60=106 (14% of max value = 765). Red value is 17 (7.03% from 255 or 16.04% from 106); Green value is 29 (11.72% from 255 or 27.36% from 106); Blue value is 60 (23.83% from 255 or 56.60% from 106); Max value from RGB is 60 - color contains mainly: blue. Hex color #111D3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111D3C is #EEE2C3. Grayscale: #1C1C1C. Windows color (decimal): -15655620 or 3939601. OLE color: 3939601.

HSL color Cylindrical-coordinate representation of color #111D3C: hue angle of 223.26º 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 #111D3C is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB172960-
CMYK0.720.5200.76
HSL223.26º55.84%15.1%-
HSV(B)223.26º71.67%23.53%-
XYZ1.491.324.45-
YUV28.95145.52119.48-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.04%
GREEN value IS 29 (11.72% from 255) = 27.36%
BLUE value IS 60 (23.83% from 255) = 56.60%
R=16.04%
G=27.36%
B=56.60%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1729600.720.5200.76223.2655.8415.1
Hex111D3C483404Cdf38f
Octal2135741106401143377017
Binary1000111101111100100100011010001001100110111111110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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